The GetDiscountCards function returns all discountCard records for the specified parameters.
Method | /GetDiscountCards |
The request body is of type GetDiscountCards.
Name | Description | Data Type |
---|---|---|
filter | DiscountCardsFilter | |
offset | xml:int | |
maxRecords | xml:int | |
orderBy | xml:string | |
skipItemId | xml:int |
|
The response body is of type GetDiscountCardsResponse.
Name | Description | Data Type |
---|---|---|
GetDiscountCardsResult | ArrayOfViewDiscountCardInfo |
|