Communications REST v2 Dev Guide
Calculate Taxes
Commit/Uncommit
Reference
AvaTax for Communications Use Cases
FAQ

Chapter 5.5.12 - Status

Status

The Status object contains the customization status description as applicable:

Key Value
code [int] Status Code
The numeric code associated with the status
msg [string] Status Message
  • Max length: Unlimited

Example

"Status": [
{
"code": 2000,
"msg": "Set profile item request completed."
}
]