| GET | /POS/ZAnalize |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| startDate | query | DateTime | No | |
| endDate | query | DateTime | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| ResponseStatus | form | ResponseStatus | No | |
| Result | form | List<ZAnalize> | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| batch_id | form | Guid | No | |
| opDate | form | DateTime | No | ოპერაციის თარიღი |
| pos_num | form | int | No | |
| batch_num | form | int | No | |
| priceg | form | decimal | No | |
| spriceg | form | decimal | No | |
| rec_type | form | int | 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 /POS/ZAnalize 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":[{"batch_id":"00000000000000000000000000000000","opDate":"\/Date(-62135596800000-0000)\/","pos_num":0,"batch_num":0,"priceg":0,"spriceg":0,"rec_type":0}]}