099ef636a5a1

latestOpenAPI 3.0.12026-08-0660121245.3 KB
Person accounts

Update a personal account

Updates the personal account specified in the request URL.

patch/v1/persons/{person_id}/accounts/{account_id}

Path parameters

person_idstring required
account_idstring required

Request body

block_reasonsstring[] required

The reason the customer wants to block/unblock their account.

acccount_idstring

The account ID.

person_idstring required

The customer's unique person ID.

commentstring

Additional information about the request.

Example request

{
  "block_reasons": [
    "CUSTOMER_WISH"
  ],
  "acccount_id": "adc123a45d6d7cf8fbfeed537ba919d5cacc",
  "person_id": "dc1a6812a14f6cc338cd084208535bcdcper"
}

Response

Successfully updated the person's account.