POST api/v1/ConfigAppScreen_ConfigAppScreen_Relation/Add
Request Information
URI Parameters
None.
Body Parameters
ConfigAppScreen_ConfigAppScreen_RelationModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | string |
None. |
|
| AppScreenParentId | string |
None. |
|
| AppScreenParentCode | string |
None. |
|
| AppScreenChildId | string |
None. |
|
| RelationType | string |
None. |
|
| Note | string |
None. |
|
| IsDisable | boolean |
None. |
|
| Title | string |
None. |
|
| OrderNo | integer |
None. |
|
| ScreenConfig | string |
None. |
|
| DirectUrl | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "sample string 1",
"AppScreenParentId": "sample string 2",
"AppScreenParentCode": "sample string 3",
"AppScreenChildId": "sample string 4",
"RelationType": "sample string 5",
"Note": "sample string 6",
"IsDisable": true,
"Title": "sample string 8",
"OrderNo": 9,
"ScreenConfig": "sample string 10",
"DirectUrl": "sample string 11"
}
application/xml, text/xml
Sample:
<ConfigAppScreen_ConfigAppScreen_RelationModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ezy.APIService.AppSystemService.Models"> <AppScreenChildId>sample string 4</AppScreenChildId> <AppScreenParentCode>sample string 3</AppScreenParentCode> <AppScreenParentId>sample string 2</AppScreenParentId> <DirectUrl>sample string 11</DirectUrl> <Id>sample string 1</Id> <IsDisable>true</IsDisable> <Note>sample string 6</Note> <OrderNo>9</OrderNo> <RelationType>sample string 5</RelationType> <ScreenConfig>sample string 10</ScreenConfig> <Title>sample string 8</Title> </ConfigAppScreen_ConfigAppScreen_RelationModel>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
EzyResultObjectOfConfigAppScreen_ConfigAppScreen_RelationModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | ConfigAppScreen_ConfigAppScreen_RelationModel |
None. |
|
| ExtraData | Dictionary of string [key] and Object [value] |
None. |
|
| StartTime | decimal number |
None. |
|
| EndTime | decimal number |
None. |
|
| TotalMili | decimal number |
None. |
|
| StatusCode | integer |
None. |
|
| Msg | string |
None. |
|
| MsgShowInUI | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": {
"Id": "sample string 1",
"AppScreenParentId": "sample string 2",
"AppScreenParentCode": "sample string 3",
"AppScreenChildId": "sample string 4",
"RelationType": "sample string 5",
"Note": "sample string 6",
"IsDisable": true,
"Title": "sample string 8",
"OrderNo": 9,
"ScreenConfig": "sample string 10",
"DirectUrl": "sample string 11"
},
"ExtraData": null,
"StartTime": 1.1,
"EndTime": 2.1,
"TotalMili": 3.1,
"StatusCode": 4,
"Msg": "sample string 5",
"MsgShowInUI": "sample string 6"
}
application/xml, text/xml
Sample:
<EzyResultObjectOfConfigAppScreen_ConfigAppScreen_RelationModelOtoXqmQY xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ezy.Module.Library.Message">
<Msg>sample string 5</Msg>
<MsgShowInUI>sample string 6</MsgShowInUI>
<StatusCode>4</StatusCode>
<Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/Ezy.APIService.AppSystemService.Models">
<d2p1:AppScreenChildId>sample string 4</d2p1:AppScreenChildId>
<d2p1:AppScreenParentCode>sample string 3</d2p1:AppScreenParentCode>
<d2p1:AppScreenParentId>sample string 2</d2p1:AppScreenParentId>
<d2p1:DirectUrl>sample string 11</d2p1:DirectUrl>
<d2p1:Id>sample string 1</d2p1:Id>
<d2p1:IsDisable>true</d2p1:IsDisable>
<d2p1:Note>sample string 6</d2p1:Note>
<d2p1:OrderNo>9</d2p1:OrderNo>
<d2p1:RelationType>sample string 5</d2p1:RelationType>
<d2p1:ScreenConfig>sample string 10</d2p1:ScreenConfig>
<d2p1:Title>sample string 8</d2p1:Title>
</Data>
<EndTime>2.1</EndTime>
<ExtraData xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" i:nil="true" />
<StartTime>1.1</StartTime>
<TotalMili>3.1</TotalMili>
</EzyResultObjectOfConfigAppScreen_ConfigAppScreen_RelationModelOtoXqmQY>