# Save RMA **PUT /V1/returns/{id}** Save RMA ## Servers - https://magento2.winkelstraat.mac/rest/all: https://magento2.winkelstraat.mac/rest/all () ## Parameters ### Path parameters - **id** (string) ### Body: (object) - **rmaDataObject** (object) Interface RmaInterface ## Responses ### 200 200 Success. #### Body: (object) - **increment_id** (string) Entity_id - **entity_id** (integer) Entity_id - **order_id** (integer) Order_id - **order_increment_id** (string) Order_increment_id - **store_id** (integer) Store_id - **customer_id** (integer) Customer_id - **date_requested** (string) Date_requested - **customer_custom_email** (string) Customer_custom_email - **items** (array[object]) Interface CategoryInterface - **status** (string) Status - **comments** (array[object]) Interface CommentInterface - **tracks** (array[object]) Interface TrackInterface - **extension_attributes** (object) ExtensionInterface class for @see \Magento\Rma\Api\Data\RmaInterface - **custom_attributes** (array[object]) Interface for custom attribute value. ### 401 401 Unauthorized #### Body: (object) - **message** (string) Error message - **errors** (array[object]) Error details - **code** (integer) Error code - **parameters** (array[object]) Error parameters item - **trace** (string) Stack trace ### default Unexpected error #### Body: (object) - **message** (string) Error message - **errors** (array[object]) Error details - **code** (integer) Error code - **parameters** (array[object]) Error parameters item - **trace** (string) Stack trace [Powered by Bump.sh](https://bump.sh)