Body
Required
-
accountingError
string | null Accounting error
-
accountingIntegrationExternalId
boolean | null Accounting integration external
accountingProblem
object | null | array | boolean | integer | number | string Accounting problem
-
adjustment
number | null Adjustment
-
adjustmentReason
string | null Adjustment reason
-
commissionMethod
string | null Required Commission method
Values are
retained
orreverse
. Default value isretained
. -
externalId
string | null External
files
object | null | array | boolean | integer | number | string Files
-
finalized
boolean | null Required Finalized
Default value is
false
. invoiceShippingProblem
object | null | array | boolean | integer | number | string Invoice shipping problem
-
invoiceShippingSource
string | null Invoice shipping source
Values are
shippingRate
,dropshipment
,customer
, ortransaction
. -
invoicingStage
string | null Required Invoicing stage
Values are
beforeShipping
,afterShipping
,delivered
, ormanual
. Default value ismanual
. -
paid
number Required Paid
Default value is
0
. -
paymentStatus
string Required Payment status
Values are
notPaid
,partiallyPaid
, orpaid
. Default value isnotPaid
. -
purchaseId
integer(int32) Required Purchase
-
quickbooksId
string | null Quickbooks
-
reference
string Required Reference
-
saleReturnId
integer(int32) | null Sale return
-
saleReturnInvoiceShippingSource
string | null Sale return invoice shipping source
Value is
transaction
. -
saleReturnItemId
integer(int32) | null Sale return item
-
source
string | null Required Source
Values are
manual
,automated
, orcatchup
. Default value isautomated
. -
transactionId
integer(int32) | null Transaction
-
xeroId
string | null Xero
POST
/purchase-invoices.json
curl \
--request POST 'http://api.example.com/v1/purchase-invoices.json' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--data '{"accountingError":"string","accountingIntegrationExternalId":true,"accountingProblem":{},"adjustment":42.0,"adjustmentReason":"string","commissionMethod":"retained","externalId":"string","files":{},"finalized":false,"invoiceShippingProblem":{},"invoiceShippingSource":"shippingRate","invoicingStage":"manual","paid":0,"paymentStatus":"notPaid","purchaseId":42,"quickbooksId":"string","reference":"string","saleReturnId":42,"saleReturnInvoiceShippingSource":"transaction","saleReturnItemId":42,"source":"automated","transactionId":42,"xeroId":"string"}'
Request examples
{
"accountingError": "string",
"accountingIntegrationExternalId": true,
"accountingProblem": {},
"adjustment": 42.0,
"adjustmentReason": "string",
"commissionMethod": "retained",
"externalId": "string",
"files": {},
"finalized": false,
"invoiceShippingProblem": {},
"invoiceShippingSource": "shippingRate",
"invoicingStage": "manual",
"paid": 0,
"paymentStatus": "notPaid",
"purchaseId": 42,
"quickbooksId": "string",
"reference": "string",
"saleReturnId": 42,
"saleReturnInvoiceShippingSource": "transaction",
"saleReturnItemId": 42,
"source": "automated",
"transactionId": 42,
"xeroId": "string"
}
Response examples (200)
{
"accountingError": "string",
"accountingIntegrationExternalId": true,
"accountingProblem": {},
"adjustment": 42.0,
"adjustmentReason": "string",
"commissionMethod": "retained",
"createdAt": "2025-05-04T09:42:00Z",
"externalId": "string",
"files": {},
"finalized": false,
"id": 42,
"invoiceShippingProblem": {},
"invoiceShippingSource": "shippingRate",
"invoicingStage": "manual",
"paid": 0,
"paymentStatus": "notPaid",
"purchaseId": 42,
"quickbooksId": "string",
"reference": "string",
"saleReturnId": 42,
"saleReturnInvoiceShippingSource": "transaction",
"saleReturnItemId": 42,
"source": "automated",
"transactionId": 42,
"updatedAt": "2025-05-04T09:42:00Z",
"xeroId": "string"
}