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 about 5 years ago