POST api/TransportOrder/UploadTollMaster

Request Information

URI Parameters

None.

Body Parameters

TollMasterUpload
NameDescriptionTypeAdditional information
TOL_ID

integer

None.

TOL_CO_ID

integer

None.

TOL_CO_NAME

string

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_VEH_TYPE_NAME

string

None.

TOL_CHARGE

decimal number

None.

TOL_CUR_ID

integer

None.

TOL_CUR_CODE

string

None.

TOL_BASIS

integer

None.

TOL_BASIS_NAME

string

None.

TOL_WEF

date

None.

TOL_STATUS

string

None.

TOL_STATUS_CODE

string

None.

TOL_CREATED_BY

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "TOL_ID": 1,
  "TOL_CO_ID": 1,
  "TOL_CO_NAME": "sample string 1",
  "TOL_NAME": "sample string 2",
  "TOL_HIGHWAY_NAME": "sample string 3",
  "TOL_LONGTITUDE": 1.1,
  "TOL_LATTITUDE": 1.1,
  "TOL_VEH_TYPE": 1,
  "TOL_VEH_TYPE_NAME": "sample string 4",
  "TOL_CHARGE": 1.1,
  "TOL_CUR_ID": 1,
  "TOL_CUR_CODE": "sample string 5",
  "TOL_BASIS": 1,
  "TOL_BASIS_NAME": "sample string 6",
  "TOL_WEF": "2024-05-19T16:25:02.2302253+05:30",
  "TOL_STATUS": "sample string 7",
  "TOL_STATUS_CODE": "sample string 8",
  "TOL_CREATED_BY": 1
}

application/xml, text/xml

Sample:
<TollMasterUpload xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <TOL_BASIS>1</TOL_BASIS>
  <TOL_BASIS_NAME>sample string 6</TOL_BASIS_NAME>
  <TOL_CHARGE>1.1</TOL_CHARGE>
  <TOL_CO_ID>1</TOL_CO_ID>
  <TOL_CO_NAME>sample string 1</TOL_CO_NAME>
  <TOL_CREATED_BY>1</TOL_CREATED_BY>
  <TOL_CUR_CODE>sample string 5</TOL_CUR_CODE>
  <TOL_CUR_ID>1</TOL_CUR_ID>
  <TOL_HIGHWAY_NAME>sample string 3</TOL_HIGHWAY_NAME>
  <TOL_ID>1</TOL_ID>
  <TOL_LATTITUDE>1.1</TOL_LATTITUDE>
  <TOL_LONGTITUDE>1.1</TOL_LONGTITUDE>
  <TOL_NAME>sample string 2</TOL_NAME>
  <TOL_STATUS>sample string 7</TOL_STATUS>
  <TOL_STATUS_CODE>sample string 8</TOL_STATUS_CODE>
  <TOL_VEH_TYPE>1</TOL_VEH_TYPE>
  <TOL_VEH_TYPE_NAME>sample string 4</TOL_VEH_TYPE_NAME>
  <TOL_WEF>2024-05-19T16:25:02.2302253+05:30</TOL_WEF>
</TollMasterUpload>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.