The GetPackageTrades() command returns a list of trades assigned to this package in Field View.
Table 1. Parameters| Parameter | Type | Max Length | Required | Description |
|---|
|
apiToken | string | 20 | Y |
Your API security token configured in
Field View. |
|
packageID
| integer | | Y |
The package ID for which to retrieve information. |
<PackageTradeResponse>
<Status>
SUCCESS
<Message>Success.</Message>
</Status>
<PackageTradeInformation>
<ID></ID>
<Description></Description>
<CategoryID></CategoryID>
<Category></Category>
</PackageTradeInformation>
</PackageTradeResponse>