POST api/Accounting/CNs
Request Information
URI Parameters
None.
Body Parameters
DateVM| Name | Description | Type | Additional information |
|---|---|---|---|
| count | integer |
None. |
|
| page | string |
None. |
|
| FromDate | date |
None. |
|
| ToDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"count": 1,
"page": "sample string 1",
"FromDate": "2025-12-09T21:27:29.1049851+02:00",
"ToDate": "2025-12-09T21:27:29.1049851+02:00"
}
application/xml, text/xml
Sample:
<DateVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWIPIs"> <FromDate>2025-12-09T21:27:29.1049851+02:00</FromDate> <ToDate>2025-12-09T21:27:29.1049851+02:00</ToDate> <count>1</count> <page>sample string 1</page> </DateVM>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}
application/xml, text/xml
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />