Newer Version Available
Communications Cloud TM Forum API Release Notes
TM Forum 629 Customer Management API
Get details of the available customers
Make a GET request to the new /customer resource.
URL parameters: offset, pageLimit, fields
New response body: Customer Read Response
Fetch a customer details by using the record ID
Make a GET request to the new /customer resource.
URL parameters: id
New response body: Customer Read Response
Create a Customer
Make a POST request to the new /customer resource.
New request body: Customer Create Request
New response body: Customer Read Response
Update details of the customer record ID
Make a PATCH request to the new /customer/id resource.
URL parameters: id
New response body: Customer Read Response
Delete a Customer
Make a DELETE request to the new /customer resource.
URL parameter: id
New response body: Customer Response
TM Forum 648 Customer Quote Management API
Get details of the available customer quotes
Make a GET request to the new /quote resource.
URL parameters: offset, limit, fields
New response body: Customer Quote Read Response
Fetch a customer quote by using the record ID
Make a GET request to the new /quote resource.
URL parameter: id
New response body: Customer Quote Read Response
Create a Customer Quote
Make a POST request to the new /quote resource.
New request body: Customer Quote Create Request
New response body: Customer Quote Read Response
Status Field for Quote Line Item
New Status field is added to the Quote Line Item object. This field represents the status of the Quote Line Item.
The QuoteLineItemStatus permission is required to access the field.
See QuoteLineItem
Let us know so we can improve!