The GetTradeCategories() command returns a list of trade categories in Field View.
Table 1. Parameters| Parameter | Type | Max Length | Required | Description |
|---|
| apiToken | string | 20 | Y | Your API security token configured in Field View. |
Table 2. Returns| Field | Type | Description |
|---|
| TradeCategoryInformation | TradeCategoryInformation | Trade categories information structure. |
<TradeCategoryResponse>
<Status>
SUCCESS
<Message>Success.</Message>
</Status>
<TradeCategoryInformation>
<ID></ID>
<Description></Description>
</TradeCategoryInformation>
</TradeCategoryResponse>