https://b-api.longbridge.xyz/v2/ipo/rate/saveAuthorization
Send the Broker ACCESS_TOKEN as Authorization: Bearer <token>.
Request body application/json
Pass the existing record id when editing; not sent when creating.
Specifies Rate Name. This field is required.
Values come from the tenant_currencies_by_channel dynamic enumeration, e.g. HKD/USD.
Call GET /v1/datasets/refs/tenant_currencies_by_channel to retrieve the current data dictionary, and use the returned entry's key as this field's value.
A percentage value, e.g. 2.5 means 2.5%.
The amount denominated in the currency given by currency.
A percentage value; when "More settings" is collapsed, the default rate is auto-filled and submitted.
A percentage value; when "More settings" is collapsed, the default rate is auto-filled and submitted.
A percentage value; when "More settings" is collapsed, the default rate is auto-filled and submitted.
A percentage value; when "More settings" is collapsed, the default rate is auto-filled and submitted.
Fixed to the string "0.00"; not user-editable.
Records a snapshot of the rate data before and after the change and the operation type ($action: add/edit), used for backend audit trails; attached on every submission.
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