PUT AssetFormTypes
Updates an asset form type.
Request Information
URI Parameters
None.
Body Parameters
AssetFormType| Name | Description | Type | Additional information |
|---|---|---|---|
| AssetFormTypeId | globally unique identifier |
None. |
|
| Asset | Asset |
None. |
|
| FormType | FormType |
None. |
|
| FrequencyNeeded | integer |
None. |
|
| ValueNeededDate | date |
None. |
|
| LastValueDate | date |
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:
{
"AssetFormTypeId": "724c35a7-171b-48b3-8267-22f08d1b5cd9",
"Asset": {
"AssetId": "45d28a48-2354-4176-b5c0-1d3575a2f935",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "5c611632-6e7f-49fe-8331-16d1cd959147",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "383ddbeb-aa0d-4300-9a4d-994fc906e696",
"CreateDate": "2026-09-02T00:31:43.6209345-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-02T00:31:43.6209345-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "fea97b1c-cf3b-41ee-8902-242df71c21bd",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-09-02T00:31:43.6209345-07:00",
"MeasurementValueNeededDate": "2026-09-02T00:31:43.6209345-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "221608fc-59b6-474c-9ccd-e76dfca4a370",
"CreateDate": "2026-09-02T00:31:43.6209345-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-02T00:31:43.6209345-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-09-02T00:31:43.6209345-07:00",
"MeasurementValueNeededDate": "2026-09-02T00:31:43.6209345-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "23adeddf-0e6e-421f-ab5c-0cce47f41988",
"CreateDate": "2026-09-02T00:31:43.6209345-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-09-02T00:31:43.6209345-07:00",
"LastModifiedUser": "sample string 8"
},
"FormType": {
"FormTypeId": "0b7dbb39-54d5-44e6-a490-11fb10a23b75",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "5c611632-6e7f-49fe-8331-16d1cd959147",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "383ddbeb-aa0d-4300-9a4d-994fc906e696",
"CreateDate": "2026-09-02T00:31:43.6209345-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-02T00:31:43.6209345-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-09-02T00:31:43.6209345-07:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "168a3efe-d191-43e4-ac06-2b7dc1864c18",
"Section": {
"FormTypeSectionId": "5a9c0650-db83-470c-b1da-5ccfb9b14cde",
"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": "7ae20eb6-e612-444b-b39d-3731c8604a7e",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "b42617ba-03fa-47ed-9586-ac9ce2fcfc20",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "382b2ebd-88b2-4ec2-94df-6dd0f4117604",
"CreateDate": "2026-09-02T00:31:43.6209345-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-02T00:31:43.6209345-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "28328c26-f064-4f4c-9179-862eef1c0dbb",
"FieldId": "d8bba376-d0fc-416d-bacc-2e032bc426e3",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "28328c26-f064-4f4c-9179-862eef1c0dbb",
"FieldId": "d8bba376-d0fc-416d-bacc-2e032bc426e3",
"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": "168a3efe-d191-43e4-ac06-2b7dc1864c18",
"Section": {
"FormTypeSectionId": "5a9c0650-db83-470c-b1da-5ccfb9b14cde",
"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": "7ae20eb6-e612-444b-b39d-3731c8604a7e",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "b42617ba-03fa-47ed-9586-ac9ce2fcfc20",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "382b2ebd-88b2-4ec2-94df-6dd0f4117604",
"CreateDate": "2026-09-02T00:31:43.6209345-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-02T00:31:43.6209345-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "28328c26-f064-4f4c-9179-862eef1c0dbb",
"FieldId": "d8bba376-d0fc-416d-bacc-2e032bc426e3",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "28328c26-f064-4f4c-9179-862eef1c0dbb",
"FieldId": "d8bba376-d0fc-416d-bacc-2e032bc426e3",
"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": "65c9ccda-297f-4628-9dc9-7024b84fc87b",
"CreateDate": "2026-09-02T00:31:43.6209345-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-02T00:31:43.6209345-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-09-02T00:31:43.6209345-07:00",
"LastValueDate": "2026-09-02T00:31:43.6209345-07:00",
"SourceSystemId": "sample string 1",
"CompanyId": "6dabdbf6-9e0a-46a7-82d1-045b31ecb8ec",
"CreateDate": "2026-09-02T00:31:43.6209345-07:00",
"CreateUser": "sample string 3",
"LastModifiedDate": "2026-09-02T00:31:43.6209345-07:00",
"LastModifiedUser": "sample string 4"
}
Response Information
Resource Description
On success, the updated asset form type.
| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | AssetFormType |
None. |
|
| Total | integer |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": {
"AssetFormTypeId": "93e380ec-bd81-48cb-b18b-de27a726f1d7",
"Asset": {
"AssetId": "7a4dfd06-aff3-4a40-9783-8cf7bd610974",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "23a64ff8-c7c8-46a8-80e5-4ee4455f0949",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "923fb7f7-6549-4c48-8d33-a9cc0e52d2ac",
"CreateDate": "2026-09-02T00:31:43.6366007-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-02T00:31:43.6366007-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "8b1149bb-518a-4288-916c-b093b4ab2fe9",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-09-02T00:31:43.6366007-07:00",
"MeasurementValueNeededDate": "2026-09-02T00:31:43.6366007-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "625ccb6b-38de-4f0b-a91e-9c0562db408b",
"CreateDate": "2026-09-02T00:31:43.6366007-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-02T00:31:43.6366007-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-09-02T00:31:43.6366007-07:00",
"MeasurementValueNeededDate": "2026-09-02T00:31:43.6366007-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "1ee25167-fcc3-455e-bac3-3ddf1fdcead1",
"CreateDate": "2026-09-02T00:31:43.6366007-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-09-02T00:31:43.6366007-07:00",
"LastModifiedUser": "sample string 8"
},
"FormType": {
"FormTypeId": "bc650399-3f1f-41df-bbb6-84dbd17b5e3d",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "23a64ff8-c7c8-46a8-80e5-4ee4455f0949",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "923fb7f7-6549-4c48-8d33-a9cc0e52d2ac",
"CreateDate": "2026-09-02T00:31:43.6366007-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-02T00:31:43.6366007-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-09-02T00:31:43.6366007-07:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "d2fd1fd1-2959-44fa-a4ba-3ab36d8240e0",
"Section": {
"FormTypeSectionId": "ffdfe06e-2dfd-4fb4-9e97-8758c9dc3161",
"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": "94211f31-d72b-44e9-96dd-35c8a75cc5ea",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "a5b5208b-64e3-4058-9f63-3ca758470ca7",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "fb108619-168f-4e1b-b634-d3801ff6ef87",
"CreateDate": "2026-09-02T00:31:43.6366007-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-02T00:31:43.6366007-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "a1409899-171b-4676-aa6c-b632aac4ba1f",
"FieldId": "b48b16ab-7627-4f9e-8211-ed32911cefba",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "a1409899-171b-4676-aa6c-b632aac4ba1f",
"FieldId": "b48b16ab-7627-4f9e-8211-ed32911cefba",
"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": "d2fd1fd1-2959-44fa-a4ba-3ab36d8240e0",
"Section": {
"FormTypeSectionId": "ffdfe06e-2dfd-4fb4-9e97-8758c9dc3161",
"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": "94211f31-d72b-44e9-96dd-35c8a75cc5ea",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "a5b5208b-64e3-4058-9f63-3ca758470ca7",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "fb108619-168f-4e1b-b634-d3801ff6ef87",
"CreateDate": "2026-09-02T00:31:43.6366007-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-02T00:31:43.6366007-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "a1409899-171b-4676-aa6c-b632aac4ba1f",
"FieldId": "b48b16ab-7627-4f9e-8211-ed32911cefba",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "a1409899-171b-4676-aa6c-b632aac4ba1f",
"FieldId": "b48b16ab-7627-4f9e-8211-ed32911cefba",
"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": "74d6ef76-06ed-4f8e-8442-0928c7b27d2d",
"CreateDate": "2026-09-02T00:31:43.6366007-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-02T00:31:43.6366007-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-09-02T00:31:43.6366007-07:00",
"LastValueDate": "2026-09-02T00:31:43.6366007-07:00",
"SourceSystemId": "sample string 1",
"CompanyId": "91c36740-451a-46ac-860f-77269d47027e",
"CreateDate": "2026-09-02T00:31:43.6366007-07:00",
"CreateUser": "sample string 3",
"LastModifiedDate": "2026-09-02T00:31:43.6366007-07:00",
"LastModifiedUser": "sample string 4"
},
"Total": 1,
"Message": "sample string 1"
}