Submit order
POST/services/order-management/v2/orders/order
Order a quote. Creates a job to be completed in the background that creates the New Order and saves the result as a jobId for lookup. Since this is a time-consuming task for Zayo, this route will trigger a job that will create an order directly in Zayo's ordering system. The response is a jobId, and you will follow up on the request via the job/{jobId} route to get the Order details.
Pre-requisite APIs include quotes route (alternativly have your account rep provide this value) and the contacts route to get your billing account and order contact information. SOF signature is still required after the order is placed. Certain orders are eligible for digital signature.
Please Note: At the moment, only quoteId is accepted in the order request payload.
Request
Responses
- 200
- 400
Success
Bad Request