POST api/emailsender/shoppingcartcommitemail

Request Information

URI Parameters

None.

Body Parameters

ShoppingCartEmail
NameDescriptionTypeAdditional information
ShoppingCartId

integer

None.

TemplateId

integer

None.

LanguageId

integer

None.

AddressSendTo

string

None.

AddressCC

string

None.

PropertyId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ShoppingCartId": 1,
  "TemplateId": 2,
  "LanguageId": 3,
  "AddressSendTo": "sample string 4",
  "AddressCC": "sample string 5",
  "PropertyId": 6
}

application/xml, text/xml

Sample:
<ShoppingCartEmail xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Atlantis.Web.Api.Models">
  <AddressCC>sample string 5</AddressCC>
  <AddressSendTo>sample string 4</AddressSendTo>
  <LanguageId>3</LanguageId>
  <PropertyId>6</PropertyId>
  <ShoppingCartId>1</ShoppingCartId>
  <TemplateId>2</TemplateId>
</ShoppingCartEmail>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ShoppingCartEmail
NameDescriptionTypeAdditional information
ShoppingCartId

integer

None.

TemplateId

integer

None.

LanguageId

integer

None.

AddressSendTo

string

None.

AddressCC

string

None.

PropertyId

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "ShoppingCartId": 1,
  "TemplateId": 2,
  "LanguageId": 3,
  "AddressSendTo": "sample string 4",
  "AddressCC": "sample string 5",
  "PropertyId": 6
}

application/xml, text/xml

Sample:
<ShoppingCartEmail xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Atlantis.Web.Api.Models">
  <AddressCC>sample string 5</AddressCC>
  <AddressSendTo>sample string 4</AddressSendTo>
  <LanguageId>3</LanguageId>
  <PropertyId>6</PropertyId>
  <ShoppingCartId>1</ShoppingCartId>
  <TemplateId>2</TemplateId>
</ShoppingCartEmail>