Update the address
Last updated
Last updated
Updating information at
Public API-key
Signing the request body with a private API-key
Request content type
application/json
The ID of the address in the system
aab38ce3-3a0c-40ce-b6ef-27f731992b86
Address name
Comment on the address
POST /api-gateway/address-book/update HTTP/1.1
Host: app.apollopayment.io
Content-Type: application/json
Accept: */*
Content-Length: 76
{
"addressId": "aab38ce3-3a0c-40ce-b6ef-27f731992b86",
"alias": "",
"comment": ""
}
{
"success": true,
"response": null
}