POST api/me/gifts/{giftId}/certificate/validate?code={code}

This method will validate gift certificate code per client's request

Request Information

URI Parameters

NameDescriptionTypeAdditional information
code

Provided gift certificate code

string

Required

giftId

string

None.

Body Parameters

None.

Response Information

Resource Description

True/False

boolean

Response Formats

application/json, text/json, text/html

Sample:
true

application/xml, text/xml

Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>