Disputes REST Endpoints

Disputes
The REST web service for bill, item, and event-level dispute operations.
Create a Bill Dispute
Method: post
Path: /bcws/webresources/v1.0/disputes/bill/{id}
Create a Settlement for a Bill Dispute
Method: post
Path: /bcws/webresources/v1.0/disputes/settlement/bill/{id}
Create a Settlement for an Event Dispute
Method: post
Path: /bcws/webresources/v1.0/disputes/settlement/event/{id}
Create a Settlement for an Item Dispute
Method: post
Path: /bcws/webresources/v1.0/disputes/settlement/item/{id}
Create an Event Dispute
Method: post
Path: /bcws/webresources/v1.0/disputes/event
Create an Item Dispute
Method: post
Path: /bcws/webresources/v1.0/disputes/item/{id}
Get Notes for a Disputed Bill
Method: get
Path: /bcws/webresources/v1.0/disputes/notes/{id}
Get Open Disputes for a Bill
Method: get
Path: /bcws/webresources/v1.0/disputes/bill/{id}
Get Open Disputes for an Account
Method: get
Path: /bcws/webresources/v1.0/disputes/account/{id}
Get Settlement Details for a Dispute
Method: get
Path: /bcws/webresources/v1.0/disputes/settlement/{id}