Logo
Swift API Sandbox Collections API Documentation

Assignee of the case accepts the request.

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

This API is used by the assignee of the case to update the Tracker to confirm the acceptance of the case or that the case is assigned to another party in the chain.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
X-SWIFT-Signature
string (Required) The application level signature produced based on asymmetric cryptography RFC 7515. The input data elements used in signature calculated are abs_path and message body (HTTP request body) according RFC 2616
Content-Type
string




RESPONSES

status





Curl
curl -X PUT 'https://sandbox.swift.com/swift-apitracker-gcase/v6/cases/:uetr/:case_identification/assign' -H 'X-SWIFT-Signature: x-swift-signature' -H 'Content-Type: application/json' -d '{"from":"GPIBBICXXXX","assignment_identification":"caseresp1234","service_level":"G006","case_assignment_status":"FTHI","tracker_informing_party":"GPIBBICXXXX","instructed_agent":"GPIABICXXXX"}'

ENDPOINTS