Rubrique précédente: Service Methods

Rubrique suivante: GetServiceDetails

AddService

Description

This method adds a new service and returns the new service ID.

Syntax

AddService (ServiceName, ServiceDescription, ServiceFee, ServiceGroup)

Parameters

Name

Type

Description

ServiceName

string

The name of the service.

ServiceDescription

string

A description of the service.

ServiceFee

string

Contains empty string or legal numeric positive value.

ServiceGroups

string/map/null

Name of a service group or map of service groups (can be empty).

Return Value

The new service ID.

Remarks

None.