POST Couriers/Location
Request Information
URI Parameters
None.
Body Parameters
CourierLocations| Name | Description | Type | Additional information |
|---|---|---|---|
| RemoteOrderNumber | string |
None. |
|
| ProjectID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"RemoteOrderNumber": "sample string 1",
"ProjectID": 2
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.