| Name | Description | Type | Additional information |
|---|---|---|---|
| workorderId | integer |
Required |
| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer | None. | |
| Subject | string | None. | |
| Body | string | None. | |
| WorkOrderNumber | string | None. | |
| OwnerUserId | integer | None. | |
| CreateUser | string | None. | |
| CreateDateTime | date | None. | |
| AllowInternal | boolean | None. | |
| AllowClient | boolean | None. | |
| AllowVendor | boolean | None. | |
| AllowCorporate | boolean | None. | |
| WorkOrderStatusID | integer | None. | |
| CommentTypeID | integer | None. | |
| IsEmailHighImportance | boolean | None. | |
| RequestCodeID | integer | None. | |
| User | string | None. | |
| Role | string | None. | |
| Company | string | None. | |
| FirstName | string | None. | |
| LastName | string | None. | |
| ChildWorkOrderID | integer | None. | |
| WorkOrderID | integer | None. |
[
{
"id": 1,
"subject": "sample string 2",
"body": "sample string 3",
"workOrderNumber": "sample string 4",
"ownerUserId": 1,
"createUser": "sample string 5",
"createDateTime": "2025-12-14T10:59:28.5046335Z",
"allowInternal": true,
"allowClient": true,
"allowVendor": true,
"allowCorporate": true,
"workOrderStatusID": 1,
"commentTypeID": 1,
"isEmailHighImportance": true,
"requestCodeID": 1,
"user": "sample string 8",
"role": "sample string 9",
"company": "sample string 10",
"firstName": "sample",
"lastName": "string",
"childWorkOrderID": 1,
"workOrderID": 13
},
{
"id": 1,
"subject": "sample string 2",
"body": "sample string 3",
"workOrderNumber": "sample string 4",
"ownerUserId": 1,
"createUser": "sample string 5",
"createDateTime": "2025-12-14T10:59:28.5046335Z",
"allowInternal": true,
"allowClient": true,
"allowVendor": true,
"allowCorporate": true,
"workOrderStatusID": 1,
"commentTypeID": 1,
"isEmailHighImportance": true,
"requestCodeID": 1,
"user": "sample string 8",
"role": "sample string 9",
"company": "sample string 10",
"firstName": "sample",
"lastName": "string",
"childWorkOrderID": 1,
"workOrderID": 13
}
]
<ArrayOfCommentFragment xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ControlESI.FMPilot.Core.BE.Entities.WorkOrder">
<CommentFragment>
<AllowClient>true</AllowClient>
<AllowCorporate>true</AllowCorporate>
<AllowInternal>true</AllowInternal>
<AllowVendor>true</AllowVendor>
<Body>sample string 3</Body>
<ChildWorkOrderID>1</ChildWorkOrderID>
<CommentTypeID>1</CommentTypeID>
<Company>sample string 10</Company>
<CreateDateTime>2025-12-14T10:59:28.5046335+00:00</CreateDateTime>
<CreateUser>sample string 5</CreateUser>
<FirstName>sample</FirstName>
<Id>1</Id>
<IsEmailHighImportance>true</IsEmailHighImportance>
<LastName>string</LastName>
<OwnerUserId>1</OwnerUserId>
<RequestCodeID>1</RequestCodeID>
<Role>sample string 9</Role>
<Subject>sample string 2</Subject>
<User>sample string 8</User>
<WorkOrderID>13</WorkOrderID>
<WorkOrderNumber>sample string 4</WorkOrderNumber>
<WorkOrderStatusID>1</WorkOrderStatusID>
</CommentFragment>
<CommentFragment>
<AllowClient>true</AllowClient>
<AllowCorporate>true</AllowCorporate>
<AllowInternal>true</AllowInternal>
<AllowVendor>true</AllowVendor>
<Body>sample string 3</Body>
<ChildWorkOrderID>1</ChildWorkOrderID>
<CommentTypeID>1</CommentTypeID>
<Company>sample string 10</Company>
<CreateDateTime>2025-12-14T10:59:28.5046335+00:00</CreateDateTime>
<CreateUser>sample string 5</CreateUser>
<FirstName>sample</FirstName>
<Id>1</Id>
<IsEmailHighImportance>true</IsEmailHighImportance>
<LastName>string</LastName>
<OwnerUserId>1</OwnerUserId>
<RequestCodeID>1</RequestCodeID>
<Role>sample string 9</Role>
<Subject>sample string 2</Subject>
<User>sample string 8</User>
<WorkOrderID>13</WorkOrderID>
<WorkOrderNumber>sample string 4</WorkOrderNumber>
<WorkOrderStatusID>1</WorkOrderStatusID>
</CommentFragment>
</ArrayOfCommentFragment>