.wpb_animate_when_almost_visible { opacity: 1; }
United Way APIs
Get a global view at the standardized Orange Wholesale APIs
1.0

Postman

Here a link to download a postman collection with an exemple of a body of product order allowing to order a new FTTH access (using the others United way APIs to build the body of the order).

You will also find a video explaining how to use this postman collection in order to make an order for FTTH Access.

You will find below the different steps needed to implement a quote and an order process, the corresponding sequence diagram and a postman collection making available an order process to test.

#1 I want to get a quote for a new configuration from a product offering

To implement this use case, the following uses cases are needed:

Below the corresponding sequence diagram:

enter image description here

Each call of API before the post quote enable to enrich the quote body:

  • Party management API enables to retrieve the identifers of the party involved in the quote (a party can be an individual or an organization)
  • Product Catalog management API enables to get the information necessary to fill the quoteItem of the quote based on the catalog framework:
    • the mandatory criteria depending on the offer and the type of operation (acquisition, modification, termination)
    • the structure of the offer
  • Product Inventory Management API enables to get the identifier of the collect and fill it in the quote Note that the call of the eligibility operator API is not mandatory, but it allows checking upstream that the offer is eligible.

#2 - I want to make an order

To implement this use case, the following uses cases are needed:

Below the corresponding sequence diagram:

enter image description here

Same as quote creation use case, it is necessary to call the party, catalog and product inventory API to enrich the order body.

Currently, there is no API available allowing to make appointments and search ressources. It is necessary in this case to use the existing web services eRdv and TAO (the documentation for those web services is available in your Espace opérateur: Mon compte> Mon espace documentaire).

Note that the call of the eligibility operator API is not mandatory, but it allows checking upstream that the offer is eligible.