PUT api/FormStatuses
Request Information
URI Parameters
None.
Body Parameters
VEMModel.Configuration.FormStatus| Name | Description | Type | Additional information |
|---|---|---|---|
| RecordId | integer |
None. |
|
| Name | string |
Max length: 100 |
|
| Code | string |
Max length: 50 |
|
| Description | string |
Max length: 250 |
|
| ShortDescription | string |
Max length: 100 |
|
| Deleted | boolean |
None. |
|
| DisableProductionHours | boolean |
None. |
|
| DisableBillingData | boolean |
None. |
|
| DisableData | boolean |
None. |
|
| DisableAutoCreatedForm | boolean |
None. |
|
| IsExceptionStatus | boolean |
None. |
|
| IsWarningStatus | boolean |
None. |
|
| IsSuccessStatus | boolean |
None. |
|
| CreatedOn | date |
None. |
|
| CreatedBy | string |
Max length: 50 |
|
| UpdatedOn | date |
None. |
|
| UpdatedBy | string |
Max length: 50 |
Request Formats
application/json, text/json
Sample:
{
"RecordId": 1,
"Name": "sample string 2",
"Code": "sample string 3",
"Description": "sample string 4",
"ShortDescription": "sample string 5",
"Deleted": true,
"DisableProductionHours": true,
"DisableBillingData": true,
"DisableData": true,
"DisableAutoCreatedForm": true,
"IsExceptionStatus": true,
"IsWarningStatus": true,
"IsSuccessStatus": true,
"CreatedOn": "2026-01-11T22:00:32.6704157-05:00",
"CreatedBy": "sample string 15",
"UpdatedOn": "2026-01-11T22:00:32.6704157-05:00",
"UpdatedBy": "sample string 16"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
VEMModel.Logic.APIResponseClass| Name | Description | Type | Additional information |
|---|---|---|---|
| Result | VEMModel.Logic.ResultEnum |
None. |
|
| Details | Object |
None. |
|
| JsonData | Object |
None. |
|
| ObjectType | string |
None. |
|
| ruleEvaluationResults | Collection of VEMModel.Logic.RuleEvaluationResult |
None. |
Response Formats
application/json, text/json
Sample:
{
"ruleEvaluationResults": [
{
"$id": "2",
"Result": 0,
"Message": "sample string 1",
"fieldID": "sample string 2"
},
{
"$ref": "2"
}
],
"Result": 0,
"Details": {
"$id": "3"
},
"JsonData": {
"$id": "4"
},
"ObjectType": "sample string 3"
}