Sample:
[
{
"id": 1,
"subject": "sample string 2",
"body": "sample string 3",
"workOrderNumber": "sample string 4",
"ownerUserId": 1,
"createUser": "sample string 5",
"createDateTime": "2025-01-06T08:17:38.2283349Z",
"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"
},
{
"id": 1,
"subject": "sample string 2",
"body": "sample string 3",
"workOrderNumber": "sample string 4",
"ownerUserId": 1,
"createUser": "sample string 5",
"createDateTime": "2025-01-06T08:17:38.2283349Z",
"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"
}
]
Sample:
<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>
<CommentTypeID>1</CommentTypeID>
<Company>sample string 10</Company>
<CreateDateTime>2025-01-06T08:17:38.2283349+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>
<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>
<CommentTypeID>1</CommentTypeID>
<Company>sample string 10</Company>
<CreateDateTime>2025-01-06T08:17:38.2283349+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>
<WorkOrderNumber>sample string 4</WorkOrderNumber>
<WorkOrderStatusID>1</WorkOrderStatusID>
</CommentFragment>
</ArrayOfCommentFragment>