Logo
Swift API Sandbox Collections API Documentation

A Participant can inquiry the detail of a specific Participant Operation command.

POST {{baseUrl}}/participantOperationDetails/:senderBic/:referenceId

The Participant Operation Details request allows the Participant to retrieve the details of specific provisioning operations based on a search filter. The response returns the requested details or Code 204 if no record satisfying the criteria is found.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
ivUserKey
string The subscription key of a Participant. Following the format cn=<SSO+BIC+UserId+T>,o=BIC8,o=swift. SSO is a fixed string, last character is for environment (P for production and T for test) eg SSOUNCRITMMAPI12345P, o=uncritmm,o=swift
ivUserBic
string
Accept
string




RESPONSES

status OK

{ "operationDetails": { "operationType": "UPD", "referenceId": "<string>", "critical": "1", "status": "EXE", "requestor": "mollit vol", "dateOfRequest": "2019-06-21", "authorizer": "nostr", "dateOfExecution": "2019-06-21", "initParameterValidity": "2019-06-21", "endParameterValidity": "2019-06-21" }, "dateTime": "2019-06-21T23:20:50.000001", "participantOperationDetails": { "dpBic": "IPSDID21", "name": "i", "initParticipantValidity": "2019-06-21", "endParticipantValidity": "2019-06-21", "admissionProfile": "CRD", "technicalBic": "0", "bbPositiveCnf": "1", "bbTimeoutMgm": "1", "liquidityManagement": "0", "tipsAdherence": "0", "tipsNetwOpt": "EAS", "compression": "1", "receiveAdmi004": "0", "lsp": "1", "automaticLiquidityAdjus": "1", "tipsUserBic": "in", "tipsAccoOwnBic": "IPSDID21XXX", "tipsDcaCashAccountNumber": "laboris proident sun", "activeOutNet": 2, "primaryFileIntRecNetId": "in laborum minim eiusmod culpa", "msrReq": "0", "psrReq": "1", "rsfReq": "1", "drrReq": "1", "maxFileSize": -18670576.91921623, "submittedAOS": "minim Ut dolore nostrud", "traInterfActiveOutputNet": 2, "filePrimaryNetId": "SWS", &quo
Curl
curl -X POST 'https://sandbox.swift.com/ebacl-rt1/v1/participantOperationDetails/:senderBic/:referenceId' -H 'ivUserKey: quis fugiat aute dolore' -H 'ivUserBic: IPSDID21' -H 'Accept: application/json'

ENDPOINTS