| GET | /Accounting/Income/Counting/Docs |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| CountingId | query | int | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| ResponseStatus | form | ResponseStatus | No | |
| Result | form | List<IncomeCountingDocs> | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Id | form | int | No | |
| CountingId | form | int | No | |
| DocsId | form | string | No | |
| Ddate | form | DateTime | No | |
| OperId | form | string | No | |
| Db | form | string | No | |
| Cr | form | string | No | |
| Vg | form | decimal | No | |
| Vc | form | decimal | No | |
| Contents | form | string | No | |
| Numberin | form | string | No | |
| Cuser | form | string | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .wire suffix or ?format=wire
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
GET /Accounting/Income/Counting/Docs HTTP/1.1 Host: 10.10.0.107 Accept: application/x-wire
HTTP/1.1 200 OK
Content-Type: application/x-wire
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,"CountingId":0,"DocsId":"String","Ddate":"\/Date(-62135596800000-0000)\/","OperId":"String","Db":"String","Cr":"String","Vg":0,"Vc":0,"Contents":"String","Numberin":"String","Cuser":"String"}]}