{
"invoiceIds": [
"string"
],
"partialPaymentAllowed": true
}
curl --location --request POST 'https://test.your-api-server.com/api/v0/invoice/bulk/dispatch' \
--header 'Content-Type: application/json' \
--data-raw '{
"invoiceIds": [
"string"
],
"partialPaymentAllowed": true
}'
{
"errorResponse": {
"apiSubErrors": [
{}
],
"errorMessage": "string",
"errorType": "CLIENT_REQUEST_ABORT",
"requestId": "string",
"timestamp": "yyyy-MM-dd HH:mm:ss"
},
"payload": {
"apiSubErrors": [
{}
],
"errorMessage": "string",
"errorType": "CLIENT_REQUEST_ABORT",
"requestId": "string",
"timestamp": "yyyy-MM-dd HH:mm:ss"
},
"response_code": 0,
"response_message": "string"
}