IPP .NET SDK for QuickBooks v3.0 Create Invoice Error - Bad Request
I am having a hard time figuring out what exactly is going wrong here - I do not get alot of insight form the error Bad Request - here is my code: OAuthRequestValidator oauthValidator = new OAuthRequestValidator(accessToken, accessTokenSecret, consumerKey, consumerSecret); ServiceContext context = new ServiceContext(appToken, companyID, IntuitServicesType.QBO, oauthValidator); DataService service = new DataService(context); Customer customer = new Customer(); customer.GivenName = "Mary " + DateTime.Now.Second; customer.Title = "Ms."; customer.MiddleName = "Jayne"; customer.FamilyName = "Cooper