POST api/InfoDess/FontSizeList

Request Information

URI Parameters

None.

Body Parameters

FestivalGreetingsRequestInfo
NameDescriptionTypeAdditional information
IntiCateCode

integer

None.

SystIntiCode

integer

None.

IntiCode

integer

None.

Enabled

string

None.

DaysInAdva

string

None.

EmaiWithImag

integer

None.

IntiSubj

string

None.

IntiTitl

string

None.

GreeMess

string

None.

FontCode

string

None.

FontSizeCode

string

None.

FontColoCode

string

None.

TopBann

string

None.

BottBann

string

None.

GreeGrouCode

string

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:
{
  "IntiCateCode": 1,
  "SystIntiCode": 2,
  "IntiCode": 3,
  "Enabled": "sample string 4",
  "DaysInAdva": "sample string 5",
  "EmaiWithImag": 6,
  "IntiSubj": "sample string 7",
  "IntiTitl": "sample string 8",
  "GreeMess": "sample string 9",
  "FontCode": "sample string 10",
  "FontSizeCode": "sample string 11",
  "FontColoCode": "sample string 12",
  "TopBann": "sample string 13",
  "BottBann": "sample string 14",
  "GreeGrouCode": "sample string 15",
  "GreeCode": 16,
  "DBCode": "sample string 17",
  "DBName": "sample string 18",
  "token": "sample string 19",
  "userId": "sample string 20",
  "password": "sample string 21",
  "Source": "sample string 22",
  "process": "sample string 23"
}

application/xml, text/xml

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

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.