POST api/AdminMaster/OrderDeliveryStatusSummary

Request Information

URI Parameters

None.

Body Parameters

UKD_OrderDeliveryStatusSummary
NameDescriptionTypeAdditional 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": "2024-04-24T16:55:54.1700662-07:00",
  "Todate": "2024-04-24T16:55:54.1700662-07:00"
}

application/xml, text/xml

Sample:
<UKD_OrderDeliveryStatusSummary xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BLL.CropMaster">
  <Condition>sample string 1</Condition>
  <Delay>sample string 5</Delay>
  <DeliveryStatus>sample string 3</DeliveryStatus>
  <Farmid>1</Farmid>
  <Fromdate>2024-04-24T16:55:54.1700662-07:00</Fromdate>
  <Intime>sample string 6</Intime>
  <OrderType>sample string 4</OrderType>
  <Slotname>sample string 2</Slotname>
  <Todate>2024-04-24T16:55:54.1700662-07:00</Todate>
</UKD_OrderDeliveryStatusSummary>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'UKD_OrderDeliveryStatusSummary'.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.