| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
Required |
| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer | None. | |
| Subject | string | None. | |
| Body | string | None. | |
| WorkOrderNumber | string | None. | |
| AllowClient | boolean | None. | |
| VendorId | integer | None. |
{
"Id": 1,
"Subject": "sample string 2",
"Body": "sample string 3",
"WorkOrderNumber": "sample string 4",
"AllowClient": true,
"VendorId": 1
}
<CommentInsertDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ControlESI.FMPilot.Core.BE.Entities.WorkOrder"> <AllowClient>true</AllowClient> <Body>sample string 3</Body> <Id>1</Id> <Subject>sample string 2</Subject> <VendorId>1</VendorId> <WorkOrderNumber>sample string 4</WorkOrderNumber> </CommentInsertDTO>
Sample not available.
true
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>