POST
/
v1
/
Trade
/
TradeProviders
Sets the Trade Provider Id to use if more than one are available. Necessary for referencing a Business by CustomerId if there are more than 1 Trade Provider Ids on a user account.
curl --request POST \
  --url https://api.creditriskmonitor.com/v1/Trade/TradeProviders \
  --header 'Authorization: Bearer <token>'
{
  "Success": true,
  "Data": "<string>",
  "ErrorCode": "<string>"
}
Use the Login endpoint to retrieve the SessionKey, then include it in the Authorization field for authentication.

Authorizations

Authorization
string
header
required

Enter the Session Key with the Bearer prefix, e.g. "Bearer abcde12345".

Query Parameters

TradeProviderId
integer
required

The TradeProviderId to use

Response

200
application/json

OK