GET api/GiftCard/GetVendorGiftCardStaticsInfo?listingId={listingId}&startDate={startDate}&endDate={endDate}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| listingId | No documentation available. |
Define this parameter in the request URI. |
| startDate | No documentation available. |
Define this parameter in the request URI. |
| endDate | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"noOfGiftUsed": 1,
"isGiftCardActivated": true,
"totalEarning": 3.0,
"noOfClients": 4,
"dt": null,
"response": "sample string 5",
"message": "sample string 6",
"addedId": "sample string 7"
}
text/xml
Sample:
<CommonResponseGiftCardStatics xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/webapishopinbelgium.Models"> <addedId>sample string 7</addedId> <message>sample string 6</message> <response>sample string 5</response> <dt i:nil="true" /> <isGiftCardActivated>true</isGiftCardActivated> <noOfClients>4</noOfClients> <noOfGiftUsed>1</noOfGiftUsed> <totalEarning>3</totalEarning> </CommonResponseGiftCardStatics>