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": "e24753b1-689f-4773-961d-043d2dd98567",
"Asset": {
"AssetId": "e40dd403-7d9d-4388-a7d6-26875a02db82",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "09028e32-0371-4636-bb54-429e688cd433",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "f6404912-4026-4386-a3c8-51e13ebb085f",
"CreateDate": "2026-09-22T03:29:59.8529903-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-22T03:29:59.8529903-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "26c2c97c-3683-41f6-b00c-b2dd0e8bc7e6",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-09-22T03:29:59.8529903-07:00",
"MeasurementValueNeededDate": "2026-09-22T03:29:59.8529903-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "a12700eb-26d6-4f41-9bce-d91d73fa2aac",
"CreateDate": "2026-09-22T03:29:59.8529903-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-22T03:29:59.8529903-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-09-22T03:29:59.8529903-07:00",
"MeasurementValueNeededDate": "2026-09-22T03:29:59.8529903-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "be1595ff-2a2b-4f47-8f4d-a187800fae5b",
"CreateDate": "2026-09-22T03:29:59.8529903-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-09-22T03:29:59.8529903-07:00",
"LastModifiedUser": "sample string 8"
},
"FormType": {
"FormTypeId": "54b87ca9-bb3a-484b-80af-2ca3bf49b904",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "09028e32-0371-4636-bb54-429e688cd433",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "f6404912-4026-4386-a3c8-51e13ebb085f",
"CreateDate": "2026-09-22T03:29:59.8529903-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-22T03:29:59.8529903-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-09-22T03:29:59.8529903-07:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "d95f978e-30da-467a-817c-22e92e169067",
"Section": {
"FormTypeSectionId": "d2d2733a-1052-4dc5-9a1a-cd3d5d808716",
"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": "933d711c-07a7-4085-96be-8d77cbc271de",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "1dfa4550-ba6a-4b13-a952-a97cf17f2886",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "d440a539-2d4f-40a1-a25f-5cdb7fcfcfb8",
"CreateDate": "2026-09-22T03:29:59.8529903-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-22T03:29:59.8529903-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "3ab22163-03d9-4623-a599-f04b3869745f",
"FieldId": "f77b4270-76ad-40be-865e-b0ef0faef6d1",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "3ab22163-03d9-4623-a599-f04b3869745f",
"FieldId": "f77b4270-76ad-40be-865e-b0ef0faef6d1",
"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": "d95f978e-30da-467a-817c-22e92e169067",
"Section": {
"FormTypeSectionId": "d2d2733a-1052-4dc5-9a1a-cd3d5d808716",
"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": "933d711c-07a7-4085-96be-8d77cbc271de",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "1dfa4550-ba6a-4b13-a952-a97cf17f2886",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "d440a539-2d4f-40a1-a25f-5cdb7fcfcfb8",
"CreateDate": "2026-09-22T03:29:59.8529903-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-22T03:29:59.8529903-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "3ab22163-03d9-4623-a599-f04b3869745f",
"FieldId": "f77b4270-76ad-40be-865e-b0ef0faef6d1",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "3ab22163-03d9-4623-a599-f04b3869745f",
"FieldId": "f77b4270-76ad-40be-865e-b0ef0faef6d1",
"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": "34ac963a-c8f8-404b-a0b5-85db8728dfdf",
"CreateDate": "2026-09-22T03:29:59.8529903-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-22T03:29:59.8529903-07:00",
"LastModifiedUser": "sample string 7"
},
"EffectiveDate": "2026-09-22T03:29:59.8529903-07:00",
"Location": "sample string 1",
"TaskId": "f81e6b3b-4288-4543-8865-918502f26326",
"Values": [
{
"FormFieldValueId": "556e7456-ca35-4855-b45a-43ea1d3773bf",
"FormId": "6f9f5fff-cb82-46a2-9844-8e2ac2af1d4c",
"FormTypeField": {
"FormTypeFieldId": "d95f978e-30da-467a-817c-22e92e169067",
"FormType": {
"FormTypeId": "54b87ca9-bb3a-484b-80af-2ca3bf49b904",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "09028e32-0371-4636-bb54-429e688cd433",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "f6404912-4026-4386-a3c8-51e13ebb085f",
"CreateDate": "2026-09-22T03:29:59.8529903-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-22T03:29:59.8529903-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-09-22T03:29:59.8529903-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "34ac963a-c8f8-404b-a0b5-85db8728dfdf",
"CreateDate": "2026-09-22T03:29:59.8529903-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-22T03:29:59.8529903-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "d2d2733a-1052-4dc5-9a1a-cd3d5d808716",
"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": "933d711c-07a7-4085-96be-8d77cbc271de",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "1dfa4550-ba6a-4b13-a952-a97cf17f2886",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "d440a539-2d4f-40a1-a25f-5cdb7fcfcfb8",
"CreateDate": "2026-09-22T03:29:59.8529903-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-22T03:29:59.8529903-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "3ab22163-03d9-4623-a599-f04b3869745f",
"FieldId": "f77b4270-76ad-40be-865e-b0ef0faef6d1",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "3ab22163-03d9-4623-a599-f04b3869745f",
"FieldId": "f77b4270-76ad-40be-865e-b0ef0faef6d1",
"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": "556e7456-ca35-4855-b45a-43ea1d3773bf",
"FormId": "6f9f5fff-cb82-46a2-9844-8e2ac2af1d4c",
"FormTypeField": {
"FormTypeFieldId": "d95f978e-30da-467a-817c-22e92e169067",
"FormType": {
"FormTypeId": "54b87ca9-bb3a-484b-80af-2ca3bf49b904",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "09028e32-0371-4636-bb54-429e688cd433",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "f6404912-4026-4386-a3c8-51e13ebb085f",
"CreateDate": "2026-09-22T03:29:59.8529903-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-22T03:29:59.8529903-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-09-22T03:29:59.8529903-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "34ac963a-c8f8-404b-a0b5-85db8728dfdf",
"CreateDate": "2026-09-22T03:29:59.8529903-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-22T03:29:59.8529903-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "d2d2733a-1052-4dc5-9a1a-cd3d5d808716",
"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": "933d711c-07a7-4085-96be-8d77cbc271de",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "1dfa4550-ba6a-4b13-a952-a97cf17f2886",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "d440a539-2d4f-40a1-a25f-5cdb7fcfcfb8",
"CreateDate": "2026-09-22T03:29:59.8529903-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-22T03:29:59.8529903-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "3ab22163-03d9-4623-a599-f04b3869745f",
"FieldId": "f77b4270-76ad-40be-865e-b0ef0faef6d1",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "3ab22163-03d9-4623-a599-f04b3869745f",
"FieldId": "f77b4270-76ad-40be-865e-b0ef0faef6d1",
"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": "2553d5a1-766e-463e-81f3-8deb1c0c3174",
"CreateDate": "2026-09-22T03:29:59.8529903-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-09-22T03:29:59.8529903-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": "6b4b1112-aa04-4ae5-b84a-25a447f0bcc3",
"Asset": {
"AssetId": "6ec1c6d9-e955-4d51-abb0-e43c0422ff12",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "05a16f56-2b63-4de9-9809-4596b1437165",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "f3f3b2cd-809a-4e6c-98a4-97b57c72a86d",
"CreateDate": "2026-09-22T03:29:59.8529903-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-22T03:29:59.8529903-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "21661f50-7463-4a7d-b967-b939a6a28e46",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-09-22T03:29:59.8529903-07:00",
"MeasurementValueNeededDate": "2026-09-22T03:29:59.8529903-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "9d4d2af4-79ed-4ab5-b0da-a34eb7212d49",
"CreateDate": "2026-09-22T03:29:59.8529903-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-22T03:29:59.8529903-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-09-22T03:29:59.8529903-07:00",
"MeasurementValueNeededDate": "2026-09-22T03:29:59.8529903-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "4da94f8e-1ce4-48bb-939b-42bc4dcf4c6b",
"CreateDate": "2026-09-22T03:29:59.8529903-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-09-22T03:29:59.8529903-07:00",
"LastModifiedUser": "sample string 8"
},
"FormType": {
"FormTypeId": "72ada584-62fa-4989-9bc2-ae6fdf9566a4",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "05a16f56-2b63-4de9-9809-4596b1437165",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "f3f3b2cd-809a-4e6c-98a4-97b57c72a86d",
"CreateDate": "2026-09-22T03:29:59.8529903-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-22T03:29:59.8529903-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-09-22T03:29:59.8529903-07:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "d9c4005c-c4f6-498d-9979-eef5f8b4fcc9",
"Section": {
"FormTypeSectionId": "e1cc2691-b705-4b95-bc6c-cd04ead9dda8",
"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": "3d04868e-5c5a-490f-bcc1-7cf328f40b19",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "9a793e89-5b6b-44ad-8da3-1a1445471a03",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "65fb2929-4d54-492f-9a78-2dbfd2a80191",
"CreateDate": "2026-09-22T03:29:59.8529903-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-22T03:29:59.8529903-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "6084f7b4-35e1-4be3-9ddb-a1e9ebfd92f1",
"FieldId": "5d49ab6b-58f7-4867-ac22-6f69e1ff976d",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "6084f7b4-35e1-4be3-9ddb-a1e9ebfd92f1",
"FieldId": "5d49ab6b-58f7-4867-ac22-6f69e1ff976d",
"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": "d9c4005c-c4f6-498d-9979-eef5f8b4fcc9",
"Section": {
"FormTypeSectionId": "e1cc2691-b705-4b95-bc6c-cd04ead9dda8",
"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": "3d04868e-5c5a-490f-bcc1-7cf328f40b19",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "9a793e89-5b6b-44ad-8da3-1a1445471a03",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "65fb2929-4d54-492f-9a78-2dbfd2a80191",
"CreateDate": "2026-09-22T03:29:59.8529903-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-22T03:29:59.8529903-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "6084f7b4-35e1-4be3-9ddb-a1e9ebfd92f1",
"FieldId": "5d49ab6b-58f7-4867-ac22-6f69e1ff976d",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "6084f7b4-35e1-4be3-9ddb-a1e9ebfd92f1",
"FieldId": "5d49ab6b-58f7-4867-ac22-6f69e1ff976d",
"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": "7dddf9f7-71de-4a39-9031-5ab348711df5",
"CreateDate": "2026-09-22T03:29:59.8529903-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-22T03:29:59.8529903-07:00",
"LastModifiedUser": "sample string 7"
},
"EffectiveDate": "2026-09-22T03:29:59.8529903-07:00",
"Location": "sample string 1",
"TaskId": "d4569861-d0b9-4385-ae44-9571c39c3678",
"Values": [
{
"FormFieldValueId": "4c98e89a-b2d3-417b-9629-ba9936a5f9dd",
"FormId": "4b2282e1-9171-45df-9f5d-7b6f341d266b",
"FormTypeField": {
"FormTypeFieldId": "d9c4005c-c4f6-498d-9979-eef5f8b4fcc9",
"FormType": {
"FormTypeId": "72ada584-62fa-4989-9bc2-ae6fdf9566a4",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "05a16f56-2b63-4de9-9809-4596b1437165",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "f3f3b2cd-809a-4e6c-98a4-97b57c72a86d",
"CreateDate": "2026-09-22T03:29:59.8529903-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-22T03:29:59.8529903-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-09-22T03:29:59.8529903-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "7dddf9f7-71de-4a39-9031-5ab348711df5",
"CreateDate": "2026-09-22T03:29:59.8529903-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-22T03:29:59.8529903-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "e1cc2691-b705-4b95-bc6c-cd04ead9dda8",
"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": "3d04868e-5c5a-490f-bcc1-7cf328f40b19",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "9a793e89-5b6b-44ad-8da3-1a1445471a03",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "65fb2929-4d54-492f-9a78-2dbfd2a80191",
"CreateDate": "2026-09-22T03:29:59.8529903-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-22T03:29:59.8529903-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "6084f7b4-35e1-4be3-9ddb-a1e9ebfd92f1",
"FieldId": "5d49ab6b-58f7-4867-ac22-6f69e1ff976d",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "6084f7b4-35e1-4be3-9ddb-a1e9ebfd92f1",
"FieldId": "5d49ab6b-58f7-4867-ac22-6f69e1ff976d",
"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": "4c98e89a-b2d3-417b-9629-ba9936a5f9dd",
"FormId": "4b2282e1-9171-45df-9f5d-7b6f341d266b",
"FormTypeField": {
"FormTypeFieldId": "d9c4005c-c4f6-498d-9979-eef5f8b4fcc9",
"FormType": {
"FormTypeId": "72ada584-62fa-4989-9bc2-ae6fdf9566a4",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "05a16f56-2b63-4de9-9809-4596b1437165",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "f3f3b2cd-809a-4e6c-98a4-97b57c72a86d",
"CreateDate": "2026-09-22T03:29:59.8529903-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-22T03:29:59.8529903-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-09-22T03:29:59.8529903-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "7dddf9f7-71de-4a39-9031-5ab348711df5",
"CreateDate": "2026-09-22T03:29:59.8529903-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-22T03:29:59.8529903-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "e1cc2691-b705-4b95-bc6c-cd04ead9dda8",
"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": "3d04868e-5c5a-490f-bcc1-7cf328f40b19",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "9a793e89-5b6b-44ad-8da3-1a1445471a03",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "65fb2929-4d54-492f-9a78-2dbfd2a80191",
"CreateDate": "2026-09-22T03:29:59.8529903-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-22T03:29:59.8529903-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "6084f7b4-35e1-4be3-9ddb-a1e9ebfd92f1",
"FieldId": "5d49ab6b-58f7-4867-ac22-6f69e1ff976d",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "6084f7b4-35e1-4be3-9ddb-a1e9ebfd92f1",
"FieldId": "5d49ab6b-58f7-4867-ac22-6f69e1ff976d",
"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": "d0595cfd-1a4a-4f46-947f-022b7f25ff21",
"CreateDate": "2026-09-22T03:29:59.8529903-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-09-22T03:29:59.8529903-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}