fun put(version: Int, sellerId: String, hairdresserInfo: HairdresserInfo): Unit
Send information about hairdresser to the server to store it.
version
- of the seller. it must match to the version of seller on the server
sellerId
- seller-hairdresser id
com.srv4pos.server.api.exceptions.VersionConflictJsonException
- if server has newer data sent from other client before
See Also