# POST /accounting-payloads.json **POST /accounting-payloads.json** ## Servers - http://api.example.com/v1: http://api.example.com/v1 () ## Authentication methods - Bearer auth ## Parameters ### Body: application/json (object) - **accountingIntegrationId** (integer(int32) | null) Accounting integration - **payload** (object | null | array | boolean | integer | number | string) Payload - **purchaseInvoiceId** (integer(int32) | null) Purchase invoice - **response** (object | null | array | boolean | integer | number | string) Response - **saleInvoiceId** (integer(int32) | null) Sale invoice - **source** (string) Source - **status** (string) Status ## Responses ### 200 Successful response #### Body: application/json (object) - **accountingIntegrationId** (integer(int32) | null) Accounting integration - **createdAt** (string(date-time)) Created at - **id** (integer(int32)) Id - **payload** (object | null | array | boolean | integer | number | string) Payload - **purchaseInvoiceId** (integer(int32) | null) Purchase invoice - **response** (object | null | array | boolean | integer | number | string) Response - **saleInvoiceId** (integer(int32) | null) Sale invoice - **source** (string) Source - **status** (string) Status - **updatedAt** (string(date-time)) Updated at [Powered by Bump.sh](https://bump.sh)