DELETE api/giftcards/{id}/clearowner/{verificationCode}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
Required |
|
| verificationCode | string |
Required |
Body Parameters
GiftCardSetOwnerRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| PersonGuid | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"PersonGuid": "ff95f864-8529-4be3-a06b-8c76b6655ba6"
}
application/xml, text/xml
Sample:
<GiftCardSetOwnerRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <PersonGuid>ff95f864-8529-4be3-a06b-8c76b6655ba6</PersonGuid> </GiftCardSetOwnerRequest>
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.