POST api/ThirdPartyFunction/MarkOffRoad
Request Information
URI Parameters
None.
Body Parameters
ThirdParty_MarkOffRoad_Input| Name | Description | Type | Additional information |
|---|---|---|---|
| Merchant_Code | string |
None. |
|
| Token | string |
None. |
|
| Vehicle_No | string |
None. |
|
| Off_Road_Reason | integer |
None. |
|
| Off_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",
"Off_Road_Reason": 4,
"Off_Road_Odometer": 5.0,
"Remark": "sample string 6"
}
multipart/form-data
Sample:
{"Merchant_Code":"sample string 1","Token":"sample string 2","Vehicle_No":"sample string 3","Off_Road_Reason":4,"Off_Road_Odometer":5.0,"Remark":"sample string 6"}
application/xml, text/xml
Sample:
<ThirdParty_MarkOffRoad_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> <Off_Road_Reason>4</Off_Road_Reason> <Off_Road_Odometer>5</Off_Road_Odometer> <Remark>sample string 6</Remark> </ThirdParty_MarkOffRoad_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. |