CSG Systems · Capability
CSG Forte REST API — Customers
CSG Forte REST API — Customers. 5 operations. Lead operation: List customers. Self-contained Naftiko capability covering one Csg business surface.
What You Can Do
GET
Listcustomers
— List customers
/v1/organizations/{organizationid}/locations/{locationid}/customers
POST
Createcustomer
— Create a customer record
/v1/organizations/{organizationid}/locations/{locationid}/customers
GET
Getcustomer
— Get customer details
/v1/organizations/{organizationid}/locations/{locationid}/customers/{customerid}
PUT
Updatecustomer
— Update a customer record
/v1/organizations/{organizationid}/locations/{locationid}/customers/{customerid}
DELETE
Deletecustomer
— Delete a customer record
/v1/organizations/{organizationid}/locations/{locationid}/customers/{customerid}
MCP Tools
list-customers
List customers
read-only
idempotent
create-customer-record
Create a customer record
get-customer-details
Get customer details
read-only
idempotent
update-customer-record
Update a customer record
idempotent
delete-customer-record
Delete a customer record
idempotent