InvalidSubscriptionDescription
Example
{
	"code": "InvalidSubscriptionDescription",
	"target": "Unknown",
	"details": [
	{
		"code": "InvalidSubscriptionDescription",
		"number": 318,
		"message": "Subscription description cannot be None when subscriptionTypeId is not provided",
		"description": "The subscription cannot be created when subscriptionTypeId is not provided and when subscription description is None",
		"faultCode": "Client",
		"helpLink": "http://developer.avalara.com/avatax/errors/InvalidSubscriptionDescription",
		"severity": "Error"
	}
]
}
Explanation

Subscription description cannot be None when a subscriptionTypeId is not provided. Please provide a description when subscriptionTypeId is not provided.