Authorization: Bearer ********************[
"SETTLE_001",
"SETTLE_002",
"SETTLE_003"
]curl --location --request POST '/api/settlement/batch' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '[
"SETTLE_001",
"SETTLE_002",
"SETTLE_003"
]'{
"data": [
{
"id": "string",
"amount": 0,
"code": "string",
"comment": "string",
"customerId": "string",
"endAt": "2019-08-24T14:15:22.123Z",
"finished": true,
"finishedAt": "2019-08-24T14:15:22.123Z",
"groupBy": "string",
"relatedId": "string",
"serial": "string",
"signMobile": "string",
"signName": "string",
"startAt": "2019-08-24T14:15:22.123Z",
"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"
}
]
}