POST api/EGiftCard/UpdateCookieGramCart
Request Information
URI Parameters
None.
Body Parameters
CookieGramDetailsName | Description | Type | Additional information |
---|---|---|---|
RecipientEmail | string |
None. |
|
RecipientFirstname | string |
None. |
|
RecipientLastname | string |
None. |
|
SenderNote | string |
None. |
|
SendDate | date |
None. |
|
ThemeId | integer |
None. |
|
QuantityTotal | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "RecipientEmail": "sample string 1", "RecipientFirstname": "sample string 2", "RecipientLastname": "sample string 3", "SenderNote": "sample string 4", "SendDate": "2024-11-20T00:32:54.9779497-08:00", "ThemeId": 6, "QuantityTotal": 7 }
text/html
Sample:
{"RecipientEmail":"sample string 1","RecipientFirstname":"sample string 2","RecipientLastname":"sample string 3","SenderNote":"sample string 4","SendDate":"2024-11-20T00:32:54.9779497-08:00","ThemeId":6,"QuantityTotal":7}
application/xml, text/xml
Sample:
<CookieGramDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Specialtys.DTO"> <QuantityTotal>7</QuantityTotal> <RecipientEmail>sample string 1</RecipientEmail> <RecipientFirstname>sample string 2</RecipientFirstname> <RecipientLastname>sample string 3</RecipientLastname> <SendDate>2024-11-20T00:32:54.9779497-08:00</SendDate> <SenderNote>sample string 4</SenderNote> <ThemeId>6</ThemeId> </CookieGramDetails>
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.