POST api/{orgKey}/dispatchorderdetails/{dispatchorderKey}/get
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| orgKey | integer |
Required |
|
| dispatchorderKey | integer |
Required |
Body Parameters
DispatchOrderReport| Name | Description | Type | Additional information |
|---|---|---|---|
| ToEmail | string |
None. |
|
| Message | string |
None. |
|
| BccEmail | string |
None. |
|
| Subject | string |
None. |
|
| AttachmentName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"toEmail": "sample string 1",
"message": "sample string 2",
"bccEmail": "sample string 3",
"subject": "sample string 4",
"attachmentName": "sample string 5"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |