POST api/APIM
Request Information
URI Parameters
None.
Body Parameters
EventLayoutRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| EventId | globally unique identifier |
None. |
|
| HeaderImage | string |
None. |
|
| SceneImage | Collection of string |
None. |
|
| Template | string |
None. |
|
| MainColor | string |
None. |
|
| Font | string |
None. |
|
| ShowDetails | boolean |
None. |
|
| ShowSchedule | boolean |
None. |
|
| ShowSpeaker | boolean |
None. |
|
| ShowSponsor | boolean |
None. |
|
| ShowTicket | boolean |
None. |
|
| ShowDocument | boolean |
None. |
|
| ShowDttEntity | boolean |
None. |
|
| ShowRegisterInfo | boolean |
None. |
|
| ShowSceneImage | boolean |
None. |
|
| ShowBaseInfo | boolean |
None. |
|
| ShowSeminar | boolean |
None. |
|
| ShowHelp | boolean |
None. |
|
| PictureType | EventPictureType |
None. |
|
| HeaderImagePC | string |
None. |
|
| HeaderImageH5 | string |
None. |
|
| HeaderImageWeChat | string |
None. |
|
| Id | globally unique identifier |
None. |
|
| CreateBy | globally unique identifier |
None. |
|
| CreateDate | date |
None. |
|
| ModuleList | Collection of ModuleProperty |
None. |
|
| RegPageList | Collection of ModuleProperty |
None. |
Request Formats
application/json, text/json
Sample:
{
"ModuleList": [
{
"ModuleNo": 1001,
"ModuleBaseType": 1001,
"CustomFieldLabel": "sample string 1",
"CustomFieldContent": "sample string 2",
"Container": 3,
"Sequence": 4
},
{
"ModuleNo": 1001,
"ModuleBaseType": 1001,
"CustomFieldLabel": "sample string 1",
"CustomFieldContent": "sample string 2",
"Container": 3,
"Sequence": 4
}
],
"RegPageList": [
{
"ModuleNo": 1001,
"ModuleBaseType": 1001,
"CustomFieldLabel": "sample string 1",
"CustomFieldContent": "sample string 2",
"Container": 3,
"Sequence": 4
},
{
"ModuleNo": 1001,
"ModuleBaseType": 1001,
"CustomFieldLabel": "sample string 1",
"CustomFieldContent": "sample string 2",
"Container": 3,
"Sequence": 4
}
],
"EventId": "845b949c-35a8-436a-a661-5e6372d24227",
"HeaderImage": "sample string 2",
"SceneImage": [
"sample string 1",
"sample string 2"
],
"Template": "sample string 3",
"MainColor": "sample string 4",
"Font": "sample string 5",
"ShowDetails": true,
"ShowSchedule": true,
"ShowSpeaker": true,
"ShowSponsor": true,
"ShowTicket": true,
"ShowDocument": true,
"ShowDttEntity": true,
"ShowRegisterInfo": true,
"ShowSceneImage": true,
"ShowBaseInfo": true,
"ShowSeminar": true,
"ShowHelp": true,
"PictureType": 1001,
"HeaderImagePC": "sample string 18",
"HeaderImageH5": "sample string 19",
"HeaderImageWeChat": "sample string 20",
"Id": "bdf65517-eb95-4b50-873f-44fa9d9ea14d",
"CreateBy": "596a38af-6aa2-4d62-9ecd-32705d88225e",
"CreateDate": "2026-05-31T23:58:38.0820701+08:00"
}
application/xml, text/xml
Sample:
<EventLayoutRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DeloitteEvent.DataModel">
<CreateBy>596a38af-6aa2-4d62-9ecd-32705d88225e</CreateBy>
<CreateDate>2026-05-31T23:58:38.0820701+08:00</CreateDate>
<Id>bdf65517-eb95-4b50-873f-44fa9d9ea14d</Id>
<EventId>845b949c-35a8-436a-a661-5e6372d24227</EventId>
<Font>sample string 5</Font>
<HeaderImage>sample string 2</HeaderImage>
<HeaderImageH5>sample string 19</HeaderImageH5>
<HeaderImagePC>sample string 18</HeaderImagePC>
<HeaderImageWeChat>sample string 20</HeaderImageWeChat>
<MainColor>sample string 4</MainColor>
<ModuleList>
<ModuleProperty>
<Container>3</Container>
<CustomFieldContent>sample string 2</CustomFieldContent>
<CustomFieldLabel>sample string 1</CustomFieldLabel>
<ModuleBaseType>BaseModule</ModuleBaseType>
<ModuleNo>EventDetail</ModuleNo>
<Sequence>4</Sequence>
</ModuleProperty>
<ModuleProperty>
<Container>3</Container>
<CustomFieldContent>sample string 2</CustomFieldContent>
<CustomFieldLabel>sample string 1</CustomFieldLabel>
<ModuleBaseType>BaseModule</ModuleBaseType>
<ModuleNo>EventDetail</ModuleNo>
<Sequence>4</Sequence>
</ModuleProperty>
</ModuleList>
<PictureType>Square</PictureType>
<RegPageList>
<ModuleProperty>
<Container>3</Container>
<CustomFieldContent>sample string 2</CustomFieldContent>
<CustomFieldLabel>sample string 1</CustomFieldLabel>
<ModuleBaseType>BaseModule</ModuleBaseType>
<ModuleNo>EventDetail</ModuleNo>
<Sequence>4</Sequence>
</ModuleProperty>
<ModuleProperty>
<Container>3</Container>
<CustomFieldContent>sample string 2</CustomFieldContent>
<CustomFieldLabel>sample string 1</CustomFieldLabel>
<ModuleBaseType>BaseModule</ModuleBaseType>
<ModuleNo>EventDetail</ModuleNo>
<Sequence>4</Sequence>
</ModuleProperty>
</RegPageList>
<SceneImage xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</SceneImage>
<ShowBaseInfo>true</ShowBaseInfo>
<ShowDetails>true</ShowDetails>
<ShowDocument>true</ShowDocument>
<ShowDttEntity>true</ShowDttEntity>
<ShowHelp>true</ShowHelp>
<ShowRegisterInfo>true</ShowRegisterInfo>
<ShowSceneImage>true</ShowSceneImage>
<ShowSchedule>true</ShowSchedule>
<ShowSeminar>true</ShowSeminar>
<ShowSpeaker>true</ShowSpeaker>
<ShowSponsor>true</ShowSponsor>
<ShowTicket>true</ShowTicket>
<Template>sample string 3</Template>
</EventLayoutRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
EventLayoutRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| EventId | globally unique identifier |
None. |
|
| HeaderImage | string |
None. |
|
| SceneImage | Collection of string |
None. |
|
| Template | string |
None. |
|
| MainColor | string |
None. |
|
| Font | string |
None. |
|
| ShowDetails | boolean |
None. |
|
| ShowSchedule | boolean |
None. |
|
| ShowSpeaker | boolean |
None. |
|
| ShowSponsor | boolean |
None. |
|
| ShowTicket | boolean |
None. |
|
| ShowDocument | boolean |
None. |
|
| ShowDttEntity | boolean |
None. |
|
| ShowRegisterInfo | boolean |
None. |
|
| ShowSceneImage | boolean |
None. |
|
| ShowBaseInfo | boolean |
None. |
|
| ShowSeminar | boolean |
None. |
|
| ShowHelp | boolean |
None. |
|
| PictureType | EventPictureType |
None. |
|
| HeaderImagePC | string |
None. |
|
| HeaderImageH5 | string |
None. |
|
| HeaderImageWeChat | string |
None. |
|
| Id | globally unique identifier |
None. |
|
| CreateBy | globally unique identifier |
None. |
|
| CreateDate | date |
None. |
|
| ModuleList | Collection of ModuleProperty |
None. |
|
| RegPageList | Collection of ModuleProperty |
None. |
Response Formats
application/json, text/json
Sample:
{
"ModuleList": [
{
"ModuleNo": 1001,
"ModuleBaseType": 1001,
"CustomFieldLabel": "sample string 1",
"CustomFieldContent": "sample string 2",
"Container": 3,
"Sequence": 4
},
{
"ModuleNo": 1001,
"ModuleBaseType": 1001,
"CustomFieldLabel": "sample string 1",
"CustomFieldContent": "sample string 2",
"Container": 3,
"Sequence": 4
}
],
"RegPageList": [
{
"ModuleNo": 1001,
"ModuleBaseType": 1001,
"CustomFieldLabel": "sample string 1",
"CustomFieldContent": "sample string 2",
"Container": 3,
"Sequence": 4
},
{
"ModuleNo": 1001,
"ModuleBaseType": 1001,
"CustomFieldLabel": "sample string 1",
"CustomFieldContent": "sample string 2",
"Container": 3,
"Sequence": 4
}
],
"EventId": "ccfcf7a2-7d37-48ff-8688-ad14908f2069",
"HeaderImage": "sample string 2",
"SceneImage": [
"sample string 1",
"sample string 2"
],
"Template": "sample string 3",
"MainColor": "sample string 4",
"Font": "sample string 5",
"ShowDetails": true,
"ShowSchedule": true,
"ShowSpeaker": true,
"ShowSponsor": true,
"ShowTicket": true,
"ShowDocument": true,
"ShowDttEntity": true,
"ShowRegisterInfo": true,
"ShowSceneImage": true,
"ShowBaseInfo": true,
"ShowSeminar": true,
"ShowHelp": true,
"PictureType": 1001,
"HeaderImagePC": "sample string 18",
"HeaderImageH5": "sample string 19",
"HeaderImageWeChat": "sample string 20",
"Id": "7b023bd7-0523-4717-93e2-1aec6b00f920",
"CreateBy": "08bd83f5-ada5-45d5-b048-c5813a896f1a",
"CreateDate": "2026-05-31T23:58:38.0820701+08:00"
}
application/xml, text/xml
Sample:
<EventLayoutRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DeloitteEvent.DataModel">
<CreateBy>08bd83f5-ada5-45d5-b048-c5813a896f1a</CreateBy>
<CreateDate>2026-05-31T23:58:38.0820701+08:00</CreateDate>
<Id>7b023bd7-0523-4717-93e2-1aec6b00f920</Id>
<EventId>ccfcf7a2-7d37-48ff-8688-ad14908f2069</EventId>
<Font>sample string 5</Font>
<HeaderImage>sample string 2</HeaderImage>
<HeaderImageH5>sample string 19</HeaderImageH5>
<HeaderImagePC>sample string 18</HeaderImagePC>
<HeaderImageWeChat>sample string 20</HeaderImageWeChat>
<MainColor>sample string 4</MainColor>
<ModuleList>
<ModuleProperty>
<Container>3</Container>
<CustomFieldContent>sample string 2</CustomFieldContent>
<CustomFieldLabel>sample string 1</CustomFieldLabel>
<ModuleBaseType>BaseModule</ModuleBaseType>
<ModuleNo>EventDetail</ModuleNo>
<Sequence>4</Sequence>
</ModuleProperty>
<ModuleProperty>
<Container>3</Container>
<CustomFieldContent>sample string 2</CustomFieldContent>
<CustomFieldLabel>sample string 1</CustomFieldLabel>
<ModuleBaseType>BaseModule</ModuleBaseType>
<ModuleNo>EventDetail</ModuleNo>
<Sequence>4</Sequence>
</ModuleProperty>
</ModuleList>
<PictureType>Square</PictureType>
<RegPageList>
<ModuleProperty>
<Container>3</Container>
<CustomFieldContent>sample string 2</CustomFieldContent>
<CustomFieldLabel>sample string 1</CustomFieldLabel>
<ModuleBaseType>BaseModule</ModuleBaseType>
<ModuleNo>EventDetail</ModuleNo>
<Sequence>4</Sequence>
</ModuleProperty>
<ModuleProperty>
<Container>3</Container>
<CustomFieldContent>sample string 2</CustomFieldContent>
<CustomFieldLabel>sample string 1</CustomFieldLabel>
<ModuleBaseType>BaseModule</ModuleBaseType>
<ModuleNo>EventDetail</ModuleNo>
<Sequence>4</Sequence>
</ModuleProperty>
</RegPageList>
<SceneImage xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</SceneImage>
<ShowBaseInfo>true</ShowBaseInfo>
<ShowDetails>true</ShowDetails>
<ShowDocument>true</ShowDocument>
<ShowDttEntity>true</ShowDttEntity>
<ShowHelp>true</ShowHelp>
<ShowRegisterInfo>true</ShowRegisterInfo>
<ShowSceneImage>true</ShowSceneImage>
<ShowSchedule>true</ShowSchedule>
<ShowSeminar>true</ShowSeminar>
<ShowSpeaker>true</ShowSpeaker>
<ShowSponsor>true</ShowSponsor>
<ShowTicket>true</ShowTicket>
<Template>sample string 3</Template>
</EventLayoutRequest>