POST charts/getdeliveryrevenue
Request Information
URI Parameters
None.
Body Parameters
DeliveryIncomeRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| company | integer |
None. |
|
| startDate | date |
None. |
|
| endDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"company": 1,
"startDate": "2025-12-06T03:34:23.9430816+00:00",
"endDate": "2025-12-06T03:34:23.9430816+00:00"
}
application/xml, text/xml
Sample:
<DeliveryIncomeRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Clickoapp2.Domain.Models"> <company>1</company> <endDate>2025-12-06T03:34:23.9430816+00:00</endDate> <startDate>2025-12-06T03:34:23.9430816+00:00</startDate> </DeliveryIncomeRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]
application/xml, text/xml
Sample:
<ArrayOfanyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <anyType /> <anyType /> </ArrayOfanyType>