Sample:
{
"id": 1,
"subject": "sample string 2",
"createUser": "sample string 3",
"createDateTime": "2025-01-06T08:11:56.2735409Z",
"allowInternalChecked": true,
"allowClientChecked": true,
"allowVendorChecked": true,
"allowCorporateChecked": true,
"allowInternalEnabled": true,
"allowClientEnabled": true,
"allowVendorEnabled": true,
"allowCorporateEnabled": true
}
Sample:
<CommentPreInsertFragment xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ControlESI.FMPilot.Core.BE.Entities.WorkOrder">
<AllowClientChecked>true</AllowClientChecked>
<AllowClientEnabled>true</AllowClientEnabled>
<AllowCorporateChecked>true</AllowCorporateChecked>
<AllowCorporateEnabled>true</AllowCorporateEnabled>
<AllowInternalChecked>true</AllowInternalChecked>
<AllowInternalEnabled>true</AllowInternalEnabled>
<AllowVendorChecked>true</AllowVendorChecked>
<AllowVendorEnabled>true</AllowVendorEnabled>
<CreateDateTime>2025-01-06T08:11:56.2735409+00:00</CreateDateTime>
<CreateUser>sample string 3</CreateUser>
<Id>1</Id>
<Subject>sample string 2</Subject>
</CommentPreInsertFragment>