Newer Version Available
Communications Cloud TM Forum API Release Notes
TM Forum 620 Product Catalog Management API
Update a product’s associated catalog entity by using the record ID
Make a PATCH request to the /catalog resource.
Required request parameter: id
New response body: Catalog Response
Update a product’s category by using the record ID
Make a PATCH request to the /category resource.
Required request parameter: id
New response body: Category Response
Update a product offering by using the record ID
Make a PATCH request to the /productOffering resource.
Required request parameter: id
New response body: Product Offering Response
Update a product offering price by using the record ID
Make a PATCH request to the /productOfferingPrice resource.
Required request parameter: id
New response body: Product Offering Price Response
Update a product specification by using the record ID
Make a PATCH request to the /productSpecification resource.
Required request parameter: id
New response body: Product Specification Response
TM Forum 621 Trouble Ticket API
Get the trouble tickets
Make a GET request to the new /troubleTicket resource.
New request parameters: offset, limit, and fields
New response body: Trouble Ticket Read Response
Create a trouble ticket
Make a POST request to the new /troubleTicket resource.
New request body: Trouble Ticket Create Request
New response body: Trouble Ticket Response
Fetch a trouble ticket by using the record ID
Make a GET request to the new /troubleTicket resource.
Required request parameter: id
New request parameters: fields
New response body: Trouble Ticket Read Response
TM Forum 622 Product Ordering API
Get product orders
Make a GET request to the new /productOrder resource.
New request parameters: offset, limit, id, name, lifecycleStatus, isSellable, isBundle, version, find, and fields
New response body: Product Order Read Response
Create a product order
Make a POST request to the new /productOrder resource.
New request body: Product Order Create Request
New response body: Product Order Response
Get a product order by using the record ID
Make a GET request to the new /productOrder resource.
Required request parameter: id
New request parameters: fields
New response body: Product Order Read Response
Let us know so we can improve!