Create a refund for an invoice
OK
Created
Bad Request
Unauthorized
Forbidden
{- "invoiceId": 1,
- "billRunType": "NORMAL",
- "description": "string",
- "paymentMethod": "CHEQUE",
- "amountInMajorCurrency": 10.5
}
{- "id": 1,
- "invoiceId": 1,
- "customerId": 1,
- "billRunType": "NORMAL",
- "thirdPartyRefundStatus": "CREATED",
- "description": "string",
- "errorInfo": "string",
- "paymentMethod": "CHEQUE",
- "amountInMajorCurrency": 10.5
}