POST api/v1/AppScreenUIControlSetting/Options

Request Information

URI Parameters

None.

Body Parameters

AppScreenUIControlSettingParamModel
NameDescriptionTypeAdditional information
ScreenId

string

None.

ProjectId

string

None.

DetailID

string

None.

ParentId

string

None.

StaffGUIId

string

None.

FilterQuery

Dictionary of string [key] and Object [value]

None.

ScreenGUID

string

None.

DocumentWidth

integer

None.

Url

string

None.

OptionConfigsMore

Dictionary of string [key] and Object [value]

None.

QuerySearch

Dictionary of string [key] and Object [value]

None.

IsTestCase

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "ScreenId": "sample string 1",
  "ProjectId": "sample string 2",
  "DetailID": "sample string 3",
  "ParentId": "sample string 4",
  "StaffGUIId": "sample string 5",
  "FilterQuery": null,
  "ScreenGUID": "sample string 6",
  "DocumentWidth": 7,
  "Url": "sample string 8",
  "OptionConfigsMore": null,
  "QuerySearch": null,
  "IsTestCase": true
}

application/xml, text/xml

Sample:
<AppScreenUIControlSettingParamModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ezy.APIService.Shared.Models">
  <DocumentWidth xmlns="http://schemas.datacontract.org/2004/07/Ezy.Module.BaseData.Models">7</DocumentWidth>
  <FilterQuery xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/Ezy.Module.BaseData.Models" />
  <IsTestCase xmlns="http://schemas.datacontract.org/2004/07/Ezy.Module.BaseData.Models">true</IsTestCase>
  <OptionConfigsMore xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/Ezy.Module.BaseData.Models" />
  <QuerySearch xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/Ezy.Module.BaseData.Models" />
  <ScreenGUID xmlns="http://schemas.datacontract.org/2004/07/Ezy.Module.BaseData.Models">sample string 6</ScreenGUID>
  <Url xmlns="http://schemas.datacontract.org/2004/07/Ezy.Module.BaseData.Models">sample string 8</Url>
  <DetailID>sample string 3</DetailID>
  <ParentId>sample string 4</ParentId>
  <ProjectId>sample string 2</ProjectId>
  <ScreenId>sample string 1</ScreenId>
  <StaffGUIId>sample string 5</StaffGUIId>
</AppScreenUIControlSettingParamModel>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'AppScreenUIControlSettingParamModel'.

Response Information

Resource Description

EzyResultObjectOfAppScreenUIControlSettingOptionModel
NameDescriptionTypeAdditional information
Data

AppScreenUIControlSettingOptionModel

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

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'application/json'. Exception message: Self referencing loop detected with type 'Ezy.Module.BaseData.Models.UIPageConfig'. Path 'Data.PageConfig.Contents'.

text/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'text/json'. Exception message: Self referencing loop detected with type 'Ezy.Module.BaseData.Models.UIPageConfig'. Path 'Data.PageConfig.Contents'.

application/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'application/xml'. Exception message: Object graph for type 'Ezy.Module.BaseData.Models.UIPageConfig[]' contains cycles and cannot be serialized if reference tracking is disabled.

text/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'text/xml'. Exception message: Object graph for type 'Ezy.Module.BaseData.Models.UIPageConfig[]' contains cycles and cannot be serialized if reference tracking is disabled.