Copied!

SalesRepresentativesService

SalesRepresentativesService.php : 13

Constants

publicDEFAULT_PAGE_LIMIT

SalesRepresentativesService.php : 15
public mixed DEFAULT_PAGE_LIMIT = 25

Methods

publicgetAll()

SalesRepresentativesService.php : 23
public getAll([int $offset = 0 ][, int $limit = self::DEFAULT_PAGE_LIMIT ]) : SalesRepresentativesList

Parameters

Name Type Default value Description
$offset int 0 -
$limit int SalesRepresentativesService::DEFAULT_PAGE_LIMIT -

Return values

SalesRepresentativesList

Tags
Throws
NotFoundException

if configured provider has missing required data, e.g. by default Sales Representatives User Group

Throws
BadStateException

if other misconfiguration error occurred

Throws
UnauthorizedException