POST /batches/{id}/cancel
Request
Header
Mandatory
Description
Parameter
Mandatory
Description
Response
{
"id": "string($guid)",
"name": "string",
"statusCode": "string",
"externalId": "string",
"createdAt": "string($date-time)",
"summary": {
"paymentsAmount": decimal,
"paymentsCount": int32,
"referralsAmount": decimal,
"settledAmount": decimal,
"settledCount": int32,
"cancelledAmount": decimal,
"cancelledCount": int32
}
}Last updated