POST api/TransportOrder/PutTransportLocationMaster
Request Information
URI Parameters
None.
Body Parameters
TransLocMasterParam| Name | Description | Type | Additional information |
|---|---|---|---|
| TLM_ID | integer |
None. |
|
| TLM_CP_ID | integer |
None. |
|
| TLM_NAME | string |
None. |
|
| TLM_LATTITUDE | string |
None. |
|
| TLM_LONGITUDE | string |
None. |
|
| TLM_STATUS | string |
None. |
|
| TLM_NOTES | string |
None. |
|
| TLM_CREATED_BY | integer |
None. |
|
| TLM_MODE | string |
None. |
|
| START | integer |
None. |
|
| LENGTH | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"TLM_ID": 1,
"TLM_CP_ID": 1,
"TLM_NAME": "sample string 1",
"TLM_LATTITUDE": "sample string 2",
"TLM_LONGITUDE": "sample string 3",
"TLM_STATUS": "sample string 4",
"TLM_NOTES": "sample string 5",
"TLM_CREATED_BY": 1,
"TLM_MODE": "sample string 6",
"START": 1,
"LENGTH": 1
}
application/xml, text/xml
Sample:
<TransLocMasterParam xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <LENGTH>1</LENGTH> <START>1</START> <TLM_CP_ID>1</TLM_CP_ID> <TLM_CREATED_BY>1</TLM_CREATED_BY> <TLM_ID>1</TLM_ID> <TLM_LATTITUDE>sample string 2</TLM_LATTITUDE> <TLM_LONGITUDE>sample string 3</TLM_LONGITUDE> <TLM_MODE>sample string 6</TLM_MODE> <TLM_NAME>sample string 1</TLM_NAME> <TLM_NOTES>sample string 5</TLM_NOTES> <TLM_STATUS>sample string 4</TLM_STATUS> </TransLocMasterParam>
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. |