# Partial Routes [EXPERIMENTAL]

**[EXPERIMENTAL]**
**[UNDER DEVELOPMENT]**
Endpoints for managing preplanned `PartialRoutes`.

 - [GET /preplanned/partial-routes](https://developer.conundra.eu/apis/order-book/order-book-api/partial-routes/getpreplannedpartialroutes.md): **[EXPERIMENTAL]** Retrieve a cursor-paged list of all preplanned partial routes. You can find out more about how to use cursors in our [developer portal](https://developer.conundra.eu/developer-porta
 - [PUT /preplanned/partial-routes/{business_id}](https://developer.conundra.eu/apis/order-book/order-book-api/partial-routes/upsertpartialroute.md): **[EXPERIMENTAL]** Upsert a `PartialRoute` defined by a business id.
 - [GET /preplanned/partial-routes/{business_id}](https://developer.conundra.eu/apis/order-book/order-book-api/partial-routes/getpartialroute.md): **[EXPERIMENTAL]** Get a `PartialRoute` by a business id.
 - [DELETE /preplanned/partial-routes/{business_id}](https://developer.conundra.eu/apis/order-book/order-book-api/partial-routes/deletepartialroute.md): **[EXPERIMENTAL]** Delete a `PartialRoute` by a business id.
