POST 17.0/database/definablefieldgrouptypes

Description

Create Definable Field Group Types

URI Parameters

None.

Name Description Type Additional information
DefinableFieldGroupID

integer

None.

TypeID

integer

None.

application/json, text/json

Sample:
{
  "definableFieldGroupID": 1,
  "typeID": 1
}

application/xml, text/xml

Sample:
<DefinableFieldGroupTypesUpdate xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <DefinableFieldGroupID>1</DefinableFieldGroupID>
  <TypeID>1</TypeID>
</DefinableFieldGroupTypesUpdate>

application/x-www-form-urlencoded

Sample:

Sample not available.

Name Description Type Additional information
DefinableFieldGroupID

integer

None.

TypeID

integer

None.

application/json, text/json

Sample:
{
  "definableFieldGroupID": 1,
  "typeID": 2
}

application/xml, text/xml

Sample:
<DefinableFieldGroupTypes xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <DefinableFieldGroupID>1</DefinableFieldGroupID>
  <TypeID>2</TypeID>
</DefinableFieldGroupTypes>