Logo
Swift API Sandbox Collections API Documentation

v6-Error Scenarios

Number of APIs: 4


1. Bad Request: Invalid uetr parameter

PUT {{baseUrl}}/swift-apitracker-gcase/v6/cases/:uetr/:case_identification/cancel

Cancel case request.



2. Bad Request: Missing uetr value

POST {{baseUrl}}/swift-apitracker-gcase/v6/cases

This API, initiated by the Assigner of the case, creates a case.



3. Not Found: Invalid uetr

GET {{baseUrl}}/swift-apitracker-gcase/v6/cases/:uetr

This API returns a list of cases linked to an UETR. Each case may include a list of events.



4. Not Found: Invalid case_identification

PUT {{baseUrl}}/swift-apitracker-gcase/v6/cases/:uetr/:case_identification/conclude

After investigation is finished, the Assignee updates the Tracker. This API informs of a conclude investigation case.



ENDPOINTS