PUT FormTypes
Updates the given form type.
Request Information
URI Parameters
None.
Body Parameters
Form type to update
FormType| Name | Description | Type | Additional information |
|---|---|---|---|
| FormTypeId | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| Description | string |
None. |
|
| AssetType | AssetType |
None. |
|
| FrequencyNeeded | integer |
None. |
|
| ValueNeededDate | date |
None. |
|
| Active | boolean |
None. |
|
| Fields | Collection of FormTypeField |
None. |
|
| SourceSystemId | string |
None. |
|
| CompanyId | globally unique identifier |
None. |
|
| CreateDate | date |
None. |
|
| CreateUser | string |
None. |
|
| LastModifiedDate | date |
None. |
|
| LastModifiedUser | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"FormTypeId": "92f6589f-572b-4b24-bf87-2a95a28dcead",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "d47ed42e-b3b0-4cec-b3a5-05ba1cde01a4",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "09bc2aae-f6f1-48d6-8f9d-4b51444be458",
"CreateDate": "2026-03-19T15:38:01.1436712-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-19T15:38:01.1436712-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-03-19T15:38:01.1436712-07:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "508de8be-8554-40fb-9488-ef0909031b0d",
"Section": {
"FormTypeSectionId": "bea980f5-1d33-48ea-8989-9d25f3d99255",
"Name": "sample string 1",
"Label": "sample string 2",
"DisplayOrder": 1,
"IsRepeatable": true,
"VisibleExpression": "sample string 4",
"SourceSystemId": "sample string 5"
},
"Name": "sample string 1",
"Label": "sample string 2",
"Description": "sample string 3",
"DataType": {
"DataTypeId": "d7875211-34be-4caa-a9c5-15f2e9b4ef84",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "915946a3-411e-4447-88a4-f1b86e5d21ec",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "279fd066-4335-4ccd-b14d-518e988efa1f",
"CreateDate": "2026-03-19T15:38:01.1436712-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-19T15:38:01.1436712-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "1e9241b6-736a-46b3-937d-51e710bf2233",
"FieldId": "cc84f589-baf8-4a15-8804-48e80ca7837e",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "1e9241b6-736a-46b3-937d-51e710bf2233",
"FieldId": "cc84f589-baf8-4a15-8804-48e80ca7837e",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"ValueExpression": "sample string 5",
"RequiredExpression": "sample string 6",
"IsAttachment": true,
"DefaultValueExpression": "sample string 8",
"IsAccumulator": true,
"IsMultiline": true,
"IsRepeatable": true,
"VisibleExpression": "sample string 12",
"SourceSystemId": "sample string 13"
},
{
"FormTypeFieldId": "508de8be-8554-40fb-9488-ef0909031b0d",
"Section": {
"FormTypeSectionId": "bea980f5-1d33-48ea-8989-9d25f3d99255",
"Name": "sample string 1",
"Label": "sample string 2",
"DisplayOrder": 1,
"IsRepeatable": true,
"VisibleExpression": "sample string 4",
"SourceSystemId": "sample string 5"
},
"Name": "sample string 1",
"Label": "sample string 2",
"Description": "sample string 3",
"DataType": {
"DataTypeId": "d7875211-34be-4caa-a9c5-15f2e9b4ef84",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "915946a3-411e-4447-88a4-f1b86e5d21ec",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "279fd066-4335-4ccd-b14d-518e988efa1f",
"CreateDate": "2026-03-19T15:38:01.1436712-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-19T15:38:01.1436712-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "1e9241b6-736a-46b3-937d-51e710bf2233",
"FieldId": "cc84f589-baf8-4a15-8804-48e80ca7837e",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "1e9241b6-736a-46b3-937d-51e710bf2233",
"FieldId": "cc84f589-baf8-4a15-8804-48e80ca7837e",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"ValueExpression": "sample string 5",
"RequiredExpression": "sample string 6",
"IsAttachment": true,
"DefaultValueExpression": "sample string 8",
"IsAccumulator": true,
"IsMultiline": true,
"IsRepeatable": true,
"VisibleExpression": "sample string 12",
"SourceSystemId": "sample string 13"
}
],
"SourceSystemId": "sample string 4",
"CompanyId": "f274d43e-448b-443a-8ae1-8e2455774989",
"CreateDate": "2026-03-19T15:38:01.1436712-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-19T15:38:01.1436712-07:00",
"LastModifiedUser": "sample string 7"
}
Response Information
Resource Description
On success, the updated form type.
| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | FormType |
None. |
|
| Total | integer |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": {
"FormTypeId": "19c9b988-4e5e-41f3-93e6-d6dae9cdeeef",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "ad97e887-0742-467f-b00a-d109594dd2ee",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "e6ae4baa-11d5-4c94-8ff5-06279ce7d386",
"CreateDate": "2026-03-19T15:38:01.1436712-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-19T15:38:01.1436712-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-03-19T15:38:01.1436712-07:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "a661a469-7a18-41d9-b567-2054b8bd309f",
"Section": {
"FormTypeSectionId": "c6d8e990-823a-431f-8d24-9adbfe6c39c8",
"Name": "sample string 1",
"Label": "sample string 2",
"DisplayOrder": 1,
"IsRepeatable": true,
"VisibleExpression": "sample string 4",
"SourceSystemId": "sample string 5"
},
"Name": "sample string 1",
"Label": "sample string 2",
"Description": "sample string 3",
"DataType": {
"DataTypeId": "4f95ae92-1f89-4b6c-aebb-7a41abc0d876",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "c7cace87-ab76-40e0-a458-52c6e386aa0d",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "851de4b0-c84e-4ff5-bc3a-77f8fe87adae",
"CreateDate": "2026-03-19T15:38:01.1436712-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-19T15:38:01.1436712-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "4f200b4d-f410-442c-b489-9e2b0051a6da",
"FieldId": "8c549fe9-1b5e-4bd1-b20e-cd07fa178958",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "4f200b4d-f410-442c-b489-9e2b0051a6da",
"FieldId": "8c549fe9-1b5e-4bd1-b20e-cd07fa178958",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"ValueExpression": "sample string 5",
"RequiredExpression": "sample string 6",
"IsAttachment": true,
"DefaultValueExpression": "sample string 8",
"IsAccumulator": true,
"IsMultiline": true,
"IsRepeatable": true,
"VisibleExpression": "sample string 12",
"SourceSystemId": "sample string 13"
},
{
"FormTypeFieldId": "a661a469-7a18-41d9-b567-2054b8bd309f",
"Section": {
"FormTypeSectionId": "c6d8e990-823a-431f-8d24-9adbfe6c39c8",
"Name": "sample string 1",
"Label": "sample string 2",
"DisplayOrder": 1,
"IsRepeatable": true,
"VisibleExpression": "sample string 4",
"SourceSystemId": "sample string 5"
},
"Name": "sample string 1",
"Label": "sample string 2",
"Description": "sample string 3",
"DataType": {
"DataTypeId": "4f95ae92-1f89-4b6c-aebb-7a41abc0d876",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "c7cace87-ab76-40e0-a458-52c6e386aa0d",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "851de4b0-c84e-4ff5-bc3a-77f8fe87adae",
"CreateDate": "2026-03-19T15:38:01.1436712-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-19T15:38:01.1436712-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "4f200b4d-f410-442c-b489-9e2b0051a6da",
"FieldId": "8c549fe9-1b5e-4bd1-b20e-cd07fa178958",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "4f200b4d-f410-442c-b489-9e2b0051a6da",
"FieldId": "8c549fe9-1b5e-4bd1-b20e-cd07fa178958",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"ValueExpression": "sample string 5",
"RequiredExpression": "sample string 6",
"IsAttachment": true,
"DefaultValueExpression": "sample string 8",
"IsAccumulator": true,
"IsMultiline": true,
"IsRepeatable": true,
"VisibleExpression": "sample string 12",
"SourceSystemId": "sample string 13"
}
],
"SourceSystemId": "sample string 4",
"CompanyId": "b3cc92e4-3e60-4d44-b970-8b71e1fb1075",
"CreateDate": "2026-03-19T15:38:01.1436712-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-19T15:38:01.1436712-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}