Backend

Implements business logic.

Order ServiceOrder ServiceOrder Service[container]Create order[REST JSON]MethodPOSTPath/v1/ordersStatus: success201 CreatedDelete Order[REST]MethodDELETEPath/v1/orders/{id}Status: success204 No ContentSet Order State[REST]MethodPATCHPath/v1/orders/{id}/state/{state}Status: order not found404 Not FoundStatus: success200 OKStatus: transition to requested state not allowed409 ConflictGet Order[REST JSON]MethodGETPath/v1/orders/{id}Status: order not found404 Not FoundStatus: success200 OK
Order Service