The GetCurrencyUnitCounts function returns all currencyUnitCount records for the specified parameters.
Method | /GetCurrencyUnitCounts |
The request body is of type GetCurrencyUnitCounts.
Name | Description | Data Type |
---|---|---|
filter | CurrencyUnitCountsFilter | |
offset | xml:int | |
maxRecords | xml:int | |
orderBy | xml:string | |
skipItemId | xml:int |
|
The response body is of type GetCurrencyUnitCountsResponse.
Name | Description | Data Type |
---|---|---|
GetCurrencyUnitCountsResult | ArrayOfViewCurrencyUnitCountInfo |
|