POST api/ThirdPartyFunction/MarkOnRoad
Request Information
URI Parameters
None.
Body Parameters
ThirdParty_MarkOnRoad_Input| Name | Description | Type | Additional information |
|---|---|---|---|
| Merchant_Code | string |
None. |
|
| Token | string |
None. |
|
| Vehicle_No | string |
None. |
|
| On_Road_Odometer | decimal number |
None. |
|
| Remark | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Merchant_Code": "sample string 1",
"Token": "sample string 2",
"Vehicle_No": "sample string 3",
"On_Road_Odometer": 4.0,
"Remark": "sample string 5"
}
multipart/form-data
Sample:
{"Merchant_Code":"sample string 1","Token":"sample string 2","Vehicle_No":"sample string 3","On_Road_Odometer":4.0,"Remark":"sample string 5"}
application/xml, text/xml
Sample:
<ThirdParty_MarkOnRoad_Input xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Merchant_Code>sample string 1</Merchant_Code> <Token>sample string 2</Token> <Vehicle_No>sample string 3</Vehicle_No> <On_Road_Odometer>4</On_Road_Odometer> <Remark>sample string 5</Remark> </ThirdParty_MarkOnRoad_Input>
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. |