/
_Work Item Object Format

_Work Item Object Format

JSON Format
{
  "Assets": [
    {
      "AssetNum": "",
      "Cost": "",
      "Desc": "",
      "FlexForms": [
        "${FlexFormID}"
      ],
      "FlexView": [
        {
          "Title": "GroupName1",
          "Items": [
            {
              "Label": "labeltext",
              "Value": "valuetext"
            }
          ]
        }
      ],
      "InServiceDate": "",
      "IsComponent": false,
      "LastServiceDate": "",
      "Location": "",
      "Mfg": "",
      "MfgCode": "",
      "Model": "",
      "ProdCode": "",
      "ProdNum": "",
      "ProdLine": "",
      "RetailerID": "",
      "RetailerName": "",
      "SerialNum": "",
      "ServiceCodes": [],
      "Status": "",
      "Type": "",
      "WhereAbouts": ""
    }
  ],
  "AtRisk": {
    "Type": "",
    "Offset": 0
  },
  "Booking": {
    "OrderDate": "",
    "SchdArr": "",
    "SchdStart": "",
    "SchdEnd": "",
    "ServiceDesc": "",
    "ServiceOrg": "",
    "Tech": "",
    "Offer": {
      "OfferId": "",
      "GroupId": "",
      "SchdStart": "",
      "SchedEnd": "",
      "Source": ""
    },
    "TechInfo": {
        "Name": "",
        "Phone": "",
        "ImageUrl": ""
    },
    "ServiceOrgInfo": {
      "Name": "",
      "ServiceOrg": "",
      "ExtSysId": "",
      "NetworkProviderType": "",
      "Address": {
        "AddrLine1": "",
        "AddrLine2": "",
        "City": "",
        "Region": "",
        "PostalCode": "",
        "Country": ""
      },
      "Phone": "",
      "Email": "",
      "ImageUrl": ""
    }
  },
  "Claims": [
    {
      "ClaimNum": "",
      "BatchNum": "",
      "SeqNum": "",
      "Status": "",
      "StatusDesc": "",
      "Amount": ""
    }
  ],
  "Desc": "",
  "FlexView": [
    {
      "Title": "GroupName1",
      "Items": [
        {
          "Label": "labeltext",
          "Value": "valuetext"
        }
      ]
    }
  ],
  "Flags": {
    "AllowRebook": false,
    "AllowReject": false,
    "AllowReschedule": false,
    "Billable": false,
    "CallConfirmed": false,
    "ClerkReview": false,
    "Deleted": false,
    "Fixed": false,
    "HardStop": false,
    "IsDelivered": false,
    "IsRead": false,
    "IsRedacted": false,
    "Paused": false,
    "RepeatCall": false,
    "IsAllDayJob": false
  },
  "Id": "",
  "JobSourceInfo": {
    "SourceId": "SS,SD,SM"
  },
  "Location": {
    "Address": {
      "AddrLine1": "",
      "AddrLine2": "",
      "AddrLine3": "",
      "AddrLine4": "",
      "AddrType": "",
      "City": "",
      "Country": "",
      "Intersection": "",
      "Lat": "",
      "Lon": "",
      "PostalCode": "",
      "Region": ""
    },
    "Contacts": [
      {
        "ContactPoint": [
          {
            "Mode": "Email,Phone,Mobile,FaceTime",
            "Value": ""
          }
        ],
        "ContactType": "",
        "FirstName": "",
        "LastName": "",
        "PreferredName": ""
      }
    ],
    "LanguageId": "",
    "LocationNum": "",
    "Name": "",
    "POReq": false,
    "SigReq": true,
    "StorageLocationId": "",
    "Type": "",
    "WorkCenter": ""
  },
  "Notes": "",
  "Payment": [
    {
      "AssetNum": "",
      "AuthorityNum": "",
      "AuthorizationLimit": 100.0,
      "ContractNum": "",
      "PONum": "",
      "POAmount": "",
      "CoPayAmount": "",
      "ServiceContractId": "",
      "ServiceContractEndDate": "",
      "ServiceContractProvider": ""
    }
  ],
  "Photos": [
    {
      "Date": "",
      "Id": "",
      "Note": "",
      "URL": ""
    }
  ],
  "Priority": "",
  "RejectReasonCode": "",
  "RejectReasons": [{
      "code": "",
      "desc": ""
  }],
  "ServiceProvider": {
      "NetworkProviderType": ""
  },
  "Stage": 0,
  "TimeConstraints": [
    {
      "Range": {
        "Days": "0000000",
        "RangeStartDt": "",
        "RangeEndDt": "",
        "DayStartTm": "",
        "DayEndTm": "",
        "TZ": ""
      },
      "Period": {
        "Start": "",
        "End": ""
      },
      "Desc": "",
      "Type": 1001
    }
  ],
  "Type": "",
  "WorkStatus": 0,
  "WorkSubStatus": 0,
  "WorkType": {
    "Desc": "",
    "Dur": 0,
    "Name": "",
    "ReqSkills": ["",""]
    "ReqSkillSetId": "",
    "Skills": [
      {
        "Comp": "",
        "Id": ""
      }
    ]
  }
}