# Orders An order can be accepted for any RFS_[1-4] property. ## Create NewInstall Order - [POST /order](https://ala-api.docs.cityfibre.com/openapi/orders/installorder.md): Place an order for a new service The ALA Provider will respond with an orderResponse to signify that the request has been accepted for processing. Subsequent updates about the order will be provided via NotifyOfOrderStatus ## Create Modify Order - [POST /orderModify](https://ala-api.docs.cityfibre.com/openapi/orders/modifyorder.md): Request a change to an active service The ALA Provider will respond with an orderResponse to signify that the request has been accepted for processing. Subsequent updates about the order will be provided via NotifyOfOrderStatus ## Create Cease Order - [POST /ceaseOrder](https://ala-api.docs.cityfibre.com/openapi/orders/ceaseorder.md): Request that an active service is ceased The ALA Provider will respond with an orderResponse to signify that the request has been accepted for processing. Subsequent updates about the order will be provided via NotifyOfOrderStatus ## Amend an Order - [POST /amendOrder](https://ala-api.docs.cityfibre.com/openapi/orders/amendorder.md): Request to amend an in flight order. An ALA Provider can either respond that the amendment is pending or can reject the amendment up front. ## Cancel an Order - [POST /cancelOrder](https://ala-api.docs.cityfibre.com/openapi/orders/cancelorder.md): Request to cancel an in flight order The ALA Provider can either respond that the cancellation is pending or reject it up front.