# POST /purchase-return-items.json **POST /purchase-return-items.json** ## Servers - http://api.example.com/v1: http://api.example.com/v1 () ## Authentication methods - Bearer auth ## Parameters ### Body: application/json (object) - **adjustmentReasonId** (integer(int32) | null) Adjustment reason - **purchaseItemId** (integer(int32)) Purchase item - **purchaseReturnId** (integer(int32)) Purchase return - **quantity** (integer(int32)) Quantity ## Responses ### 200 Successful response #### Body: application/json (object) - **adjustmentReasonId** (integer(int32) | null) Adjustment reason - **createdAt** (string(date-time)) Created at - **id** (integer(int32)) Id - **purchaseItemId** (integer(int32)) Purchase item - **purchaseReturnId** (integer(int32)) Purchase return - **quantity** (integer(int32)) Quantity - **updatedAt** (string(date-time)) Updated at [Powered by Bump.sh](https://bump.sh)