Update Counterparty
curl --request PUT \
--url https://api.example.com/{version}/counterparties/update/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"relationship_type": "<string>"
}
'{
"id": 123,
"owner_party_type": "<string>",
"owner_party_id": 123,
"relationship_type": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}counterparties
Update Counterparty
PUT
/
{version}
/
counterparties
/
update
/
{id}
Update Counterparty
curl --request PUT \
--url https://api.example.com/{version}/counterparties/update/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"relationship_type": "<string>"
}
'{
"id": 123,
"owner_party_type": "<string>",
"owner_party_id": 123,
"relationship_type": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}Authorizations
HTTPBearerHTTPBearer
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
UpdateCounterpartyPayload
Last modified on June 23, 2026
Was this page helpful?
⌘I
