{
    "@odata.context" : "<%= basepath %>/$metadata#UpdateService",
    "@odata.id": "<%= url %>",
    "@odata.type": "#UpdateService.1.0.0.UpdateService",
    "Oem": {},
    "Id": "UpdateService",
    "Description": "Update Service",
    "Name": "Update Service",
    "Status": {
        "State":"Enabled"
    },
    "ServiceEnabled": true,
    "FirmwareInventory" : {
        "@odata.id": "<%= basepath %>/UpdateService/FirmwareInventory"
    },
    "SoftwareInventory" : {
        "@odata.id": "<%= basepath %>/UpdateService/SoftwareInventory"
    }
}
