put https://cat-webfarm.1dc.com/boarding-ui-cat/external-api/api/v1/application/
This endpoint allows you update information about a full application by your application ID
Responses
204No register was found
401Unauthorized request
This endpoint allows you update information about a full application by your application ID
204No register was found
401Unauthorized request
xxxxxxxxxx
45curl --request PUT \
--url https://cat-webfarm.1dc.com/boarding-ui-cat/external-api/api/v1/application/id \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"main": {
"requiredDetails": {
"residentStatusCode": "NA",
"residencyFeeLevelCode": "NA"
},
"optionalDetails": {
"paymentDeliveryMethodCode": "NA"
},
"contract": {
"reclassBillbackIndicatorCode": "NA"
},
"schemeDetails": {
"crossBorderFeeCode": "NONE",
"masterCardIPQualificationCode": "NA",
"visaIPQualificationCode": "NA",
"visaCanIasfFee": false,
"viLacFeeCode": "NA",
"mcLacFeeCode": "NA",
"mcAbvFeeInd": false,
"visaEuFeeIndCode": "NEITHER",
"mcIntlEcomFee": false
}
},
Try It!
to start a request and see the response here! Or choose an example: