Copy
Sample:
[
{
"id": 1,
"subject": "sample string 2",
"body": "sample string 3",
"workOrderNumber": "sample string 4",
"allowClient": true,
"allowVendor": true,
"allowInternal": true,
"allowCorporate": true
},
{
"id": 1,
"subject": "sample string 2",
"body": "sample string 3",
"workOrderNumber": "sample string 4",
"allowClient": true,
"allowVendor": true,
"allowInternal": true,
"allowCorporate": true
}
]
Copy
Sample:
<ArrayOfClientCommentInsertDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ControlESI.FMPilot.Core.BE.Entities.WorkOrder">
<ClientCommentInsertDTO>
<AllowClient>true</AllowClient>
<AllowCorporate>true</AllowCorporate>
<AllowInternal>true</AllowInternal>
<AllowVendor>true</AllowVendor>
<Body>sample string 3</Body>
<Id>1</Id>
<Subject>sample string 2</Subject>
<WorkOrderNumber>sample string 4</WorkOrderNumber>
</ClientCommentInsertDTO>
<ClientCommentInsertDTO>
<AllowClient>true</AllowClient>
<AllowCorporate>true</AllowCorporate>
<AllowInternal>true</AllowInternal>
<AllowVendor>true</AllowVendor>
<Body>sample string 3</Body>
<Id>1</Id>
<Subject>sample string 2</Subject>
<WorkOrderNumber>sample string 4</WorkOrderNumber>
</ClientCommentInsertDTO>
</ArrayOfClientCommentInsertDTO>