POST api/Orders/SendNotificationText?messagetype={messagetype}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| messagetype | string |
Required |
Body Parameters
InvTrackingNumber| Name | Description | Type | Additional information |
|---|---|---|---|
| lsttrackingNumber | Collection of string |
None. |
|
| message | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"lsttrackingNumber": [
"sample string 1",
"sample string 2"
],
"message": "sample string 1"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.