POST api/Mobapi/TripStatusUpdate
Request Information
URI Parameters
None.
Body Parameters
TripStatusReq| Name | Description | Type | Additional information |
|---|---|---|---|
| BookingID | string |
None. |
|
| LoginUserID | integer |
None. |
|
| RejectReason | string |
None. |
|
| Status | character |
None. |
Request Formats
application/json, text/json
Sample:
{
"BookingID": "sample string 1",
"LoginUserID": 2,
"RejectReason": "sample string 3",
"Status": "A"
}
application/xml, text/xml
Sample:
<TripStatusReq xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Entity"> <BookingID>sample string 1</BookingID> <LoginUserID>2</LoginUserID> <RejectReason>sample string 3</RejectReason> <Status>65</Status> </TripStatusReq>
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. |