Authorization: Bearer ********************
{
"code": {
"deletedAt": "2019-08-24T14:15:22Z",
"id": 1,
"code": "string"
},
"dateStart": "2019-08-24",
"dateFinish": "2019-08-24"
}
curl --location --request POST 'https://mock.apidog.com/m1/463678-0-default/reports/debts' \
--header 'Content-Type: application/json' \
--data-raw '{
"code": {
"deletedAt": "2019-08-24T14:15:22Z",
"id": 1,
"code": "string"
},
"dateStart": "2019-08-24",
"dateFinish": "2019-08-24"
}'
{
"id": 1,
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z",
"deletedAt": "2019-08-24T14:15:22Z",
"createdBy": {},
"updatedBy": {},
"code": {
"deletedAt": "2019-08-24T14:15:22Z",
"id": 1,
"code": "string"
},
"dateStart": "2019-08-24",
"dateFinish": "2019-08-24",
"file": {
"uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f",
"name": "string",
"path": "string",
"pathPreview": "string",
"size": 0,
"mimeType": "string",
"createdBy": {
"id": 1,
"firstname": "string",
"surname": "string",
"phone": "string",
"email": "user@example.com",
"departmentCode": {
"deletedAt": "2019-08-24T14:15:22Z",
"id": 1,
"code": "string"
},
"position": {
"deletedAt": "2019-08-24T14:15:22Z",
"id": 1,
"title": "string"
},
"group": {
"deletedAt": "2019-08-24T14:15:22Z",
"id": 1,
"title": "string"
},
"codes": [
{
"deletedAt": "2019-08-24T14:15:22Z",
"id": 1,
"code": "string"
}
],
"roles": [
{
"deletedAt": "2019-08-24T14:15:22Z",
"id": 1,
"title": "string",
"allServices": true,
"services": [
{
"deletedAt": "2019-08-24T14:15:22Z",
"id": 1,
"title": "string",
"departureCountry": {
"deletedAt": "2019-08-24T14:15:22Z",
"id": 1,
"title": "string"
},
"departureCity": {
"deletedAt": "2019-08-24T14:15:22Z",
"id": 1,
"title": "string",
"country": {
"deletedAt": "2019-08-24T14:15:22Z",
"id": 1,
"title": "string"
}
},
"isForwarding": false
}
]
}
],
"partner": {
"id": "string",
"name": "string"
}
},
"updatedBy": {
"id": 1,
"firstname": "string",
"surname": "string",
"phone": "string",
"email": "user@example.com",
"codes": [],
"roles": [],
"partner": {
"id": "string",
"name": "string"
}
},
"deletedAt": "2019-08-24T14:15:22Z",
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z"
}
}