This method returns all the MobiliserServicePackages For the given customer based on the customer id.
Syntax
List< MobiliserServicePackage >
getServicePackagesByCustomerId
(
@MobiliserParam(name="customerId", required=true, description="The id of the customer") long
customerId
,
@MobiliserParam(name="activeOnly", required=true, description="When set to false, no filter is applied") boolean
activeOnly
,
@MobiliserParam(name="tncAcceptedOnly", required=true, description="Only return those for which all mandatory TNCs are accepted. When set to false, no filter is applied") boolean
tncAcceptedOnly
)
Parameters
-
customerId –
-
activeOnly –
-
tncAcceptedOnly –