AccountInNewStatusException
Example
{
	"code": "AccountInNewStatusException",
	"target": "Unknown",
	"details": [
		{
			"code": "AccountInNewStatusException",
			"number": 1404,
			"message": "Account is in New Status.",
			"description": "The Account '-0-' is in 'New' status. You must activate the account by reading and accepting Avalara's terms and conditions before resetting the license key. Please call ActivateAccount to enable license keys.",
			"faultCode": "Client",
			"helpLink": "http://developer.avalara.com/avatax/errors/AccountInNewStatusException",
			"severity": "Error"
		}
	]
}
Explanation

You cannot obtain a license key until you have accepted Avalara's terms and conditions. Call the ActivateAccount API to accept terms and conditions before using the ResetLicenseKey API.