Details
Name | Data Type | Is Nullable |
---|---|---|
Id | Integer | False |
AuditLogId | Integer | False |
PropertyName | String | False |
OldValue | String | False |
NewValue | String | False |
CreatedOn | DateTime | False |
CreatedBy | Integer | False |
ModifiedOn | DateTime | False |
ModifiedBy | Integer | False |
InactiveOn | DateTime | True |
InactiveBy | Integer | True |
IsInactive | Boolean | False |
**"Id" property is always required. Use 0 for calls to "Create" a record
**Bold names are required properties. Values must be provide for all record creation and editing actions
**True/False are represented with values of 1 and 0 during posting. 1 = True, 0 = False
**#### represents a whole number. No decimals
**###.## represents decimal values
**MM-dd-yyyy hh:mm:ss represents a date/time value
**abcABC123 represents a standard alphanumeric value
Object:
{
"Id":####,"AuditLogId":####,
"PropertyName":"abcABC123",
"OldValue":"abcABC123",
"NewValue":"abcABC123",
"CreatedOn":"MM-dd-yyyy hh:mm:ss",
"CreatedBy":####,
"ModifiedOn":"MM-dd-yyyy hh:mm:ss",
"ModifiedBy":####,
InactiveOn":"MM-dd-yyyy hh:mm:ss",
InactiveBy":####,
"IsInactive":True/False
}