POST Forms
Creates a new form.
Request Information
URI Parameters
None.
Body Parameters
The form to create. FormId should not be filled in.
Form| Name | Description | Type | Additional information |
|---|---|---|---|
| FormId | globally unique identifier |
None. |
|
| Asset | Asset |
None. |
|
| FormType | FormType |
None. |
|
| EffectiveDate | date |
None. |
|
| Location | string |
None. |
|
| TaskId | globally unique identifier |
None. |
|
| Values | Collection of FormFieldValue |
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:
{
"FormId": "2cc9b095-e775-4ccd-9658-11277a0636de",
"Asset": {
"AssetId": "67e1decb-f662-422c-afee-2232ac011d35",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "83cf95f0-2863-4938-b9dd-9989f806714b",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "03186ce9-80a1-43c5-8b5a-ad7743494f89",
"CreateDate": "2026-03-24T07:58:41.6260738-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-24T07:58:41.6260738-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "2a0d174d-72f0-4a3f-9627-bf78c6548276",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-03-24T07:58:41.6260738-07:00",
"MeasurementValueNeededDate": "2026-03-24T07:58:41.6260738-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "1d4008cf-d6df-4e10-a8b0-5548e359e9fb",
"CreateDate": "2026-03-24T07:58:41.6260738-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-24T07:58:41.6260738-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-03-24T07:58:41.6260738-07:00",
"MeasurementValueNeededDate": "2026-03-24T07:58:41.6260738-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "6cb7fd8d-320c-4116-ae7c-6d27cc7970e4",
"CreateDate": "2026-03-24T07:58:41.6260738-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-03-24T07:58:41.6260738-07:00",
"LastModifiedUser": "sample string 8"
},
"FormType": {
"FormTypeId": "0bcd1333-5e34-454b-97f5-437b79f9b20f",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "83cf95f0-2863-4938-b9dd-9989f806714b",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "03186ce9-80a1-43c5-8b5a-ad7743494f89",
"CreateDate": "2026-03-24T07:58:41.6260738-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-24T07:58:41.6260738-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-03-24T07:58:41.6260738-07:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "4269cb6a-aa82-4379-b7d3-c28f050e23fb",
"Section": {
"FormTypeSectionId": "a1d0f347-4d66-4bcd-843b-1475932c117b",
"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": "aeaa46d5-717e-41a3-959a-49795575165c",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "5a08a7da-dcf6-4ff0-8f7e-67336a66eca0",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "f44d5830-b792-4878-a601-d7df365dc654",
"CreateDate": "2026-03-24T07:58:41.6260738-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-24T07:58:41.6260738-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "c0859c9b-3b9e-49d5-ba99-32e31d336a90",
"FieldId": "ce272121-c072-45ca-ae85-95de6073facd",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "c0859c9b-3b9e-49d5-ba99-32e31d336a90",
"FieldId": "ce272121-c072-45ca-ae85-95de6073facd",
"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": "4269cb6a-aa82-4379-b7d3-c28f050e23fb",
"Section": {
"FormTypeSectionId": "a1d0f347-4d66-4bcd-843b-1475932c117b",
"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": "aeaa46d5-717e-41a3-959a-49795575165c",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "5a08a7da-dcf6-4ff0-8f7e-67336a66eca0",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "f44d5830-b792-4878-a601-d7df365dc654",
"CreateDate": "2026-03-24T07:58:41.6260738-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-24T07:58:41.6260738-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "c0859c9b-3b9e-49d5-ba99-32e31d336a90",
"FieldId": "ce272121-c072-45ca-ae85-95de6073facd",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "c0859c9b-3b9e-49d5-ba99-32e31d336a90",
"FieldId": "ce272121-c072-45ca-ae85-95de6073facd",
"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": "3ed401ca-e0b5-49b4-94b2-5a9d8bdbbbf9",
"CreateDate": "2026-03-24T07:58:41.6260738-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-24T07:58:41.6260738-07:00",
"LastModifiedUser": "sample string 7"
},
"EffectiveDate": "2026-03-24T07:58:41.6260738-07:00",
"Location": "sample string 1",
"TaskId": "7e86972c-9f7d-40f2-b7de-4b9a473d7c2e",
"Values": [
{
"FormFieldValueId": "5ffc8af1-04d9-42dc-a913-51db5600cbc5",
"FormId": "48c8f033-5d8b-4a27-a310-4ab2487285a2",
"FormTypeField": {
"FormTypeFieldId": "4269cb6a-aa82-4379-b7d3-c28f050e23fb",
"FormType": {
"FormTypeId": "0bcd1333-5e34-454b-97f5-437b79f9b20f",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "83cf95f0-2863-4938-b9dd-9989f806714b",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "03186ce9-80a1-43c5-8b5a-ad7743494f89",
"CreateDate": "2026-03-24T07:58:41.6260738-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-24T07:58:41.6260738-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-03-24T07:58:41.6260738-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "3ed401ca-e0b5-49b4-94b2-5a9d8bdbbbf9",
"CreateDate": "2026-03-24T07:58:41.6260738-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-24T07:58:41.6260738-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "a1d0f347-4d66-4bcd-843b-1475932c117b",
"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": "aeaa46d5-717e-41a3-959a-49795575165c",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "5a08a7da-dcf6-4ff0-8f7e-67336a66eca0",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "f44d5830-b792-4878-a601-d7df365dc654",
"CreateDate": "2026-03-24T07:58:41.6260738-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-24T07:58:41.6260738-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "c0859c9b-3b9e-49d5-ba99-32e31d336a90",
"FieldId": "ce272121-c072-45ca-ae85-95de6073facd",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "c0859c9b-3b9e-49d5-ba99-32e31d336a90",
"FieldId": "ce272121-c072-45ca-ae85-95de6073facd",
"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"
},
"SectionIndex": 1,
"FieldIndex": 1,
"FileName": "sample string 1",
"FileType": "sample string 2",
"FileSize": 1,
"FileContent": "QEA=",
"ValueText": "sample string 3",
"IsValid": true,
"IsValidMessage": "sample string 5",
"SourceSystemId": "sample string 6"
},
{
"FormFieldValueId": "5ffc8af1-04d9-42dc-a913-51db5600cbc5",
"FormId": "48c8f033-5d8b-4a27-a310-4ab2487285a2",
"FormTypeField": {
"FormTypeFieldId": "4269cb6a-aa82-4379-b7d3-c28f050e23fb",
"FormType": {
"FormTypeId": "0bcd1333-5e34-454b-97f5-437b79f9b20f",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "83cf95f0-2863-4938-b9dd-9989f806714b",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "03186ce9-80a1-43c5-8b5a-ad7743494f89",
"CreateDate": "2026-03-24T07:58:41.6260738-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-24T07:58:41.6260738-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-03-24T07:58:41.6260738-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "3ed401ca-e0b5-49b4-94b2-5a9d8bdbbbf9",
"CreateDate": "2026-03-24T07:58:41.6260738-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-24T07:58:41.6260738-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "a1d0f347-4d66-4bcd-843b-1475932c117b",
"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": "aeaa46d5-717e-41a3-959a-49795575165c",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "5a08a7da-dcf6-4ff0-8f7e-67336a66eca0",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "f44d5830-b792-4878-a601-d7df365dc654",
"CreateDate": "2026-03-24T07:58:41.6260738-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-24T07:58:41.6260738-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "c0859c9b-3b9e-49d5-ba99-32e31d336a90",
"FieldId": "ce272121-c072-45ca-ae85-95de6073facd",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "c0859c9b-3b9e-49d5-ba99-32e31d336a90",
"FieldId": "ce272121-c072-45ca-ae85-95de6073facd",
"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"
},
"SectionIndex": 1,
"FieldIndex": 1,
"FileName": "sample string 1",
"FileType": "sample string 2",
"FileSize": 1,
"FileContent": "QEA=",
"ValueText": "sample string 3",
"IsValid": true,
"IsValidMessage": "sample string 5",
"SourceSystemId": "sample string 6"
}
],
"SourceSystemId": "sample string 2",
"CompanyId": "2c7ea9a6-6e32-488c-a99b-0dddefc21620",
"CreateDate": "2026-03-24T07:58:41.6260738-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-03-24T07:58:41.6260738-07:00",
"LastModifiedUser": "sample string 5"
}
Response Information
Resource Description
On success, the created form.
| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | Form |
None. |
|
| Total | integer |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": {
"FormId": "f90a4cae-5cda-4363-a11c-5c79520e5ee3",
"Asset": {
"AssetId": "4d364fb4-b57d-45eb-b52d-288670002833",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "962fcf63-5106-42f0-bdfc-0dda83d8cca2",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "f7717463-a712-462b-9d89-da0d4616859f",
"CreateDate": "2026-03-24T07:58:41.6260738-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-24T07:58:41.6260738-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "c28f7e16-3a56-4d30-889b-fa9b2890d3d3",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-03-24T07:58:41.6260738-07:00",
"MeasurementValueNeededDate": "2026-03-24T07:58:41.6260738-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "c8e70172-c601-40f8-bc69-e674e336c65a",
"CreateDate": "2026-03-24T07:58:41.6260738-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-24T07:58:41.6260738-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-03-24T07:58:41.6260738-07:00",
"MeasurementValueNeededDate": "2026-03-24T07:58:41.6260738-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "2f595a1c-b04a-4f3d-8b63-c8bf35982f99",
"CreateDate": "2026-03-24T07:58:41.6260738-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-03-24T07:58:41.6260738-07:00",
"LastModifiedUser": "sample string 8"
},
"FormType": {
"FormTypeId": "20f62e82-4ae6-44ef-bb04-5e0863a87567",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "962fcf63-5106-42f0-bdfc-0dda83d8cca2",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "f7717463-a712-462b-9d89-da0d4616859f",
"CreateDate": "2026-03-24T07:58:41.6260738-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-24T07:58:41.6260738-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-03-24T07:58:41.6260738-07:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "9221646e-10bb-4183-a56a-cb8b0a999833",
"Section": {
"FormTypeSectionId": "83d74675-54a0-458b-b773-b5713242b2a8",
"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": "70818b08-070a-4939-946d-6b0b0aa10bb0",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "803f5a72-02f9-4468-af87-99d27f1c9d78",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "9ed69c16-5cd9-4e88-ba17-99aba43aa60f",
"CreateDate": "2026-03-24T07:58:41.6260738-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-24T07:58:41.6260738-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "f66fd70c-1fa1-468d-a4ae-ec3907d4b972",
"FieldId": "4f4c0e35-baf0-4f79-9f26-23ce07438f42",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "f66fd70c-1fa1-468d-a4ae-ec3907d4b972",
"FieldId": "4f4c0e35-baf0-4f79-9f26-23ce07438f42",
"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": "9221646e-10bb-4183-a56a-cb8b0a999833",
"Section": {
"FormTypeSectionId": "83d74675-54a0-458b-b773-b5713242b2a8",
"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": "70818b08-070a-4939-946d-6b0b0aa10bb0",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "803f5a72-02f9-4468-af87-99d27f1c9d78",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "9ed69c16-5cd9-4e88-ba17-99aba43aa60f",
"CreateDate": "2026-03-24T07:58:41.6260738-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-24T07:58:41.6260738-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "f66fd70c-1fa1-468d-a4ae-ec3907d4b972",
"FieldId": "4f4c0e35-baf0-4f79-9f26-23ce07438f42",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "f66fd70c-1fa1-468d-a4ae-ec3907d4b972",
"FieldId": "4f4c0e35-baf0-4f79-9f26-23ce07438f42",
"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": "b86d8119-5da6-4f24-9a99-911cae96f5d3",
"CreateDate": "2026-03-24T07:58:41.6260738-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-24T07:58:41.6260738-07:00",
"LastModifiedUser": "sample string 7"
},
"EffectiveDate": "2026-03-24T07:58:41.6260738-07:00",
"Location": "sample string 1",
"TaskId": "552f8462-fd19-43d4-8ae9-9b70650bc2bf",
"Values": [
{
"FormFieldValueId": "fac9b6f7-99e3-486a-891c-ce1cf7286fc3",
"FormId": "aecfad0c-1427-4b49-a343-d4a90e700060",
"FormTypeField": {
"FormTypeFieldId": "9221646e-10bb-4183-a56a-cb8b0a999833",
"FormType": {
"FormTypeId": "20f62e82-4ae6-44ef-bb04-5e0863a87567",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "962fcf63-5106-42f0-bdfc-0dda83d8cca2",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "f7717463-a712-462b-9d89-da0d4616859f",
"CreateDate": "2026-03-24T07:58:41.6260738-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-24T07:58:41.6260738-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-03-24T07:58:41.6260738-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "b86d8119-5da6-4f24-9a99-911cae96f5d3",
"CreateDate": "2026-03-24T07:58:41.6260738-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-24T07:58:41.6260738-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "83d74675-54a0-458b-b773-b5713242b2a8",
"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": "70818b08-070a-4939-946d-6b0b0aa10bb0",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "803f5a72-02f9-4468-af87-99d27f1c9d78",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "9ed69c16-5cd9-4e88-ba17-99aba43aa60f",
"CreateDate": "2026-03-24T07:58:41.6260738-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-24T07:58:41.6260738-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "f66fd70c-1fa1-468d-a4ae-ec3907d4b972",
"FieldId": "4f4c0e35-baf0-4f79-9f26-23ce07438f42",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "f66fd70c-1fa1-468d-a4ae-ec3907d4b972",
"FieldId": "4f4c0e35-baf0-4f79-9f26-23ce07438f42",
"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"
},
"SectionIndex": 1,
"FieldIndex": 1,
"FileName": "sample string 1",
"FileType": "sample string 2",
"FileSize": 1,
"FileContent": "QEA=",
"ValueText": "sample string 3",
"IsValid": true,
"IsValidMessage": "sample string 5",
"SourceSystemId": "sample string 6"
},
{
"FormFieldValueId": "fac9b6f7-99e3-486a-891c-ce1cf7286fc3",
"FormId": "aecfad0c-1427-4b49-a343-d4a90e700060",
"FormTypeField": {
"FormTypeFieldId": "9221646e-10bb-4183-a56a-cb8b0a999833",
"FormType": {
"FormTypeId": "20f62e82-4ae6-44ef-bb04-5e0863a87567",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "962fcf63-5106-42f0-bdfc-0dda83d8cca2",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "f7717463-a712-462b-9d89-da0d4616859f",
"CreateDate": "2026-03-24T07:58:41.6260738-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-24T07:58:41.6260738-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-03-24T07:58:41.6260738-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "b86d8119-5da6-4f24-9a99-911cae96f5d3",
"CreateDate": "2026-03-24T07:58:41.6260738-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-24T07:58:41.6260738-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "83d74675-54a0-458b-b773-b5713242b2a8",
"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": "70818b08-070a-4939-946d-6b0b0aa10bb0",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "803f5a72-02f9-4468-af87-99d27f1c9d78",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "9ed69c16-5cd9-4e88-ba17-99aba43aa60f",
"CreateDate": "2026-03-24T07:58:41.6260738-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-24T07:58:41.6260738-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "f66fd70c-1fa1-468d-a4ae-ec3907d4b972",
"FieldId": "4f4c0e35-baf0-4f79-9f26-23ce07438f42",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "f66fd70c-1fa1-468d-a4ae-ec3907d4b972",
"FieldId": "4f4c0e35-baf0-4f79-9f26-23ce07438f42",
"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"
},
"SectionIndex": 1,
"FieldIndex": 1,
"FileName": "sample string 1",
"FileType": "sample string 2",
"FileSize": 1,
"FileContent": "QEA=",
"ValueText": "sample string 3",
"IsValid": true,
"IsValidMessage": "sample string 5",
"SourceSystemId": "sample string 6"
}
],
"SourceSystemId": "sample string 2",
"CompanyId": "140b8ae5-b9ef-4135-aeb0-9ea72a1f69ce",
"CreateDate": "2026-03-24T07:58:41.6260738-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-03-24T07:58:41.6260738-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}