POST api/EGiftCard/FinalizeCookieGramOrder

Request Information

URI Parameters

None.

Body Parameters

EGiftCardPurchase
NameDescriptionTypeAdditional information
RecipientEmail

string

None.

RecipientFirstName

string

None.

RecipientLastName

string

None.

SenderEmail

string

None.

SenderFirstName

string

None.

SenderLastName

string

None.

Amount

integer

None.

ChosenTheme

integer

None.

SendOn

date

None.

taMessage

string

None.

PaymentMethodId

string

None.

Request Formats

application/json, text/json

Sample:
{
  "RecipientEmail": "sample string 1",
  "RecipientFirstName": "sample string 2",
  "RecipientLastName": "sample string 3",
  "SenderEmail": "sample string 4",
  "SenderFirstName": "sample string 5",
  "SenderLastName": "sample string 6",
  "Amount": 7,
  "ChosenTheme": 8,
  "SendOn": "2024-05-19T05:08:34.3676139-07:00",
  "taMessage": "sample string 10",
  "PaymentMethodId": "sample string 11"
}

text/html

Sample:
{"RecipientEmail":"sample string 1","RecipientFirstName":"sample string 2","RecipientLastName":"sample string 3","SenderEmail":"sample string 4","SenderFirstName":"sample string 5","SenderLastName":"sample string 6","Amount":7,"ChosenTheme":8,"SendOn":"2024-05-19T05:08:34.3676139-07:00","taMessage":"sample string 10","PaymentMethodId":"sample string 11"}

application/xml, text/xml

Sample:
<EGiftCardPurchase xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Specialtys.DTO">
  <Amount>7</Amount>
  <ChosenTheme>8</ChosenTheme>
  <PaymentMethodId>sample string 11</PaymentMethodId>
  <RecipientEmail>sample string 1</RecipientEmail>
  <RecipientFirstName>sample string 2</RecipientFirstName>
  <RecipientLastName>sample string 3</RecipientLastName>
  <SendOn>2024-05-19T05:08:34.3676139-07:00</SendOn>
  <SenderEmail>sample string 4</SenderEmail>
  <SenderFirstName>sample string 5</SenderFirstName>
  <SenderLastName>sample string 6</SenderLastName>
  <taMessage>sample string 10</taMessage>
</EGiftCardPurchase>

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/html, application/xml, text/xml

Sample:

Sample not available.