Account Holders
Update account holder
Update the metadata of an account holder. See Metadata.
post/account_holders/{id}
Path parameters
idstring required
The ID of the account holder.
Request body
Example request
{
"metadata": {
"property_a": true,
"property_b": "some text"
}
}Response
200
Example response
{
"name": "EndCustomerCo",
"object": "account_holder",
"metadata": {
"property_a": true,
"property_b": "some text"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.