| GET | /Accounting/Income/Counting |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| D1 | query | DateTime | No | |
| D2 | query | DateTime | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| ResponseStatus | form | ResponseStatus | No | |
| Result | form | List<IncomeCounting> | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Id | form | int? | No | |
| Ddate | form | DateTime | No | |
| Acc | form | string | No | |
| Comment | form | string | No | |
| DocType | form | int | No | |
| Blocked | form | bool | No | |
| DocsId | form | string | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .csv suffix or ?format=csv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
GET /Accounting/Income/Counting HTTP/1.1 Host: 10.10.0.107 Accept: text/csv
HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length
{"ResponseStatus":{"ErrorCode":"String","Message":"String","StackTrace":"String","Errors":[{"ErrorCode":"String","FieldName":"String","Message":"String","Meta":{"String":"String"}}],"Meta":{"String":"String"}},"Result":[{"Id":0,"Ddate":"\/Date(-62135596800000-0000)\/","Acc":"String","Comment":"String","DocType":0,"Blocked":false,"DocsId":"String"}]}