Subservice endpoint
This topic provides a quick reference for the method signatures of subservice API methods.
Location: http://smile.example.com:port/stage/smile/ws/v2/subservice
WSDL: http://smile.example.com:port/stage/smile/ws/v2/subservice?wsdl
Method | Method signature | Purpose |
---|---|---|
addSubservice() |
|
Creates a new subservice associated to an existing subscription. |
addSubservices() |
|
Creates bulk subservices associated with the same subscription. |
getSubservice() |
|
Returns a single subservice, identified by SSID. |
getSubserviceBySubserviceUsername() |
|
Returns a subservice that is linked to a specified service, identified by unique service (SID) and subservice username. |
getSubserviceForSubscription() |
|
Returns a list of subservices for a specified subscription. |
removeSubservice() |
|
Deletes a subservice. |
updateSebservice() |
|
Alters information of a subservice. |