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": "03d503c3-8268-451c-ac3b-952c98fa9c73",
"Asset": {
"AssetId": "ac8966bb-3ebc-4e5d-b68a-b0ed2e4ca861",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "e3e0b29b-2474-4ada-b0a4-6d0aeb5c3040",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "41786682-551a-4fa8-923b-8b3202ee0a45",
"CreateDate": "2025-12-10T05:01:35.4861119-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-10T05:01:35.4861119-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "fca4957d-cb7f-4d99-99d2-19e754dd5eaf",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2025-12-10T05:01:35.4861119-08:00",
"MeasurementValueNeededDate": "2025-12-10T05:01:35.4861119-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "585ebca4-8e6f-44ba-bba0-783e2fbc5aeb",
"CreateDate": "2025-12-10T05:01:35.4861119-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-10T05:01:35.4861119-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2025-12-10T05:01:35.4861119-08:00",
"MeasurementValueNeededDate": "2025-12-10T05:01:35.4861119-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "eb91cbea-75b7-4eff-9efd-6a028e7fd794",
"CreateDate": "2025-12-10T05:01:35.4861119-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-12-10T05:01:35.4861119-08:00",
"LastModifiedUser": "sample string 8"
},
"FormType": {
"FormTypeId": "1f6e9dc2-996b-4d1b-85a4-2e7b0ce252b1",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "e3e0b29b-2474-4ada-b0a4-6d0aeb5c3040",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "41786682-551a-4fa8-923b-8b3202ee0a45",
"CreateDate": "2025-12-10T05:01:35.4861119-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-10T05:01:35.4861119-08:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2025-12-10T05:01:35.4861119-08:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "91c041c0-d010-4e41-a6fb-9912f91e393c",
"Section": {
"FormTypeSectionId": "60be201f-83f0-44ed-843c-51916866f376",
"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": "daf56efa-5ecc-4d8b-baa7-5da7688bf64f",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "d30d5d0d-c8c7-4c1e-90cb-4a21ba457d50",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "218f5f5c-dd8d-4575-a9e1-4302e14aec8b",
"CreateDate": "2025-12-10T05:01:35.4861119-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-10T05:01:35.4861119-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "4dd33c6e-d236-45a1-b515-25ee54289cd8",
"FieldId": "54d36c0a-b9f3-42dd-84b7-1f6f6659e28f",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "4dd33c6e-d236-45a1-b515-25ee54289cd8",
"FieldId": "54d36c0a-b9f3-42dd-84b7-1f6f6659e28f",
"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": "91c041c0-d010-4e41-a6fb-9912f91e393c",
"Section": {
"FormTypeSectionId": "60be201f-83f0-44ed-843c-51916866f376",
"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": "daf56efa-5ecc-4d8b-baa7-5da7688bf64f",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "d30d5d0d-c8c7-4c1e-90cb-4a21ba457d50",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "218f5f5c-dd8d-4575-a9e1-4302e14aec8b",
"CreateDate": "2025-12-10T05:01:35.4861119-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-10T05:01:35.4861119-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "4dd33c6e-d236-45a1-b515-25ee54289cd8",
"FieldId": "54d36c0a-b9f3-42dd-84b7-1f6f6659e28f",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "4dd33c6e-d236-45a1-b515-25ee54289cd8",
"FieldId": "54d36c0a-b9f3-42dd-84b7-1f6f6659e28f",
"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": "f9cc4dc0-8070-43a6-8597-f44043c9c739",
"CreateDate": "2025-12-10T05:01:35.4861119-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-10T05:01:35.4861119-08:00",
"LastModifiedUser": "sample string 7"
},
"EffectiveDate": "2025-12-10T05:01:35.4861119-08:00",
"Location": "sample string 1",
"TaskId": "d5320b45-ff28-46a6-a04c-4bef74371485",
"Values": [
{
"FormFieldValueId": "a021358c-59fc-45f6-9e7b-704f206df05d",
"FormId": "ed47b38f-0186-44bc-9a0f-fd3034d3e278",
"FormTypeField": {
"FormTypeFieldId": "91c041c0-d010-4e41-a6fb-9912f91e393c",
"FormType": {
"FormTypeId": "1f6e9dc2-996b-4d1b-85a4-2e7b0ce252b1",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "e3e0b29b-2474-4ada-b0a4-6d0aeb5c3040",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "41786682-551a-4fa8-923b-8b3202ee0a45",
"CreateDate": "2025-12-10T05:01:35.4861119-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-10T05:01:35.4861119-08:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2025-12-10T05:01:35.4861119-08:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "f9cc4dc0-8070-43a6-8597-f44043c9c739",
"CreateDate": "2025-12-10T05:01:35.4861119-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-10T05:01:35.4861119-08:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "60be201f-83f0-44ed-843c-51916866f376",
"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": "daf56efa-5ecc-4d8b-baa7-5da7688bf64f",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "d30d5d0d-c8c7-4c1e-90cb-4a21ba457d50",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "218f5f5c-dd8d-4575-a9e1-4302e14aec8b",
"CreateDate": "2025-12-10T05:01:35.4861119-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-10T05:01:35.4861119-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "4dd33c6e-d236-45a1-b515-25ee54289cd8",
"FieldId": "54d36c0a-b9f3-42dd-84b7-1f6f6659e28f",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "4dd33c6e-d236-45a1-b515-25ee54289cd8",
"FieldId": "54d36c0a-b9f3-42dd-84b7-1f6f6659e28f",
"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": "a021358c-59fc-45f6-9e7b-704f206df05d",
"FormId": "ed47b38f-0186-44bc-9a0f-fd3034d3e278",
"FormTypeField": {
"FormTypeFieldId": "91c041c0-d010-4e41-a6fb-9912f91e393c",
"FormType": {
"FormTypeId": "1f6e9dc2-996b-4d1b-85a4-2e7b0ce252b1",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "e3e0b29b-2474-4ada-b0a4-6d0aeb5c3040",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "41786682-551a-4fa8-923b-8b3202ee0a45",
"CreateDate": "2025-12-10T05:01:35.4861119-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-10T05:01:35.4861119-08:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2025-12-10T05:01:35.4861119-08:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "f9cc4dc0-8070-43a6-8597-f44043c9c739",
"CreateDate": "2025-12-10T05:01:35.4861119-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-10T05:01:35.4861119-08:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "60be201f-83f0-44ed-843c-51916866f376",
"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": "daf56efa-5ecc-4d8b-baa7-5da7688bf64f",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "d30d5d0d-c8c7-4c1e-90cb-4a21ba457d50",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "218f5f5c-dd8d-4575-a9e1-4302e14aec8b",
"CreateDate": "2025-12-10T05:01:35.4861119-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-10T05:01:35.4861119-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "4dd33c6e-d236-45a1-b515-25ee54289cd8",
"FieldId": "54d36c0a-b9f3-42dd-84b7-1f6f6659e28f",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "4dd33c6e-d236-45a1-b515-25ee54289cd8",
"FieldId": "54d36c0a-b9f3-42dd-84b7-1f6f6659e28f",
"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": "3280b503-a6ec-4f32-a5aa-151ea8104528",
"CreateDate": "2025-12-10T05:01:35.4861119-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2025-12-10T05:01:35.4861119-08: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": "a2a45de0-7ba0-470f-be2a-277005482d70",
"Asset": {
"AssetId": "fede6b88-c01c-4e47-8ba5-508b18a12c5d",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "ad665dbc-28b0-4359-b690-82b24ba4f2ca",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "69d4fdf9-7839-4eac-bcca-c879acb3cdb9",
"CreateDate": "2025-12-10T05:01:35.4861119-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-10T05:01:35.4861119-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "22d0a3e7-8f5b-4ea3-a2fb-49990ae7ab06",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2025-12-10T05:01:35.4861119-08:00",
"MeasurementValueNeededDate": "2025-12-10T05:01:35.4861119-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "34bd53bd-e8e8-422b-bb85-6da2e6d9a201",
"CreateDate": "2025-12-10T05:01:35.4861119-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-10T05:01:35.4861119-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2025-12-10T05:01:35.4861119-08:00",
"MeasurementValueNeededDate": "2025-12-10T05:01:35.4861119-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "32fde9ab-6166-4763-b318-ed7bc02121ab",
"CreateDate": "2025-12-10T05:01:35.4861119-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-12-10T05:01:35.4861119-08:00",
"LastModifiedUser": "sample string 8"
},
"FormType": {
"FormTypeId": "88f60f08-f419-478c-b7cf-ccad8d54c17b",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "ad665dbc-28b0-4359-b690-82b24ba4f2ca",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "69d4fdf9-7839-4eac-bcca-c879acb3cdb9",
"CreateDate": "2025-12-10T05:01:35.4861119-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-10T05:01:35.4861119-08:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2025-12-10T05:01:35.4861119-08:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "22980f59-6987-44d6-8717-e82971e66107",
"Section": {
"FormTypeSectionId": "7e22979f-cfe7-463c-b9d4-3251bf292f7e",
"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": "d3df7dae-ac4e-4f5b-951d-b8786f1ff45d",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "f31860b9-380b-4a9b-b407-126e77f63b74",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "64d7bd46-efa8-4f8b-9b7d-fde05246bc6e",
"CreateDate": "2025-12-10T05:01:35.4861119-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-10T05:01:35.4861119-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "09ca3202-85a1-4752-bbb8-2d0ccfc0724d",
"FieldId": "6020cacb-776c-4ee7-8a00-f83d0301418a",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "09ca3202-85a1-4752-bbb8-2d0ccfc0724d",
"FieldId": "6020cacb-776c-4ee7-8a00-f83d0301418a",
"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": "22980f59-6987-44d6-8717-e82971e66107",
"Section": {
"FormTypeSectionId": "7e22979f-cfe7-463c-b9d4-3251bf292f7e",
"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": "d3df7dae-ac4e-4f5b-951d-b8786f1ff45d",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "f31860b9-380b-4a9b-b407-126e77f63b74",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "64d7bd46-efa8-4f8b-9b7d-fde05246bc6e",
"CreateDate": "2025-12-10T05:01:35.4861119-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-10T05:01:35.4861119-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "09ca3202-85a1-4752-bbb8-2d0ccfc0724d",
"FieldId": "6020cacb-776c-4ee7-8a00-f83d0301418a",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "09ca3202-85a1-4752-bbb8-2d0ccfc0724d",
"FieldId": "6020cacb-776c-4ee7-8a00-f83d0301418a",
"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": "8bbcd10b-babb-41af-a7be-182af653d5c4",
"CreateDate": "2025-12-10T05:01:35.4861119-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-10T05:01:35.4861119-08:00",
"LastModifiedUser": "sample string 7"
},
"EffectiveDate": "2025-12-10T05:01:35.4861119-08:00",
"Location": "sample string 1",
"TaskId": "f2c20dc1-7541-4df1-b898-21f0b38ed472",
"Values": [
{
"FormFieldValueId": "96728983-0502-414e-b7d4-abce9c9f7e3a",
"FormId": "e379e8a9-959a-451a-85fd-25b90962aa38",
"FormTypeField": {
"FormTypeFieldId": "22980f59-6987-44d6-8717-e82971e66107",
"FormType": {
"FormTypeId": "88f60f08-f419-478c-b7cf-ccad8d54c17b",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "ad665dbc-28b0-4359-b690-82b24ba4f2ca",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "69d4fdf9-7839-4eac-bcca-c879acb3cdb9",
"CreateDate": "2025-12-10T05:01:35.4861119-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-10T05:01:35.4861119-08:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2025-12-10T05:01:35.4861119-08:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "8bbcd10b-babb-41af-a7be-182af653d5c4",
"CreateDate": "2025-12-10T05:01:35.4861119-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-10T05:01:35.4861119-08:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "7e22979f-cfe7-463c-b9d4-3251bf292f7e",
"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": "d3df7dae-ac4e-4f5b-951d-b8786f1ff45d",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "f31860b9-380b-4a9b-b407-126e77f63b74",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "64d7bd46-efa8-4f8b-9b7d-fde05246bc6e",
"CreateDate": "2025-12-10T05:01:35.4861119-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-10T05:01:35.4861119-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "09ca3202-85a1-4752-bbb8-2d0ccfc0724d",
"FieldId": "6020cacb-776c-4ee7-8a00-f83d0301418a",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "09ca3202-85a1-4752-bbb8-2d0ccfc0724d",
"FieldId": "6020cacb-776c-4ee7-8a00-f83d0301418a",
"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": "96728983-0502-414e-b7d4-abce9c9f7e3a",
"FormId": "e379e8a9-959a-451a-85fd-25b90962aa38",
"FormTypeField": {
"FormTypeFieldId": "22980f59-6987-44d6-8717-e82971e66107",
"FormType": {
"FormTypeId": "88f60f08-f419-478c-b7cf-ccad8d54c17b",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "ad665dbc-28b0-4359-b690-82b24ba4f2ca",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "69d4fdf9-7839-4eac-bcca-c879acb3cdb9",
"CreateDate": "2025-12-10T05:01:35.4861119-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-10T05:01:35.4861119-08:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2025-12-10T05:01:35.4861119-08:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "8bbcd10b-babb-41af-a7be-182af653d5c4",
"CreateDate": "2025-12-10T05:01:35.4861119-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-10T05:01:35.4861119-08:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "7e22979f-cfe7-463c-b9d4-3251bf292f7e",
"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": "d3df7dae-ac4e-4f5b-951d-b8786f1ff45d",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "f31860b9-380b-4a9b-b407-126e77f63b74",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "64d7bd46-efa8-4f8b-9b7d-fde05246bc6e",
"CreateDate": "2025-12-10T05:01:35.4861119-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-10T05:01:35.4861119-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "09ca3202-85a1-4752-bbb8-2d0ccfc0724d",
"FieldId": "6020cacb-776c-4ee7-8a00-f83d0301418a",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "09ca3202-85a1-4752-bbb8-2d0ccfc0724d",
"FieldId": "6020cacb-776c-4ee7-8a00-f83d0301418a",
"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": "ab3760ad-ecf3-44eb-a410-c867180d12e0",
"CreateDate": "2025-12-10T05:01:35.4861119-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2025-12-10T05:01:35.4861119-08:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}