# Create/Edit An Order Creates a new order with optional recurring settings and specified service quantities. Endpoint: POST /Orders Version: 1.0.0 Security: bearerAuth ## Request fields (application/json-patch+json): - `isBlitz` (boolean) Example: true - `fuelT` (boolean) Example: true - `fuelType` (string) Example: "Diesel" - `driverId` (string) Example: "3fa85f64-5717-4562-b3fc-2c963f66afa6" - `maxFillAmount` (integer) - `previousOrderId` (string) - `recurring` (boolean) Example: true - `referenceCustomer` (string) Example: "CustomerRef123" - `recurringOrderCustomerId` (string) Example: "3fa85f64-5717-4562-b3fc-2c963f66afa6" - `serviceIds` (array) Example: ["3fa85f64-5717-4562-b3fc-2c963f66afa6"] - `days` (integer) - `serviceQuantity` (integer) - `subContractId` (string) Example: "3fa85f64-5717-4562-b3fc-2c963f66afa6" - `supplierDepotId` (string) Example: "3fa85f64-5717-4562-b3fc-2c963f66afa6" - `vehicleId` (string) Example: "3fa85f64-5717-4562-b3fc-2c963f66afa6" - `servicesWithQuantities` (array) - `servicesWithQuantities.serviceId` (string) Example: "3fa85f64-5717-4562-b3fc-2c963f66afa6" ## Response 200 fields