Services
Services
represents the services and their information (Billing information like amount/price, commissions, Queueing/Flow information like queueing configuration)
Creating, Updating, Removing A Service
A service can be created, updated, and removed using the services
API's create
, update
, and remove
methods respectively using an account with the correct privileges (mf_services
or mf_servicesCreate
, mf_servicesUpdate
, and mf_servicesRemove
);