POST api/customfieldgroup/{save}
Save a custom field group for a predefined type.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
save | string |
None. |
Body Parameters
Dezrez.Core.DataContracts.External.Api.Custom.Query.Get.SaveCustomFieldGroupCommandDataContractName | Description | Type | Additional information |
---|---|---|---|
Name | string |
None. |
|
Order | integer |
None. |
|
AppliesTo | Dezrez.Core.DataContracts.External.Api.Custom.Query.Get.CustomFieldGroupType |
None. |
|
SystemStatus | Dezrez.Rezi.Domain.System.SystemStatus |
None. |
|
Id | integer |
None. |
Request Formats
application/x-www-form-urlencoded
Sample:
Sample not available.
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
Response Information
Resource Description
Dezrez.Core.DataContracts.External.Api.Custom.Query.Get.CustomFieldGroupDataContractName | Description | Type | Additional information |
---|---|---|---|
Name | string |
None. |
|
Fields | Collection of Dezrez.Core.DataContracts.External.Api.Custom.Query.Get.CustomFieldDataContract |
None. |
|
Order | integer |
None. |
|
SystemStatus | Dezrez.Core.DataContracts.External.Api.System.EnumDataContract |
None. |
|
Id | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "Name": "sample string 1", "Fields": [ { "Type": { "Id": 1, "Name": "sample string 2", "SystemName": "sample string 3" }, "ControlType": { "Id": 1, "Name": "sample string 2", "SystemName": "sample string 3" }, "Name": "sample string 1", "Validator": "sample string 2", "Order": 3, "Options": [ "sample string 1", "sample string 2" ], "SystemStatus": { "Id": 1, "Name": "sample string 2", "SystemName": "sample string 3" }, "Id": 4 }, { "Type": { "Id": 1, "Name": "sample string 2", "SystemName": "sample string 3" }, "ControlType": { "Id": 1, "Name": "sample string 2", "SystemName": "sample string 3" }, "Name": "sample string 1", "Validator": "sample string 2", "Order": 3, "Options": [ "sample string 1", "sample string 2" ], "SystemStatus": { "Id": 1, "Name": "sample string 2", "SystemName": "sample string 3" }, "Id": 4 } ], "Order": 2, "SystemStatus": { "Id": 1, "Name": "sample string 2", "SystemName": "sample string 3" }, "Id": 3 }