# Save Requisition List **POST /V1/requisition_lists** Save Requisition List ## Servers - https://magento2.winkelstraat.mac/rest/all: https://magento2.winkelstraat.mac/rest/all () ## Parameters ## Body parameters Content-type: - **requisitionList** (object) Interface RequisitionListInterface ## Responses ### 200: 200 Success. #### Body Parameters: (object) - **id** (integer) Requisition List ID - **customer_id** (integer) Customer ID - **name** (string) Requisition List Name - **updated_at** (string) Requisition List Update Time - **description** (string) Requisition List Description - **items** (array[object]) Interface RequisitionListItemInterface - **extension_attributes** (object) ExtensionInterface class for @see \Magento\RequisitionList\Api\Data\RequisitionListInterface ### 401: 401 Unauthorized #### Body Parameters: (object) - **message** (string) Error message - **errors** (array[object]) Error details - **code** (integer) Error code - **parameters** (array[object]) Error parameters item - **trace** (string) Stack trace ### 500: Internal Server error #### Body Parameters: (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 Parameters: (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)