Bad Request 2: Missing bicAp field

PUT {{baseUrl}}/updateAP/:senderBic

The UpdateAP request allows the Participant to update the configuration of a specific AP that the Participant manages in the SCT Inst. The Products section is optional, but if present the Product must not contain the default value “INST”, which is mandatory for all the APs of the system. The positive response contains the ReferenceId of the take in charge request for change by the system, but the effective modification of the master data has not been executed yet. Application will only take place after final authorization of the Dual Control by EBA CLEARING. The ReferenceId can be subsequently used in the CommandStatusInquiry request to get the status of the submitted command, see ref. 1.1. The negative response contains the Code 204 if no record satisfying the set criteria is found. The request must anyway be submitted within the “Routing Grace Time”, the system parameter that represents the time limit before midnight for the Participants to submit requests for updates, otherwise it is rejected with ErrorCode XA08

Request Body

{"dateTime"=>"2019-06-21T23:20:50.000001", "criteria"=>{"bbPositiveCnf"=>"0", "bbTimeoutMgm"=>"0", "name"=>"\\", "submittedAOS"=>"0", "product"=>"B", "admissionProfile"=>"str", "tipsUserBic"=>"IPSDID21XXX", "effectiveDate"=>"2019-06-21"}}

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;dateTime&quot;:&quot;2019-06-21T23:20:50.000001&quot;,&quot;referenceId&quot;:&quot;co&quot;,&quot;requestStatus&quot;:&quot;ATH&quot;}