fun put(version: Int, sellerInfo: SellerInfo): Unit
Send information about seller to the server to store it.
version
- put value from .getThisVersion
com.srv4pos.server.api.exceptions.VersionConflictJsonException
- if server has newer data sent from other client before
See Also