POST GetOrder/GetCityLog
Request Information
URI Parameters
None.
Body Parameters
LogCreateModel| Name | Description | Type | Additional information |
|---|---|---|---|
| RequestID | decimal number |
None. |
|
| FromStationID | decimal number |
None. |
|
| ToStationID | decimal number |
None. |
|
| ExecutiveID | decimal number |
None. |
|
| Reqtype | string |
None. |
|
| Type | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"RequestID": 1.0,
"FromStationID": 1.0,
"ToStationID": 1.0,
"ExecutiveID": 1.0,
"Reqtype": "sample string 1",
"Type": "sample string 2"
}
application/xml, text/xml
Sample:
<LogCreateModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AppAPISambhav.Models"> <ExecutiveID>1</ExecutiveID> <FromStationID>1</FromStationID> <Reqtype>sample string 1</Reqtype> <RequestID>1</RequestID> <ToStationID>1</ToStationID> <Type>sample string 2</Type> </LogCreateModel>
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. |