POST api/v1/DispatchList
Request Information
URI Parameters
None.
Body Parameters
DispatchListInput| Name | Description | Type | Additional information |
|---|---|---|---|
| startDate | date |
None. |
|
| endDate | date |
None. |
|
| DelAgentID | integer |
None. |
|
| UserID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"startDate": "2025-12-08T06:24:01.6742067+05:30",
"endDate": "2025-12-08T06:24:01.6742067+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>2025-12-08T06:24:01.6742067+05:30</endDate> <startDate>2025-12-08T06:24:01.6742067+05:30</startDate> </DispatchListInput>
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. |