apidocs / com.srv4pos.server.api.product / ProductService / listDiffPicture

listDiffPicture

fun listDiffPicture(versionFrom: Int, versionTo: Int): List<ProductPictureInfo>

Returns list of product pictures changes between two versions.

Parameters

versionFrom - version from included

versionTo - version to included

Return
list of items to be added, edited or deleted

See Also

ProductServiceSample