POST api/v1/SystemStaffListGroupSettingV2/ApplyAll

Request Information

URI Parameters

None.

Body Parameters

SystemStaffListGroupSettingModel
NameDescriptionTypeAdditional information
SettingKeyPrefix

string

None.

SettingType

string

None.

IsJoinInProjectPosition

boolean

None.

OrderNo

integer

None.

IsDisable

boolean

None.

UsingTypes

string

None.

IM_UsingTypes

Collection of SystemStaffListGroupSettingUsingTypeModel

None.

IM_ApplyAll_Permission

string

None.

IM_Permission_Checkbox_Default

boolean

None.

Id

string

None.

Key

string

None.

Note

string

None.

Name

string

None.

Request Formats

application/json, text/json

Sample:
{
  "SettingKeyPrefix": "sample string 1",
  "SettingType": "sample string 2",
  "IsJoinInProjectPosition": true,
  "OrderNo": 4,
  "IsDisable": true,
  "UsingTypes": "sample string 6",
  "IM_UsingTypes": [
    {
      "Type": "sample string 1",
      "TypeName": "sample string 2"
    },
    {
      "Type": "sample string 1",
      "TypeName": "sample string 2"
    }
  ],
  "IM_ApplyAll_Permission": "sample string 7",
  "IM_Permission_Checkbox_Default": true,
  "Id": "sample string 9",
  "Key": "sample string 10",
  "Note": "sample string 11",
  "Name": "sample string 12"
}

application/xml, text/xml

Sample:
<SystemStaffListGroupSettingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ezy.APIService.AppSystemService.Models">
  <Id>sample string 9</Id>
  <Key>sample string 10</Key>
  <Name>sample string 12</Name>
  <Note>sample string 11</Note>
  <IM_ApplyAll_Permission>sample string 7</IM_ApplyAll_Permission>
  <IM_Permission_Checkbox_Default>true</IM_Permission_Checkbox_Default>
  <IM_UsingTypes>
    <SystemStaffListGroupSettingUsingTypeModel>
      <Type>sample string 1</Type>
      <TypeName>sample string 2</TypeName>
    </SystemStaffListGroupSettingUsingTypeModel>
    <SystemStaffListGroupSettingUsingTypeModel>
      <Type>sample string 1</Type>
      <TypeName>sample string 2</TypeName>
    </SystemStaffListGroupSettingUsingTypeModel>
  </IM_UsingTypes>
  <IsDisable>true</IsDisable>
  <IsJoinInProjectPosition>true</IsJoinInProjectPosition>
  <OrderNo>4</OrderNo>
  <SettingKeyPrefix>sample string 1</SettingKeyPrefix>
  <SettingType>sample string 2</SettingType>
  <UsingTypes>sample string 6</UsingTypes>
</SystemStaffListGroupSettingModel>

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 'SystemStaffListGroupSettingModel'.

Response Information

Resource Description

EzyResultObjectOfObject
NameDescriptionTypeAdditional information
Data

Object

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": {},
  "ExtraData": null,
  "StartTime": 2.1,
  "EndTime": 3.1,
  "TotalMili": 4.1,
  "StatusCode": 5,
  "Msg": "sample string 6",
  "MsgShowInUI": "sample string 7"
}

application/xml, text/xml

Sample:
<EzyResultObjectOfanyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ezy.Module.Library.Message">
  <Msg>sample string 6</Msg>
  <MsgShowInUI>sample string 7</MsgShowInUI>
  <StatusCode>5</StatusCode>
  <Data />
  <EndTime>3.1</EndTime>
  <ExtraData xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" i:nil="true" />
  <StartTime>2.1</StartTime>
  <TotalMili>4.1</TotalMili>
</EzyResultObjectOfanyType>