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 to load single planfragment model

  • Post request /v1/planfragmentmodel/bulk

    Operation to load multiple planfragment models

  • Post request for /v1/productmodel

    Operation to load single product model

  • Post request for /v1/productmodel/bulk

    Operation to load multiple product models

  • Post request for /v1/actionmodel

    Operation to load single action model

  • Post request for /v1/actionmodel/bulk

    Operation to load multiple action models

  • Delete request for /v1/actionmodel/bulk

    Operation to purge action model

  • Delete request for /v1/planfragmentmodel/bulk

    Operation to purge planfragment model

  • Delete request for /v1/productmodel/bulk

    Operation to purge product model

  • Get request for /v1/planfragmentmodel/bulk

    Operation to get Bulk Plan Fragment Model

  • Get request for /v1/planfragmentmodel/all

    Operation to get All Plan Fragment Models

  • Get request for /v1/productmodel/bulk

    Operation to get Bulk product Model

  • Get request for /v1/productmodel/all

    Operation to get All product Models

  • Get request for /v1/actionmodel/bulk

    Operation to get Bulk action Model

  • Get request for /v1/actionmodel/all

    Operation to get All action Models