API - Disputes - 1.0.0
TL;DR - New /disputes
endpoint for retrieving dispute records and accepting or challenging disputes
Summary
This release brings new endpoints for disputes. Please continue reading for full detail on what is included in this release, or check out the following documentation links:
Features
- Initial version of the Disputes model
- Added
GET /disputes
endpoint - Added
GET /disputes/{disputeId}
endpoint - Added
GET /disputes/{disputeId}/documents/{documentId}
endpoint - Added
POST /disputes/{disputeId}/events/{eventId}/actions
endpoint - Added
POST /disputes/{disputeId}/events/{eventId}/actions/{actionId}/undo
endpoint - Added
POST /disputes/{disputeId}/notes
endpoint - Added
PUT /disputes/{disputeId}/notes/{noteId}
endpoint
Improvements
N/A
Misc Notes
N/A