apidocs / com.srv4pos.server.api.seller / SellerService / list

list

fun list(firstResult: Int?, maxResults: Int?, like: String?, orderBy: PublicSellerInfo.Fields?, orderDesc: Boolean?): List<PublicSellerInfo>?

Returns list of entities which have publicAccess == true.

Parameters

firstResult - when pagination starts or null

maxResults - amount of items per page or null

like - search string filter or null

orderBy - field to order by, possible values are "identifier", "name", "vat"

orderDesc - field to direction of ordering

Return
list of entities which exists on current seller or null if list of entities is not modified since version