RobVG admin
Community stats
- Username RobVG
- Joined
- Visits 6
- Last Active
- Roles Member
- Points 61
- Badges
- 8
- Posts
- 53
Reactions
-
Re: Running into issues when attempting to get tokens using oauth
Hi @b33sama, Instead of providing the Content-type header as application/json, can you try using application/x-www-form-urlencoded or multipart/form-data. curl --location --request POST 'https://api.… (View Post)1 -
Re: API for creating invoices
Hi @Enoch, We do not yet have an update/patch invoice mutation available. I don't have an ETA on when this functionality will be available via the API, sorry. (View Post)1 -
Re: Shouldn't the unauthenticated error and success data be mutually exclusive?
Hi @amritms, The mutation processing has two steps - mutation itself, and query (what to return after a mutation). The inputErrors are about what went wrong when trying to run the mutation, and the o… (View Post)1 -
Re: Error when creating an invoice through invoiceCreate endpoint
Hi @ddnazzah, Great to hear you figured out your issue. As you discovered, if you specify tax(es) on a line item, we expect a valid sales tax id for reporting purposes. (View Post)1 -
Re: API for creating invoices
Hi @MarkN, I was not able to identify you in our system, so I could not debug your specific observations. If you were able to provide the invoice id that was created, or the business id and invoice n… (View Post)2