Audit
Audit_Create
Creates an Audit Log entry on a Customer's account in Rev.io. Typically used for logging of updates from the API.
Input
- CustomerID As Integer – a valid Rev.io Customer ID.
- Message As String – description/notes/message to add to the Customer's Audit Log.
Output
- ID As Integer
Note:
Sets the Audit_Type to API_UPDATE in Rev.io for this record.
Updated over 6 years ago