Hoppa direkt till innehåll
API specifications
API where the Service Provider is the origin of data and the Communication Operator is the consumer
FormatJSON AuthHTTP Auth OriginService Provider ConsumerCommunication Operator
products
This API lists product offerings that are available to end customers and information about the service provider.

The definition of product offerings include campaigns as well as standard offerings.

Allows the CO to periodically list all product offerings from SPs for publishing in portals
Allows the CO to request product offerings on a specific access on-demand to ensure availability on that access
  • List offerings for accessId

    Lists offerings on the specific access. When this endpoint is used, the CO has already performed a feasibility check and added the result in the request. Given an array of CO transmission products, the service provider responds with a list of offerings available on the specific access. The "coProduct" is the same field as services/service specified in the CO endpoint accesses API

    POST /plain/onapi/[spId]/products/[accessId]
    Content-Type: application/json
    {   "coProducts": [     "10/10",     "100/10",     "100/100",     "250/100",     "250/250",     "500/100",     "500/500",     "1000/100",     "1000/1000"   ] }
  • accessId

    GET /plain/onapi/[spId]/products/[accessId]
    Content-Type: application/json
  • GET /plain/onapi/[spId]/products
    Content-Type: application/json