Create a new pre-arbitration or arbitration case
POST {{baseUrl}}/cases/arbitrations?arbitration_case_type=ARBITRATION
Sender (issuers) use this endpoint to create a pre-arbitration or arbitration case.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
arbitration_case_type | string | (Required) Determines the type of case being created. |
Available values: PRE_ARBITRATION, ARBITRATION |
Request Body
{"claimId"=>"713992756751", "caseDisputeAmount"=>"12300", "memo"=>"memo text", "groupId"=>"800111234123", "documentUploadedId"=>"e59c3a2a9f4311ee8855eeee0afc63f1", "customerFilingNumber"=>"2342134"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: Created
{"caseId":"5415063"}