Update the address

Updating information at

Update the address

post
Header parameters
x-api-public-keystringOptional

Public API-key

x-api-signaturestringOptional

Signing the request body with a private API-key

Content-typestringOptional

Request content type

Example: application/json
Body
addressIdstringOptional

The ID of the address in the system

Example: aab38ce3-3a0c-40ce-b6ef-27f731992b86
aliasstringOptional

Address name

commentstringOptional

Comment on the address

Responses
200Success
application/json
post
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": ""
}
200Success
{
  "success": true,
  "response": null
}

Last updated