apidocs / com.srv4pos.server.api.kdfacet / KdFacetService

KdFacetService

class KdFacetService

Constructors

<init>

KdFacetService(url: URL, credentials: Credentials?, transport: Transport)

Functions

list

fun list(firstResult: Int?, maxResults: Int?, serial: String?, sellerId: String?, cashRegisterName: String?, softwareVendorId: Long?, orderBy: KdFacetInfo.Fields? = null, orderDesc: Boolean? = null): List<KdFacetInfo>?

Returns list of kd facets. One of the filters must be used. Also, since cash register name is unique only through the particular seller it is forbidden to pass just a cash register name without seller.