GetTradeCategories()

The GetTradeCategories() command returns a list of trade categories in Field View.

  • Quota: 1
Table 1. Parameters
ParameterTypeMax LengthRequiredDescription
apiTokenstring20YYour API security token configured in Field View.
Table 2. Returns
FieldTypeDescription
TradeCategoryInformationTradeCategoryInformationTrade categories information structure.
<TradeCategoryResponse>
       <Status>
           SUCCESS
           <Message>Success.</Message>
       </Status>
       <TradeCategoryInformation>
           <ID></ID>
           <Description></Description>
       </TradeCategoryInformation>
   </TradeCategoryResponse>