v1
latestOpenAPI 3.0.02026-07-2464438356.8 KBCounterparties
Update a Counterparty
Updates an existing counterparty with partial data. Note: You cannot change the type (individual <-> business).
put/api/counterparties/counterparty/{id}
Path parameters
idstring uuid required
Counterparty ID
Headers
on-behalf-ofstring
Organization ID to act on behalf of
Request body
Example request
{
"counterparty": {
"physicalAddress": {
"address1": "123 Main Street",
"address2": "Suite 400",
"city": "New York",
"country": "US",
"postalCode": "10001",
"subDivision": "NY"
}
}
}Response
The updated counterparty