POST api/Store/OrderDeliveryStatusSummary
Request Information
URI Parameters
None.
Body Parameters
StoreUKD_OrderDeliveryStatusSummary| Name | Description | Type | Additional information |
|---|---|---|---|
| Condition | string |
None. |
|
| Farmid | integer |
None. |
|
| Slotname | string |
None. |
|
| DeliveryStatus | string |
None. |
|
| OrderType | string |
None. |
|
| Delay | string |
None. |
|
| Intime | string |
None. |
|
| Fromdate | date |
None. |
|
| Todate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"Condition": "sample string 1",
"Farmid": 1,
"Slotname": "sample string 2",
"DeliveryStatus": "sample string 3",
"OrderType": "sample string 4",
"Delay": "sample string 5",
"Intime": "sample string 6",
"Fromdate": "2025-11-06T07:05:57.0161779-08:00",
"Todate": "2025-11-06T07:05:57.0161779-08:00"
}
application/xml, text/xml
Sample:
<StoreUKD_OrderDeliveryStatusSummary xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Types.Store"> <Condition>sample string 1</Condition> <Delay>sample string 5</Delay> <DeliveryStatus>sample string 3</DeliveryStatus> <Farmid>1</Farmid> <Fromdate>2025-11-06T07:05:57.0161779-08:00</Fromdate> <Intime>sample string 6</Intime> <OrderType>sample string 4</OrderType> <Slotname>sample string 2</Slotname> <Todate>2025-11-06T07:05:57.0161779-08:00</Todate> </StoreUKD_OrderDeliveryStatusSummary>
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. |