A Participant can inquiry the details of a specific liquidity instruction related to a funding/defunding exchanged with TIPS.
POST {{baseUrl}}/instructionDetails/:senderBic/:referenceId
A Participant can inquire the detail of any single instruction related to an adjustment exchanged with TIPS
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
{
"dateTime": "2019-06-21T23:20:50.000001",
"instructions": {
"lspPoolMembBic": "IPSDID21",
"instructionType": "RVLT",
"liquidityMessId": "ut est",
"liquidityInstractionId": "eiusmod",
"status": "STD",
"date": "2019-06-21",
"lac": "1",
"amount": 749708567186.1776,
"debtorAccountOwnerBic": "IPSDID21XXX",
"creditorAccountOwnerBic": "IPSDID21XXX",
"participantToBeDebitedBic": "IPSDID21",
"participantToBeCreditedBic": "IPSDID21",
"accountToBeDebited": "et",
"accountToBeCredited": "ut aute",
"bookingDataTime": "2019-06-21T23:20:50.000001",
"rt1PositionUpdateDataTime": "2019-06-21T23:20:50.000001"
}
} |
ENDPOINTS