apidocs / com.srv4pos.server.api.sale / SaleSlotService / getPicturePath

getPicturePath

fun getPicturePath(version: Int?, saleSlotIdentifier: String): List<String>

Returns list of picture relative paths .

Parameters

version - picture version or null if fresh content needed

saleSlotIdentifier - sale slot identifier

Exceptions

com.srv4pos.server.api.exceptions.ReferenceNotFoundJsonException - if seller is not found

Return
list of paths or null if not modified (if version parameter is not null and seller has the same version as specified)

See Also

com.srv4pos.server.api.category.CategoryServiceSample