# POST /sale-imports.json **POST /sale-imports.json** ## Servers - http://api.example.com/v1: http://api.example.com/v1 () ## Authentication methods - Bearer auth ## Parameters ### Body: application/json (object) - **channelId** (integer(int32) | null) Channel - **emailSent** (boolean | null) Email sent - **externalId** (string | null) External - **payload** (object | null | array | boolean | integer | number | string) Payload - **problem** (object | null | array | boolean | integer | number | string) Problem - **read** (boolean | null) Read - **saleId** (integer(int32) | null) Sale - **status** (string | null) Status ## Responses ### 200 Successful response #### Body: application/json (object) - **channelId** (integer(int32) | null) Channel - **createdAt** (string(date-time)) Created at - **emailSent** (boolean | null) Email sent - **externalId** (string | null) External - **id** (integer(int32)) Id - **payload** (object | null | array | boolean | integer | number | string) Payload - **problem** (object | null | array | boolean | integer | number | string) Problem - **read** (boolean | null) Read - **saleId** (integer(int32) | null) Sale - **status** (string | null) Status - **updatedAt** (string(date-time)) Updated at [Powered by Bump.sh](https://bump.sh)