Update card renewal
Use case
Use case data
API parameters with values
Sample API call
Sample request
{
"deliveryAddress": {
"postCode": "10145",
"countryCode": "EE",
"city": "Tallinn",
"county": "Harju",
"streetAddress": "Maakri 30",
"phoneCountryCode": "+372",
"phoneNumber": "55555555"
},
"designCode": "12"
}curl -L 'https://card-api.sandbox.tuumplatform.com/api/v1/card-renewals/C001664282475/update' \
-H 'accept: */*' \
-H 'x-tenant-code: MB' \
-H 'Accept-Language: en' \
-H 'x-auth-token: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJuYW1lIjoidGVzdCBrYXN1dGFqYSIsImVtcGxveWVlSWQiOiJJRC0xMTAwIiwidGVuYW50Q29kZSI6Ik1CIiwiZXhwaXJ5RFRpbWUiOiIyMDI1LTA5LTA0VDA4OjQ3OjExIiwiZXhwIjoxNzU2OTc1NjMxLCJyb2xlcyI6WyJBRE1JTiIsIlNZU1RFTSJdfQ.dyzEx6MN5p99hMNRsg7_Z3oeBVJPL1VosazjW3saU-M' \
-H 'Content-Type: application/json' \
-d '{
"deliveryAddress": {
"postCode": "10145",
"countryCode": "EE",
"city": "Tallinn",
"county": "Harju",
"streetAddress": "Maakri 30",
"phoneCountryCode": "+372",
"phoneNumber": "55555555"
},
"designCode": "12"
}'Sample response
Result
Last updated
Was this helpful?