v4
latestOpenAPI 3.1.02026-08-012402353.8 MBUpdate a Lockbox Recipient
patch/lockbox_recipients/{lockbox_recipient_id}
Path parameters
lockbox_recipient_idstring required
The identifier of the Lockbox Recipient.
Request body
Example request
{
"status": "active"
}Response
Lockbox Recipient
Example response
{
"account_id": "account_in71c4amph0vgo2qllky",
"created_at": "2020-01-31T23:59:59Z",
"description": null,
"id": "lockbox_3xt21ok13q19advds4t5",
"idempotency_key": null,
"lockbox_address_id": "lockbox_address_lw6sbzl9ol5dfd8hdml6",
"mail_stop_code": "VRE6P",
"recipient_name": "Company Inc.",
"status": "active",
"type": "lockbox_recipient"
}