PUT api/giftcards/count
Request Information
URI Parameters
None.
Body Parameters
GetGiftCardCountRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| GiftCardGroupID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"GiftCardGroupID": 1
}
application/xml, text/xml
Sample:
<GetGiftCardCountRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <GiftCardGroupID>1</GiftCardGroupID> </GetGiftCardCountRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.