POST 1.0/internal/infomessage

Description

Creates a new AcquaintInfoMessage record, passing XXXX in the siteprefix will send the message to all customers

URI Parameters

None.

Name Description Type Additional information
SitePrefix

string

Required

SiteID

integer

Required

Title

string

Required

Message

string

Required

URL

string

None.

SystemConfigOption

string

None.

SystemConfigValue

string

None.

SystemConfigType

byte

Required

application/json, text/json

Sample:
{
  "sitePrefix": "sample string 1",
  "siteID": 2,
  "title": "sample string 3",
  "message": "sample string 4",
  "url": "sample string 5",
  "systemConfigOption": "sample string 6",
  "systemConfigValue": "sample string 7",
  "systemConfigType": 64
}

application/xml, text/xml

Sample:
<InfoMessage xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <SitePrefix>sample string 1</SitePrefix>
  <SiteID>2</SiteID>
  <Title>sample string 3</Title>
  <Message>sample string 4</Message>
  <URL>sample string 5</URL>
  <SystemConfigOption>sample string 6</SystemConfigOption>
  <SystemConfigValue>sample string 7</SystemConfigValue>
  <SystemConfigType>64</SystemConfigType>
</InfoMessage>

application/x-www-form-urlencoded

Sample:

Sample not available.

None.

None.