Field Type Notes
Id string Although some identifiers can hold numeric or GUID values, this field is normalized to a string in Proton by design
ExternalReferenceIds List<string> References of this entity in other systems
TimeStamp List<string> Mandatory field to delete or modify an entity which was previously obtained to avoid 409 Conflict
Links List<string> HATEOAS links
CreateDate DateTime The date and the time this entity was created in Proton
IsDeleted bool Indicates if the entity has been removed from the system. When a delete operation is invoked Proton will mark the entity as deleted but the entity is not removed from system, it's a soft delete