class KdFacetService
KdFacetService(url: URL, credentials: Credentials?, transport: Transport) |
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. |