5.13 Licenses
Json Schema (for use with MS Power Automate)
{
"type": "object",
"properties": {
"subjectType": {
"type": "string"
},
"changeType": {
"type": "string"
},
"subjectFrontEndUrl": {
"type": "string"
},
"timeStamp": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"id": {
"type": "integer"
},
"person": {
"type": "object",
"properties": {
"PersonId": {
"type": "integer"
},
"FirstName": {
"type": "string"
},
"FamilyName": {
"type": "string"
},
"Email": {
"type": "string"
}
}
},
"name": {
"type": "string"
},
"description": {
"type": "string"
},
"licenseTypeId": {
"type": "integer"
},
"isDeleted": {
"type": "boolean"
},
"pictureURL": {
"type": "string"
},
"tag": {
"type": "string"
},
"companyId": {
"type": "integer"
},
"createdAt": {
"type": "string"
},
"modifiedAt": {
"type": "string"
},
"createdByPersonId": {
"type": "integer"
},
"modifiedByPersonId": {
"type": "integer"
},
"startDate": {
"type": "string"
},
"expiryDate": {
"type": "string"
},
"sensitive": {
"type": "boolean"
}
}
},
"differences": {
"type": "array",
"items": {
"type": "object",
"properties": {
"path": {
"type": "string"
},
"oldValue": {
"type": "string"
},
"newValue": {
"type": "string"
}
},
"required": [
"path",
"oldValue",
"newValue"
]
}
}
}
}