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": "1867e5c3-433f-434d-873c-9d32712e2072",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "fb2c14f0-bd32-4fe4-9dcb-ea3016c328ec",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "2705fea2-ce6c-47ea-ac1c-b99797f6c67c",
"CreateDate": "2026-02-08T03:12:04.2343595-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-08T03:12:04.2343595-08:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-02-08T03:12:04.2343595-08:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "04e5e69d-f06d-4244-9815-b77dd102e1f1",
"Section": {
"FormTypeSectionId": "34c4dace-c085-40c5-a9ad-7eef4b8d8a62",
"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": "18876d88-c0b8-4130-841c-2323da3dfd61",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "e18f6728-2efc-4550-9a35-2e4ecb8a4b6b",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "a651524a-60c4-4524-bb29-94c4fcc51ffe",
"CreateDate": "2026-02-08T03:12:04.2343595-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-08T03:12:04.2343595-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "e2f7e2de-05f9-4f01-bb16-385128cb0e4e",
"FieldId": "084f9021-1201-4fbd-a7a4-884ee9a7de8c",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "e2f7e2de-05f9-4f01-bb16-385128cb0e4e",
"FieldId": "084f9021-1201-4fbd-a7a4-884ee9a7de8c",
"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": "04e5e69d-f06d-4244-9815-b77dd102e1f1",
"Section": {
"FormTypeSectionId": "34c4dace-c085-40c5-a9ad-7eef4b8d8a62",
"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": "18876d88-c0b8-4130-841c-2323da3dfd61",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "e18f6728-2efc-4550-9a35-2e4ecb8a4b6b",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "a651524a-60c4-4524-bb29-94c4fcc51ffe",
"CreateDate": "2026-02-08T03:12:04.2343595-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-08T03:12:04.2343595-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "e2f7e2de-05f9-4f01-bb16-385128cb0e4e",
"FieldId": "084f9021-1201-4fbd-a7a4-884ee9a7de8c",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "e2f7e2de-05f9-4f01-bb16-385128cb0e4e",
"FieldId": "084f9021-1201-4fbd-a7a4-884ee9a7de8c",
"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": "70cfc0fc-1c6f-4701-b254-928e74df4281",
"CreateDate": "2026-02-08T03:12:04.2343595-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-08T03:12:04.2343595-08: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": "bba4144f-782c-4816-9568-56ecda8f7cea",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "71cf2d8d-ced4-456c-a074-75caf3e15159",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "cd0f0186-84bb-48f8-a938-ba40d3880e81",
"CreateDate": "2026-02-08T03:12:04.2343595-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-08T03:12:04.2343595-08:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-02-08T03:12:04.2343595-08:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "08112f8b-be90-42e9-97e9-af43950789a4",
"Section": {
"FormTypeSectionId": "4c28ccf1-98bf-4f40-a0b8-f517d7aef46e",
"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": "af2fe6ca-b905-47c4-9430-afe8ac347451",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "f776199c-61f7-4ed0-9d60-feed0a9fcc2e",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "a612e364-bd6f-4b80-8f8a-d81fd1dce850",
"CreateDate": "2026-02-08T03:12:04.2343595-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-08T03:12:04.2343595-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "8a78b2fe-cd79-45cf-9ebb-f7c112ed92c8",
"FieldId": "9503a8e6-a1da-4013-a014-0fe2802d0755",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "8a78b2fe-cd79-45cf-9ebb-f7c112ed92c8",
"FieldId": "9503a8e6-a1da-4013-a014-0fe2802d0755",
"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": "08112f8b-be90-42e9-97e9-af43950789a4",
"Section": {
"FormTypeSectionId": "4c28ccf1-98bf-4f40-a0b8-f517d7aef46e",
"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": "af2fe6ca-b905-47c4-9430-afe8ac347451",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "f776199c-61f7-4ed0-9d60-feed0a9fcc2e",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "a612e364-bd6f-4b80-8f8a-d81fd1dce850",
"CreateDate": "2026-02-08T03:12:04.2343595-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-08T03:12:04.2343595-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "8a78b2fe-cd79-45cf-9ebb-f7c112ed92c8",
"FieldId": "9503a8e6-a1da-4013-a014-0fe2802d0755",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "8a78b2fe-cd79-45cf-9ebb-f7c112ed92c8",
"FieldId": "9503a8e6-a1da-4013-a014-0fe2802d0755",
"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": "70912db0-6ece-4a89-993e-d424db5c729c",
"CreateDate": "2026-02-08T03:12:04.2343595-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-08T03:12:04.2343595-08:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}