POST api/DeliveryTracker/DeliveryReport
Request Information
URI Parameters
None.
Body Parameters
DeliveryReportName | Description | Type | Additional information |
---|---|---|---|
Condition | string |
None. |
|
DelLoginId | integer |
None. |
|
Farmid | integer |
None. |
|
OrderId | string |
None. |
|
OrderFromdate | date |
None. |
|
OrderTodate | date |
None. |
|
DeliveryFromdate | date |
None. |
|
DeliveryTodate | date |
None. |
|
OrderStatus | string |
None. |
|
Ordertype | string |
None. |
|
string |
None. |
Request Formats
application/json, text/json
Sample:
{ "Condition": "sample string 1", "DelLoginId": 1, "Farmid": 1, "OrderId": "sample string 2", "OrderFromdate": "2024-11-21T02:01:28.247219-08:00", "OrderTodate": "2024-11-21T02:01:28.247219-08:00", "DeliveryFromdate": "2024-11-21T02:01:28.247219-08:00", "DeliveryTodate": "2024-11-21T02:01:28.247219-08:00", "OrderStatus": "sample string 3", "Ordertype": "sample string 4", "Email": "sample string 5" }
application/xml, text/xml
Sample:
<DeliveryReport xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Types.DeliveryTracker"> <Condition>sample string 1</Condition> <DelLoginId>1</DelLoginId> <DeliveryFromdate>2024-11-21T02:01:28.247219-08:00</DeliveryFromdate> <DeliveryTodate>2024-11-21T02:01:28.247219-08:00</DeliveryTodate> <Email>sample string 5</Email> <Farmid>1</Farmid> <OrderFromdate>2024-11-21T02:01:28.247219-08:00</OrderFromdate> <OrderId>sample string 2</OrderId> <OrderStatus>sample string 3</OrderStatus> <OrderTodate>2024-11-21T02:01:28.247219-08:00</OrderTodate> <Ordertype>sample string 4</Ordertype> </DeliveryReport>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessageName | 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. |