fun getPicturePath(version: Int?): List<String>
Returns list of picture relative paths .
version
- picture version or null if fresh content needed
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