POST api/customfieldgroup/updategroupstatus
Update the System Status of custom field group. i.e. Active or Deleted
Request Information
URI Parameters
None.
Body Parameters
UpdateCustomFieldGroupCommandDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| CustomFieldGroupId | integer |
None. |
|
| SystemStatus | string |
None. |
|
| Id | integer |
None. |
Request Formats
application/x-www-form-urlencoded
Sample:
Sample not available.
application/json, text/json
Sample:
{
"CustomFieldGroupId": 1,
"SystemStatus": "sample string 2",
"Id": 3
}
Response Information
Resource Description
CustomFieldGroupDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| Name | string |
None. |
|
| Fields | Collection of CustomFieldDataContract |
None. |
|
| Order | integer |
None. |
|
| SystemStatus | 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
}