POST api/Greeting/GreetingPopUp

Request Information

URI Parameters

None.

Body Parameters

GreetingsRequestInfo
NameDescriptionTypeAdditional information
IntiCode

integer

None.

GreeGrouCode

string

None.

TopBannCode

integer

None.

BottBannCode

integer

None.

GreeImg

string

None.

GreeName

string

None.

Signature

string

None.

IntiCateCode

integer

None.

Enabled

integer

None.

DaysInAdva

integer

None.

EmaiWithImag

integer

None.

IntiSubj

string

None.

IntiTitl

string

None.

GreeMess

string

None.

FontCode

integer

None.

FontSizeCode

integer

None.

FontColoCode

integer

None.

GreeCode

integer

None.

DBCode

string

None.

DBName

string

None.

token

string

None.

userId

string

None.

password

string

None.

Source

string

None.

process

string

None.

Request Formats

application/json, text/json

Sample:
{
  "IntiCode": 1,
  "GreeGrouCode": "sample string 2",
  "TopBannCode": 3,
  "BottBannCode": 4,
  "GreeImg": "sample string 5",
  "GreeName": "sample string 6",
  "Signature": "sample string 7",
  "IntiCateCode": 8,
  "Enabled": 9,
  "DaysInAdva": 10,
  "EmaiWithImag": 11,
  "IntiSubj": "sample string 12",
  "IntiTitl": "sample string 13",
  "GreeMess": "sample string 14",
  "FontCode": 15,
  "FontSizeCode": 16,
  "FontColoCode": 17,
  "GreeCode": 18,
  "DBCode": "sample string 19",
  "DBName": "sample string 20",
  "token": "sample string 21",
  "userId": "sample string 22",
  "password": "sample string 23",
  "Source": "sample string 24",
  "process": "sample string 25"
}

application/xml, text/xml

Sample:
<GreetingsRequestInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Datacomp.ECRMagic.SiteAdmin.Info">
  <DBCode>sample string 19</DBCode>
  <DBName>sample string 20</DBName>
  <Source>sample string 24</Source>
  <password>sample string 23</password>
  <process>sample string 25</process>
  <token>sample string 21</token>
  <userId>sample string 22</userId>
  <BottBannCode>4</BottBannCode>
  <DaysInAdva>10</DaysInAdva>
  <EmaiWithImag>11</EmaiWithImag>
  <Enabled>9</Enabled>
  <FontCode>15</FontCode>
  <FontColoCode>17</FontColoCode>
  <FontSizeCode>16</FontSizeCode>
  <GreeCode>18</GreeCode>
  <GreeGrouCode>sample string 2</GreeGrouCode>
  <GreeImg>sample string 5</GreeImg>
  <GreeMess>sample string 14</GreeMess>
  <GreeName>sample string 6</GreeName>
  <IntiCateCode>8</IntiCateCode>
  <IntiCode>1</IntiCode>
  <IntiSubj>sample string 12</IntiSubj>
  <IntiTitl>sample string 13</IntiTitl>
  <Signature>sample string 7</Signature>
  <TopBannCode>3</TopBannCode>
</GreetingsRequestInfo>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.