You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am closing this ticket; I managed to get it working. The documentation around this SDK is not great though. Took me two days to figure out that some of the values in the Invoices object were incorrect.
Using Python SDK v6.3.0
I make a call to the
create_invoices
method of theAccountingAPi
:where
invoice
is a validInvoice
object as per the SDK constructed using this method:I receive the following error:
"No data has been processed for this endpoint. This endpoint is expecting Invoice data to be specifed in the request body."
The text was updated successfully, but these errors were encountered: