POST api/APPaddy/HistoryTruckChitWebService
Request Information
URI Parameters
None.
Body Parameters
SvcTruckChitTripMDL| Name | Description | Type | Additional information |
|---|---|---|---|
| UserName | string |
None. |
|
| Password | string |
None. |
|
| Truckchit_no | string |
None. |
|
| ppc_code | string |
None. |
|
| Vehicle_No | string |
None. |
|
| DateAndTime | string |
None. |
|
| Mill_Code | string |
None. |
|
| StartGeoLatLong | string |
None. |
|
| EndGeoLatLong | string |
None. |
|
| deviceNo | string |
None. |
|
| VehicleMovementStatus | string |
None. |
|
| Latitude | string |
None. |
|
| Longitude | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserName": "sample string 1",
"Password": "sample string 2",
"Truckchit_no": "sample string 3",
"ppc_code": "sample string 4",
"Vehicle_No": "sample string 5",
"DateAndTime": "sample string 6",
"Mill_Code": "sample string 7",
"StartGeoLatLong": "sample string 8",
"EndGeoLatLong": "sample string 9",
"deviceNo": "sample string 10",
"VehicleMovementStatus": "sample string 11",
"Latitude": "sample string 12",
"Longitude": "sample string 13"
}
application/xml, text/xml
Sample:
<SvcTruckChitTripMDL xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FTSMDLClassLibrary"> <DateAndTime>sample string 6</DateAndTime> <EndGeoLatLong>sample string 9</EndGeoLatLong> <Latitude>sample string 12</Latitude> <Longitude>sample string 13</Longitude> <Mill_Code>sample string 7</Mill_Code> <Password>sample string 2</Password> <StartGeoLatLong>sample string 8</StartGeoLatLong> <Truckchit_no>sample string 3</Truckchit_no> <UserName>sample string 1</UserName> <VehicleMovementStatus>sample string 11</VehicleMovementStatus> <Vehicle_No>sample string 5</Vehicle_No> <deviceNo>sample string 10</deviceNo> <ppc_code>sample string 4</ppc_code> </SvcTruckChitTripMDL>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
SvcTruckChitResponseMDL| Name | Description | Type | Additional information |
|---|---|---|---|
| Truckchit_no | string |
None. |
|
| Response | integer |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Truckchit_no": "sample string 1",
"Response": 2,
"Message": "sample string 3"
}
application/xml, text/xml
Sample:
<SvcTruckChitResponseMDL xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FTSMDLClassLibrary"> <Message>sample string 3</Message> <Response>2</Response> <Truckchit_no>sample string 1</Truckchit_no> </SvcTruckChitResponseMDL>