POST api/GPS/GetGPSVendorTariffList

Request Information

URI Parameters

None.

Body Parameters

GPS
NameDescriptionTypeAdditional information
VT_ID

integer

None.

VT_AP_ID

integer

None.

VT_NAME

string

None.

VT_DESC

string

None.

VT_DOC_NUM

string

None.

VT_FROM_LEG

integer

None.

VT_TO_LEG1

integer

None.

VT_TO_LEG2

integer

None.

VT_VEH_TYPE

integer

None.

VT_COM_TYPE

integer

None.

VT_RATE

decimal number

None.

VT_UOM

string

None.

VT_VALID_FROM

date

None.

VT_VALID_TO

date

None.

VT_STATUS

string

None.

VT_CREATED_BY

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "VT_ID": 1,
  "VT_AP_ID": 1,
  "VT_NAME": "sample string 1",
  "VT_DESC": "sample string 2",
  "VT_DOC_NUM": "sample string 3",
  "VT_FROM_LEG": 1,
  "VT_TO_LEG1": 1,
  "VT_TO_LEG2": 1,
  "VT_VEH_TYPE": 1,
  "VT_COM_TYPE": 1,
  "VT_RATE": 1.1,
  "VT_UOM": "sample string 4",
  "VT_VALID_FROM": "2024-05-19T17:36:35.0142255+05:30",
  "VT_VALID_TO": "2024-05-19T17:36:35.0142255+05:30",
  "VT_STATUS": "sample string 5",
  "VT_CREATED_BY": 1
}

application/xml, text/xml

Sample:
<GPS xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <VT_AP_ID>1</VT_AP_ID>
  <VT_COM_TYPE>1</VT_COM_TYPE>
  <VT_CREATED_BY>1</VT_CREATED_BY>
  <VT_DESC>sample string 2</VT_DESC>
  <VT_DOC_NUM>sample string 3</VT_DOC_NUM>
  <VT_FROM_LEG>1</VT_FROM_LEG>
  <VT_ID>1</VT_ID>
  <VT_NAME>sample string 1</VT_NAME>
  <VT_RATE>1.1</VT_RATE>
  <VT_STATUS>sample string 5</VT_STATUS>
  <VT_TO_LEG1>1</VT_TO_LEG1>
  <VT_TO_LEG2>1</VT_TO_LEG2>
  <VT_UOM>sample string 4</VT_UOM>
  <VT_VALID_FROM>2024-05-19T17:36:35.0142255+05:30</VT_VALID_FROM>
  <VT_VALID_TO>2024-05-19T17:36:35.0142255+05:30</VT_VALID_TO>
  <VT_VEH_TYPE>1</VT_VEH_TYPE>
</GPS>

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.