| ShortName | Name | Type | Description | Required? | Read only? | Implementation Notes |
|---|---|---|---|---|---|---|
| addedBy | Added By | String | User Principal who added this object | |||
| addedOn | Added On | Timestamp | Date/Time stamp when this object was added | |||
| updatedBy | Updated By | String | User principal who last updated Null if never updated | |||
| updatedOn | Updated On | Timestamp | Date/Time stamp when this object was last updated Null if never updated | |||
| comment | Comment | String | Comment supplied during update indicating the reason for the update | not implemented in handcar yet should always be null |
{
"type" : "AuditTrail",
"addedBy" : "XXXX",
"addedOn" : "YYYY-MM-DDThh:mm:ss",
"updatedBy" : "XXXX",
"updatedOn" : "YYYY-MM-DDThh:mm:ss",
"comment" : "XXXX"
}