curl --location --request POST '/v2/api/exchange/docs/get' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"client_id": 0,
"filter": {
"start_date": "string",
"end_date": "string",
"account": "string",
"state": "Created",
"deal": "Buy",
"number_of_rows": 0,
"current_page": 0
}
}'{
"result": {
"currency_exchange_documents": [
{
"id": 0,
"acc_cl_sum": "string",
"acc_cl_val": "string",
"acc_cl_val_22613": "string",
"acc_cl_val_sp": "string",
"contract_date": "string",
"contract_no": "string",
"country": "string",
"id_purpose": "string",
"idn": "string",
"max_course": 0,
"purpose": "string",
"purpose_dop": "string",
"s901": "string",
"summa": 0,
"val_name": "string",
"val_summ": 0,
"deal": "Buy",
"name_cl": "string",
"oper_date": "2019-08-24T14:15:22.123Z",
"state": "Created"
}
]
},
"pagination": {
"current_page": 0,
"number_of_rows": 0,
"has_next": true,
"has_previous": true,
"total_pages": 0
},
"status": "Error",
"error_code": "string",
"message": "string"
}