PUT api/interunit/dispatch/update-lr/{transitId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| transitId | integer |
Required |
Body Parameters
LRUpdateDto| Name | Description | Type | Additional information |
|---|---|---|---|
| TrackingNo_LR | string |
None. |
|
| TransporterName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"TrackingNo_LR": "sample string 1",
"TransporterName": "sample string 2"
}
application/xml, text/xml
Sample:
<LRUpdateDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/"> <TrackingNo_LR>sample string 1</TrackingNo_LR> <TransporterName>sample string 2</TransporterName> </LRUpdateDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.