Skip to main content
PATCH
/
brokerage-firms
/
{brokerageFirmId}
Update brokerage firm
curl --request PATCH \
  --url https://api.example.com/brokerage-firms/{brokerageFirmId} \
  --header 'Content-Type: application/json' \
  --data '
{
  "customFields": [
    {
      "key": "<string>",
      "value": "<string>"
    }
  ],
  "customFieldsToDelete": [
    "<string>"
  ]
}
'
{}

Path Parameters

brokerageFirmId
string
required

Brokerage firm id

Body

application/json

Fields to update in the brokerage firm

customFields
object[]

custom fields per product

customFieldsToDelete
string[]

Custom fields to delete

Response

Brokerage firm updated successfully.

The response is of type object.