POST api/TO/GetTCRCList
Request Information
URI Parameters
None.
Body Parameters
GetDemDtlsInputs| Name | Description | Type | Additional information |
|---|---|---|---|
| TEM_CP_ID | integer |
None. |
|
| TEM_AR_ID | integer |
None. |
|
| TEM_TO_ID | integer |
None. |
|
| TEM_TRUCK_TYPE | string |
None. |
|
| TEM_TRF_TYPE | string |
None. |
|
| TEM_CHG_ID | integer |
None. |
|
| TEM_STATUS | string |
None. |
|
| TEM_SEARCH | string |
None. |
|
| TEM_CHG_TYPE | string |
None. |
|
| TEM_CREATED_BY | integer |
None. |
|
| TEM_STARTING_ACT | string |
None. |
|
| TEM_ENDING_ACT | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"TEM_CP_ID": 1,
"TEM_AR_ID": 1,
"TEM_TO_ID": 1,
"TEM_TRUCK_TYPE": "sample string 1",
"TEM_TRF_TYPE": "sample string 2",
"TEM_CHG_ID": 1,
"TEM_STATUS": "sample string 3",
"TEM_SEARCH": "sample string 4",
"TEM_CHG_TYPE": "sample string 5",
"TEM_CREATED_BY": 1,
"TEM_STARTING_ACT": "sample string 6",
"TEM_ENDING_ACT": "sample string 7"
}
application/xml, text/xml
Sample:
<GetDemDtlsInputs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <TEM_AR_ID>1</TEM_AR_ID> <TEM_CHG_ID>1</TEM_CHG_ID> <TEM_CHG_TYPE>sample string 5</TEM_CHG_TYPE> <TEM_CP_ID>1</TEM_CP_ID> <TEM_CREATED_BY>1</TEM_CREATED_BY> <TEM_ENDING_ACT>sample string 7</TEM_ENDING_ACT> <TEM_SEARCH>sample string 4</TEM_SEARCH> <TEM_STARTING_ACT>sample string 6</TEM_STARTING_ACT> <TEM_STATUS>sample string 3</TEM_STATUS> <TEM_TO_ID>1</TEM_TO_ID> <TEM_TRF_TYPE>sample string 2</TEM_TRF_TYPE> <TEM_TRUCK_TYPE>sample string 1</TEM_TRUCK_TYPE> </GetDemDtlsInputs>
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. |