Create new reservation

POST {{url}}/api/external/stockreservations/update/false/true

Request Body

[{"Id"=>0, "MachineId"=>0, "DeliveryDate"=>"2023-07-05T09:31:45.153Z", "CreatedOn"=>"2023-07-05T09:31:45.153Z", "DeliveredOn"=>"2023-07-05T09:31:45.153Z", "ReturnedOn"=>"2023-07-05T09:31:45.153Z", "StatusId"=>0, "CardNumber"=>"string", "FirstName"=>"string", "LastName"=>"string", "EmployeeId"=>0, "UnlockCode"=>"string", "OrderNr"=>"string", "Description"=>"string", "WarehouseId"=>0, "IsPaid"=>true, "ExpirationDate"=>"2023-07-05T09:31:45.153Z", "Products"=>[{"Id"=>0, "ProductId"=>0, "SkuCode"=>"string", "Description"=>"string", "Qty"=>0, "InUse"=>0, "DeliveredOn"=>"2023-07-05T09:31:45.153Z", "ReturnedOn"=>"2023-07-05T09:31:45.153Z", "Returned"=>0, "VendingError"=>"string", "VendingReturnError"=>"string", "Notification"=>0, "NotificationReturn"=>0, "Slot"=>0, "Slot_Defect"=>0, "IsRental"=>true, "IsBulk"=>true, "IsSerialNr"=>true, "SerialNr"=>"string", "SerialNrProductId"=>0, "SubOrderNr"=>"string", "HasSendNotification"=>true}]}]