apidocs / com.srv4pos.server.api.day / DayService / list

list

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

Returns list of entities.

Parameters

cashRegisterName - cash register name or null

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

version - version or null if fresh data required

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