# POST /sale-invoices.json **POST /sale-invoices.json** ## Servers - http://api.example.com/v1: http://api.example.com/v1 () ## Authentication methods - Bearer auth ## Parameters ### Body: application/json (object) - **accountingIntegrationExternalId** (boolean | null) Accounting integration external - **accountingProblem** (object | null | array | boolean | integer | number | string) Accounting problem - **externalId** (string | null) External - **finalized** (boolean | null) Finalized - **paid** (number) Paid - **paymentStatus** (string) Payment status - **quickbooksId** (string | null) Quickbooks - **reference** (string) Reference - **saleId** (integer(int32)) Sale - **xeroId** (string | null) Xero ## Responses ### 200 Successful response #### Body: application/json (object) - **accountingIntegrationExternalId** (boolean | null) Accounting integration external - **accountingProblem** (object | null | array | boolean | integer | number | string) Accounting problem - **createdAt** (string(date-time) | null) Created at - **externalId** (string | null) External - **finalized** (boolean | null) Finalized - **id** (integer(int32)) Id - **paid** (number) Paid - **paymentStatus** (string) Payment status - **quickbooksId** (string | null) Quickbooks - **reference** (string) Reference - **saleId** (integer(int32)) Sale - **updatedAt** (string(date-time) | null) Updated at - **xeroId** (string | null) Xero [Powered by Bump.sh](https://bump.sh)