https://b-api.longbridge.xyz/atm/create_modify_brokers_my_v3Authorization
Send the Broker ACCESS_TOKEN as Authorization: Bearer <token>.
Request body application/json
Broker Record ID. Provided only when editing an existing record; not sent when creating.
Market. Dropdown selection. This field is disabled and cannot be modified when editing.
Allowed values:
us- US Marketcn- CN Markethk- HK Marketsg- SG Market
uscnhksg
Code. Specifies Code. This field is required.
Name of channel broker. Specifies Name of channel broker. This field is required.
Name of Counter Company. Specifies Name of Counter Company. This field is required.
Broker Account. Specifies Broker Account.
Contact. Specifies Contact. This field is required.
Contact Email. Specifies Contact Email. This field is required.
Contact Phone. An array of { contact_phone: string }; multiple contact phones can be added or removed dynamically, and each must match the regex ^[A-Za-z0-9,.-+\s]+$.
Audit Context. An audit-trail field automatically appended by the client, containing $action/$behavior and the original field values prior to editing; not a business parameter.
Responses
HTTP 200The request was processed successfully. The response data does not contain additional business fields.codemessagedatadataobjectdata structureNo nested fields
HTTP 400Bad request. Check the business error code in code and the error details in message.codemessagedatadataobjectdata structureNo nested fields
HTTP 401The user is not authenticated, or the login session has expired.codemessagedatadataobjectdata structureNo nested fields
HTTP 403The current account is not authorized to use this feature. Grant the required permission to the account in User Permission.codemessagedatadataobjectdata structureNo nested fields
HTTP 408The request timed out. Check the business error code in code and the error details in message.codemessagedatadataobjectdata structureNo nested fields