Newer Version Available
Communications Cloud TM Forum API Release Notes
TM Forum 620 Catalog Management API (Outbound)
Create a product offer
Make a POST request to the new /productoffer resource.
New request body: Product offer Create Request
New response body: Product offer Read Response
Create or update product action
Use the new ProductPublishEvent object.
Enable the object and data access of ProductPublishEvent and add the custom permission vlocity_tmf.TMF 620 Outbound (available OOB in the CMT package) to a permission set and provision it to the Catalog managers/TMF 620 Outbound users.
Update details of the product offer
Make a PATCH request to the new /productoffer/id resource.
URL parameters: id
New response body: Product offer Read Response
TM Forum 629 Customer Management API
Enabling Person Account is not required now to fetch the account sub-resources.
TM Forum 651 Agreement Management API
Get details of the available agreements
Make a GET request to the new /agreementSpecification resource.
URL parameters: offset, pageLimit, fields
New response body: Agreement Read Response
Fetch a an agreement details by using the record ID
Make a GET request to the new /agreementSpecification resource.
URL parameters: id
New response body: Agreement Read Response
Create an agreement
Make a POST request to the new /agreementSpecification resource.
New request body: Agreement Create Request
New response body: Agreement Read Response
Update details of the agreement record ID
Make a PATCH request to the new /agreementSpecification/id resource.
URL parameters: id
New response body: Agreement Read Response
Delete an agreement
Make a DELETE request to the new /agreementSpecification resource.
URL parameter: id
New response body: Agreement Response
Let us know so we can improve!