POST api/customfield/{save}
Save a custom field within a predefinied custom field group.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
save | string |
None. |
Body Parameters
Dezrez.Core.DataContracts.External.Api.Custom.Query.Get.SaveCustomFieldCommandDataContractName | Description | Type | Additional information |
---|---|---|---|
CustomFieldGroupId | integer |
None. |
|
TypeSystemName | string |
None. |
|
ControlTypeSystemName | string |
None. |
|
Name | string |
None. |
|
Validator | string |
None. |
|
Order | integer |
None. |
|
Options | Collection of string |
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.CustomFieldDataContractName | Description | Type | Additional information |
---|---|---|---|
Type | Dezrez.Core.DataContracts.External.Api.System.EnumDataContract |
None. |
|
ControlType | Dezrez.Core.DataContracts.External.Api.System.EnumDataContract |
None. |
|
Name | string |
None. |
|
Validator | string |
None. |
|
Order | integer |
None. |
|
Options | Collection of string |
None. |
|
SystemStatus | Dezrez.Core.DataContracts.External.Api.System.EnumDataContract |
None. |
|
Id | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "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 }