POST api/v1/OrderList

Request Information

URI Parameters

None.

Body Parameters

InvoiceAdminInput
NameDescriptionTypeAdditional information
CalledFrom

string

None.

InvoiceID

integer

None.

StartDate

date

None.

EndDate

date

None.

OrderStatus

string

None.

KolOrOutside

string

None.

Request Formats

application/json, text/json

Sample:
{
  "CalledFrom": "sample string 1",
  "InvoiceID": 2,
  "StartDate": "2024-04-20T18:25:14.2352649+05:30",
  "EndDate": "2024-04-20T18:25:14.2352649+05:30",
  "OrderStatus": "sample string 5",
  "KolOrOutside": "sample string 6"
}

application/xml, text/xml

Sample:
<InvoiceAdminInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models">
  <CalledFrom>sample string 1</CalledFrom>
  <EndDate>2024-04-20T18:25:14.2352649+05:30</EndDate>
  <InvoiceID>2</InvoiceID>
  <KolOrOutside>sample string 6</KolOrOutside>
  <OrderStatus>sample string 5</OrderStatus>
  <StartDate>2024-04-20T18:25:14.2352649+05:30</StartDate>
</InvoiceAdminInput>

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 'InvoiceAdminInput'.

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.