POST api/v1/DispatchList
Request Information
URI Parameters
None.
Body Parameters
DispatchListInputName | Description | Type | Additional information |
---|---|---|---|
startDate | date |
None. |
|
endDate | date |
None. |
|
DelAgentID | integer |
None. |
|
UserID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "startDate": "2024-11-21T15:22:01.9851786+05:30", "endDate": "2024-11-21T15:22:01.9851786+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-11-21T15:22:01.9851786+05:30</endDate> <startDate>2024-11-21T15:22:01.9851786+05:30</startDate> </DispatchListInput>
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. |