file-invoice-dollar查询用户账户余额

Query User Account Balance

post

Query the latest balance information of user-specified currency account.

Header parameters
tracestringRequired

Global Link Identifier.

Example: {{mockTrace}}
companyIdintegerRequired

Company Id,User's company ID

Example: {{companyId}}
timestampnumberRequired

Request initiation timestamp, accurate to the millisecond, 13 digits.

Body
thirdServerCodestringRequired

Third-party system customer unique identifier

userNamestringRequired

TradeBoss user identity unique identifier

currencystringRequired

Account currency code, standard ISO 3-character currency unit.

Responses
chevron-right
200

成功

application/json
bizCodestringOptional

Module identification code, the service module that ultimately processes the current request, can be empty.

codestringOptional

The status return code, code=0, indicates that the current request operation is successful. Other codes indicate operation failure.

msgstringOptional

Status Description

tminteger · int64Optional

Processing Time (Milliseconds)

tracestringOptional

Global link identifier, consistent with the trace in the request header for easy problem locating.

msgParamsstringOptional

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.

okbooleanOptional

The operation was successful if true, and failed if false.

failbooleanOptional

The operation was successful if false, and failed if true.

post
/get-user-amount
200

成功

Last updated