POST api/DeliveryTracker/TrackDeliveryboy
Request Information
URI Parameters
None.
Body Parameters
Trackdeliveryboy| Name | Description | Type | Additional information |
|---|---|---|---|
| Condition | string |
None. |
|
| Sno | integer |
None. |
|
| deliveryboyid | integer |
None. |
|
| Orderid | string |
None. |
|
| ukdlat | string |
None. |
|
| ukdlong | string |
None. |
|
| Starttime | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"Condition": "sample string 1",
"Sno": 1,
"deliveryboyid": 1,
"Orderid": "sample string 2",
"ukdlat": "sample string 3",
"ukdlong": "sample string 4",
"Starttime": "2025-10-29T13:48:24.8722691-07:00"
}
application/xml, text/xml
Sample:
<Trackdeliveryboy xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Types.DeliveryTracker"> <Condition>sample string 1</Condition> <Orderid>sample string 2</Orderid> <Sno>1</Sno> <Starttime>2025-10-29T13:48:24.8722691-07:00</Starttime> <deliveryboyid>1</deliveryboyid> <ukdlat>sample string 3</ukdlat> <ukdlong>sample string 4</ukdlong> </Trackdeliveryboy>
application/x-www-form-urlencoded
Sample:
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. |