POST api/TransportOrder/PutTollMaster
Request Information
URI Parameters
None.
Body Parameters
TollMaster| Name | Description | Type | Additional information |
|---|---|---|---|
| TOL_ID | integer |
None. |
|
| TOL_CO_ID | integer |
None. |
|
| TOL_NAME | string |
None. |
|
| TOL_HIGHWAY_NAME | string |
None. |
|
| TOL_LONGTITUDE | decimal number |
None. |
|
| TOL_LATTITUDE | decimal number |
None. |
|
| TOL_VEH_TYPE | integer |
None. |
|
| TOL_CHARGE | decimal number |
None. |
|
| TOL_CUR_ID | integer |
None. |
|
| TOL_BASIS | integer |
None. |
|
| TOL_WEF | date |
None. |
|
| TOL_STATUS | string |
None. |
|
| TOL_CREATED_BY | integer |
None. |
|
| START | integer |
None. |
|
| LENGTH | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"TOL_ID": 1,
"TOL_CO_ID": 1,
"TOL_NAME": "sample string 1",
"TOL_HIGHWAY_NAME": "sample string 2",
"TOL_LONGTITUDE": 1.1,
"TOL_LATTITUDE": 1.1,
"TOL_VEH_TYPE": 1,
"TOL_CHARGE": 1.1,
"TOL_CUR_ID": 1,
"TOL_BASIS": 1,
"TOL_WEF": "2025-12-06T04:25:20.3414054+00:00",
"TOL_STATUS": "sample string 3",
"TOL_CREATED_BY": 1,
"START": 1,
"LENGTH": 1
}
application/xml, text/xml
Sample:
<TollMaster xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <LENGTH>1</LENGTH> <START>1</START> <TOL_BASIS>1</TOL_BASIS> <TOL_CHARGE>1.1</TOL_CHARGE> <TOL_CO_ID>1</TOL_CO_ID> <TOL_CREATED_BY>1</TOL_CREATED_BY> <TOL_CUR_ID>1</TOL_CUR_ID> <TOL_HIGHWAY_NAME>sample string 2</TOL_HIGHWAY_NAME> <TOL_ID>1</TOL_ID> <TOL_LATTITUDE>1.1</TOL_LATTITUDE> <TOL_LONGTITUDE>1.1</TOL_LONGTITUDE> <TOL_NAME>sample string 1</TOL_NAME> <TOL_STATUS>sample string 3</TOL_STATUS> <TOL_VEH_TYPE>1</TOL_VEH_TYPE> <TOL_WEF>2025-12-06T04:25:20.3414054+00:00</TOL_WEF> </TollMaster>
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. |