POST 17.0/database/definablefieldgroups

Description

Create Definable Field Groups

URI Parameters

None.

Name Description Type Additional information
ID

integer

None.

Description

string

String length: inclusive between 0 and 30

Type

byte

None.

SuppressScreen

byte

None.

PropertyCategory

byte

None.

InActive

byte

None.

application/json, text/json

Sample:
{
  "id": 1,
  "description": "sample string 1",
  "type": 64,
  "suppressScreen": 64,
  "propertyCategory": 64,
  "inActive": 64
}

application/xml, text/xml

Sample:
<DefinableFieldGroupsUpdate xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ID>1</ID>
  <Description>sample string 1</Description>
  <Type>64</Type>
  <SuppressScreen>64</SuppressScreen>
  <PropertyCategory>64</PropertyCategory>
  <InActive>64</InActive>
</DefinableFieldGroupsUpdate>

application/x-www-form-urlencoded

Sample:

Sample not available.

Name Description Type Additional information
ID

integer

None.

Description

string

String length: inclusive between 0 and 30

Type

byte

None.

SuppressScreen

byte

None.

PropertyCategory

byte

None.

InActive

byte

None.

application/json, text/json

Sample:
{
  "id": 1,
  "description": "sample string 2",
  "type": 64,
  "suppressScreen": 64,
  "propertyCategory": 64,
  "inActive": 64
}

application/xml, text/xml

Sample:
<DefinableFieldGroups xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ID>1</ID>
  <Description>sample string 2</Description>
  <Type>64</Type>
  <SuppressScreen>64</SuppressScreen>
  <PropertyCategory>64</PropertyCategory>
  <InActive>64</InActive>
</DefinableFieldGroups>