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.

Parameters

NameDescriptionTypeAdditional information
TradeProviderId

The TradeProviderId to use

integer

Required

Response

Collection of Object

None.

Example

            
curl -H "Authorization: Bearer {SessionKey}" -d "TradeProviderId={TradeProviderId}" -X POST https://api.creditriskmonitor.com/v1/Trade/TradeProviders
            
        

Try It Now

If you do not have a Session Key, you can get one by Logging In.