POST api/v1/ListEdelInvoice
Request Information
URI Parameters
None.
Body Parameters
eDeliveryListInput| Name | Description | Type | Additional information |
|---|---|---|---|
| RestID | integer |
None. |
|
| LocID | integer |
None. |
|
| CompID | integer |
None. |
|
| EDelInvID | integer |
None. |
|
| StartDate | date |
None. |
|
| EndDate | date |
None. |
|
| UserID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"RestID": 1,
"LocID": 2,
"CompID": 3,
"EDelInvID": 4,
"StartDate": "2025-12-10T12:33:19.4019326+05:30",
"EndDate": "2025-12-10T12:33:19.4019326+05:30",
"UserID": 7
}
application/xml, text/xml
Sample:
<eDeliveryListInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models"> <CompID>3</CompID> <EDelInvID>4</EDelInvID> <EndDate>2025-12-10T12:33:19.4019326+05:30</EndDate> <LocID>2</LocID> <RestID>1</RestID> <StartDate>2025-12-10T12:33:19.4019326+05:30</StartDate> <UserID>7</UserID> </eDeliveryListInput>
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. |