AvaTax
AuditModel
Provides detailed information about an API call.
The information on this record was captured by AvaTax when your API call was made. If you are unsure why you
received an error, you can fetch these audit objects and examine the RequestUrl, RequestBody, and ErrorMessage
fields to determine root cause for the error.
A unique ID number referring to this individual API call.
The unique ID number of the account to which the user belongs.
The unique ID number of the user that performed this API call.
The origin IP address from which AvaTax received this API call. If you use a proxy layer or other gateway, this IP address may be the address of the gateway. This information is not guaranteed to be accurate and may change based on network conditions between your site and AvaTax.
If your API call specified a MachineName in the Client Profile Headers, this
variable will contain its value. This information is self-reported by the client and is not guaranteed to be present.
If your API call specified a ClientName in the Client Profile Headers, this
variable will contain its value. This information is self-reported by the client and is not guaranteed to be present.
If your API call specified a ClientVersion in the Client Profile Headers, this
variable will contain its value. This information is self-reported by the client and is not guaranteed to be present.
If your API call specified a AdapterName in the Client Profile Headers, this
variable will contain its value. This information is self-reported by the client and is not guaranteed to be present.
If your API call specified a AdapterVersion in the Client Profile Headers, this
variable will contain its value. This information is self-reported by the client and is not guaranteed to be present.
The server name of the AvaTax server that responded to this API call.
The software version number of the currently deployed AvaTax API software on the server that responded to this API call.
A context-dependent reference ID for this API call. This reference ID is not guaranteed to contain a specific value and may be used differently by various API calls.
If the API contained a specific type of error code, this value would contain the unique ID number of the severity level of the response returned to the client.
The server timestamp, in UTC, of the time when the server received this API call.
The number of milliseconds that the AvaTax server took to respond to this API call.
The service name of the AvaTax API service that responded to this API call.
The operation name of this API call.
A context-dependent reference code for this API call. This reference code is not guaranteed to contain a specific value and may be used differently by various API calls.
If this API call reported an error, this contains the name of the error that was returned. You can look up more information about AvaTax error messages on the AvaTax REST Error Page.
Reserved for Avalara internal usage.
Reserved for Avalara internal usage.
If this API call returned an array of information, this value contains the number of records returned.
Reserved for Avalara internal usage.
Reserved for Avalara internal usage.
If this API call included requests made to any of the AvaTax data layers, this contains the number of requests that were traced.
Please note that not all data layers support this measurement.
If this API call included requests made to any of the AvaTax data layers, this contains the total duration time measured for all the requests.
Please note that not all data layers support this measurement.
If this API call included interoperation with other Avalara services, this contains the amount of time taken by those services.
Reserved for Avalara internal usage.
The original request URL as provided by the client.
If this request was an HTTP request that included a body such as a POST or a PUT, this will contain the request body sent by the client.
This request body is represented as a string, exactly as it was received from the client. Regardless of whether the request was JSON, Base64 encoded bytes, or a CSV file, this contains the exact contents of the request body.
The HTTP response code that was sent by the server.
The entire response body sent from the AvaTax server to the client. This value is returned as a string regardless of whether the results were JSON-formatted text, CSV files, or raw strings.
Reserved for Avalara internal usage.