POST api/v1/DispatchList

Request Information

URI Parameters

None.

Body Parameters

DispatchListInput
NameDescriptionTypeAdditional information
startDate

date

None.

endDate

date

None.

DelAgentID

integer

None.

UserID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "startDate": "2024-04-25T12:50:10.4233606+05:30",
  "endDate": "2024-04-25T12:50:10.4233606+05:30",
  "DelAgentID": 3,
  "UserID": 4
}

application/xml, text/xml

Sample:
<DispatchListInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models">
  <DelAgentID>3</DelAgentID>
  <UserID>4</UserID>
  <endDate>2024-04-25T12:50:10.4233606+05:30</endDate>
  <startDate>2024-04-25T12:50:10.4233606+05:30</startDate>
</DispatchListInput>

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

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.