Authorization: Bearer ********************{
"criteria": {
"status": "VALID",
"dateRange": {
"from": "2024-01-01T00:00:00.000Z",
"to": "2024-12-31T00:00:00.000Z"
}
},
"page": {
"pageSize": 20,
"currentPage": 1
}
}curl --location --request POST '/api/bills/search/full' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"criteria": {
"status": "VALID",
"dateRange": {
"from": "2024-01-01T00:00:00.000Z",
"to": "2024-12-31T00:00:00.000Z"
}
},
"page": {
"pageSize": 20,
"currentPage": 1
}
}'{
"data": {
"id": "string",
"amount": 0,
"bookId": "string",
"code": "string",
"comment": "string",
"endAt": "2019-08-24T14:15:22.123Z",
"groupBy": "string",
"income": true,
"name": "string",
"orderId": "string",
"serial": "string",
"startAt": "2019-08-24T14:15:22.123Z",
"type": "string",
"category": "string",
"modelId": "string",
"modelKey": "string",
"sigma": "string",
"tenantId": "string",
"appId": "string",
"active": true,
"language": "string",
"metadata": "string",
"version": "string",
"createdAt": "2019-08-24T14:15:22.123Z",
"createdBy": "string",
"updatedAt": "2019-08-24T14:15:22.123Z",
"updatedBy": "string"
}
}