PUT 17.0/database/marketingemailitems/{id}

Description

Update existing Marketing Email Items

URI Parameters

Name Description Type Additional information
id

integer

Required

Name Description Type Additional information
ID

integer

None.

Description

string

String length: inclusive between 0 and 50

Body

string

String length: inclusive between 0 and 255

Type

byte

None.

URL

string

String length: inclusive between 0 and 255

Image

integer

None.

application/json, text/json

Sample:
{
  "id": 1,
  "description": "sample string 1",
  "body": "sample string 2",
  "type": 64,
  "url": "sample string 3",
  "image": 1
}

application/xml, text/xml

Sample:
<MarketingEmailItemsUpdate xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ID>1</ID>
  <Description>sample string 1</Description>
  <Body>sample string 2</Body>
  <Type>64</Type>
  <URL>sample string 3</URL>
  <Image>1</Image>
</MarketingEmailItemsUpdate>

application/x-www-form-urlencoded

Sample:

Sample not available.

Name Description Type Additional information
ID

integer

None.

Description

string

String length: inclusive between 0 and 50

Body

string

String length: inclusive between 0 and 255

Type

byte

None.

URL

string

String length: inclusive between 0 and 255

Image

integer

None.

application/json, text/json

Sample:
{
  "id": 1,
  "description": "sample string 2",
  "body": "sample string 3",
  "type": 64,
  "url": "sample string 5",
  "image": 6
}

application/xml, text/xml

Sample:
<MarketingEmailItems xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ID>1</ID>
  <Description>sample string 2</Description>
  <Body>sample string 3</Body>
  <Type>64</Type>
  <URL>sample string 5</URL>
  <Image>6</Image>
</MarketingEmailItems>