Catalog Web Service Model Loading

Catalog Web Service is used to load the models into TIBCO Order Management.

The URL for catalog service is PROTOCOL://<HOST>:<PORT>/swagger-ui.html#/

Following are the types of Catalog web services:
  • Post request for /v1/planfragmentmodel

    Operation SubmitPlanFragmentModel to load single planfragment model

  • Post request /v1/planfragmentmodels

    Operation SubmitPlanFragmentModels to load multiple planfragment models

  • Post request for /v1/productmodel

    Operation SubmitProductModel to load single product model

  • Post request for /v1/productmodels

    Operation SubmitProductModels to load multiple product models

  • Post request for /v1/actionmodel

    Operation SubmitActionModel to load single action model

  • Post request for /v1/actionmodels

    Operation SubmitActionModels to load multiple action models

  • Delete request for /v1/actionmodels

    Operation PurgeActionModel to purge action model

  • Delete request for /v1/planfragmentmodel

    Operation PurgePlanFragmentModel to purge planfragment model

  • Delete request for /v1/productmodel

    Operation PurgeProductModel to purge product model