A Participant can inquiry the list of unavailable Participants.
POST {{baseUrl}}/inquiryUnavailability/:senderBic
The Inquiry unavailability request allows the RT1 user to inquiry the unavailability of the participants, due to what communicated with the function Communication of Unavailability.
Request Body
{"dateTime"=>"2019-06-21T23:20:50.000001", "criteria"=>{"unavailableBic"=>"IPSDID21XXX", "broadcasting"=>"1"}}
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 | ||
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"dateTime":"2019-06-21T23:20:50.000001","list":[{"status":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"startDateTime":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"endDateTime":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"durationOfUnavailability":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"broadcastingToRT1Community":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"generationDateTime":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"unavailableBic":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"eventDescription":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"messageId":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}},{"status":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"startDateTime":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"endDateTime":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"durationOfUnavailability":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"broadcastingToRT1Community":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"generationDateTime":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"unavailableBic":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"eventDescription":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"messageId":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}}]}