Refunds REST Endpoints

Refunds
The REST web service for account and bill refund operations.
Create a Full Refund for a Bill
Method: post
Path: /bcws/webresources/v1.0/refunds/bill/{id}/fullRefund
Create a Refund for an Account
Method: post
Path: /bcws/webresources/v1.0/refunds/account/{id}
Get Refund Details
Method: get
Path: /bcws/webresources/v1.0/refunds/{id}
Get Refundable Items for an Account
Method: get
Path: /bcws/webresources/v1.0/refunds/items/account/{id}
Refund Multiple Bills
Method: post
Path: /bcws/webresources/v1.0/refunds/bills
Refund Part of a Bill
Method: post
Path: /bcws/webresources/v1.0/refunds/bill/{id}/partialRefund