取消外部系统调额
Last updated
Last updated
When "External System Credit Limit Adjustment", if the request times out or the external system returns an error message, TradeBoss platform will send this request to the external system in order to maintain data consistency.
Third-party system customer unique identifier
TradeBoss user identity unique identifier
Account currency code, standard ISO 3-character currency unit
Business type, 1-market price opening; 2-market price closing; 10-limit price pre-embedded order; 11-stop loss pre-embedded order; 12-limit price opening
Amount, can only be positive
Amount decimal places
Order ID
Request unique number, multiple requests need to maintain business idempotence.
This number corresponds to the request_unique_no when the "third-party system transfer" was requested earlier. The third-party system needs to check whether this number has been processed. If it is correctly processed, it needs to return the correct amount to the customer. If a request is received but not processed correctly, return code=US_0000001. If no request with this number is received, return code=US_0000002.
Request initiation timestamp accurate up to milliseconds and in a format of 13 digits.
User IP address
Cancellation reason
Remarks information in JSON format
成功
Module identification code, the service module that ultimately processes the current request, can be empty.
The status return code, code=0, indicates that the current request operation is successful. Other codes indicate operation failure.
Status Description.
Processing Time (Milliseconds)
Global link identifier, consistent with the trace in the request header for easy problem locating.
Return the placeholder parameter string in the status description, with multiple parameters separated by commas, used to process variable information in the status description and provide a user-friendly interactive experience.
Response Body
The operation was successful if true, and failed if false.
The operation was successful if false, and failed if true.