PUT api/giftcards/{id}/setowner/{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": "f210b32d-a324-4435-9e4d-8ed6da1247e3"
}
application/xml, text/xml
Sample:
<GiftCardSetOwnerRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <PersonGuid>f210b32d-a324-4435-9e4d-8ed6da1247e3</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.