[currentPosition]: It allows STEP2 Preferred Agent to inquire its current position

POST {{baseUrl}}/currentPosition/:senderBIC

The currentPosition request allows the STEP2 Preferred Agent to retrieve its current position in a selected date range

Request Body

{"dateTime"=>"2019-06-21T23:20:50.000001", "settlementBIC"=>"IPSDID21XXX"}

HEADERS

KeyDatatypeRequiredDescription
ivUserKeystringThe 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
ivUserBicstring
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;currentPosition&quot;:{&quot;amount&quot;:621603216077694.2,&quot;settlementBIC&quot;:&quot;IPSDID21XXX&quot;,&quot;timeStamp&quot;:&quot;2019-06-21T23:20:50.000001&quot;},&quot;dateTime&quot;:&quot;2019-06-21T23:20:50.000001&quot;}