POST MailUpdate

Request Information

URI Parameters

None.

Body Parameters

UpdateMailReq
NameDescriptionTypeAdditional information
Logo

string

None.

ExternalNo

integer

None.

Class

integer

None.

ActivityName

string

None.

MailTitle

string

None.

Content

string

None.

Item

string

None.

AllPlayer

boolean

None.

LogoNodeID

string

None.

PlayerList

string

None.

ReceiveTime

integer

None.

IndexNo

integer

None.

StartTime

date

None.

EndTime

date

None.

PlayerNumber

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Logo": "sample string 1",
  "ExternalNo": 2,
  "Class": 3,
  "ActivityName": "sample string 4",
  "MailTitle": "sample string 5",
  "Content": "sample string 6",
  "Item": "sample string 7",
  "AllPlayer": true,
  "LogoNodeID": "sample string 9",
  "PlayerList": "sample string 10",
  "ReceiveTime": 11,
  "IndexNo": 12,
  "StartTime": "2024-10-02T10:37:46.659814+08:00",
  "EndTime": "2024-10-02T10:37:46.659814+08:00",
  "PlayerNumber": 15
}

application/xml, text/xml

Sample:
<UpdateMailReq xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CommonBackendMessage_API.ViewModels">
  <ActivityName>sample string 4</ActivityName>
  <AllPlayer>true</AllPlayer>
  <Class>3</Class>
  <Content>sample string 6</Content>
  <EndTime>2024-10-02T10:37:46.659814+08:00</EndTime>
  <ExternalNo>2</ExternalNo>
  <IndexNo>12</IndexNo>
  <Item>sample string 7</Item>
  <Logo>sample string 1</Logo>
  <LogoNodeID>sample string 9</LogoNodeID>
  <MailTitle>sample string 5</MailTitle>
  <PlayerList>sample string 10</PlayerList>
  <PlayerNumber>15</PlayerNumber>
  <ReceiveTime>11</ReceiveTime>
  <StartTime>2024-10-02T10:37:46.659814+08:00</StartTime>
</UpdateMailReq>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IResultServiceOfObject
NameDescriptionTypeAdditional information
Code

integer

None.

Message

string

None.

Data

Object

None.

Response Formats

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

Sample:

Sample not available.