apidocs / com.srv4pos.server.api.hairdresser / HairdresserService / put

put

fun put(version: Int, sellerId: String, hairdresserInfo: HairdresserInfo): Unit

Send information about hairdresser to the server to store it.

Parameters

version - of the seller. it must match to the version of seller on the server

sellerId - seller-hairdresser id

hairdresserInfo - the data

Exceptions

com.srv4pos.server.api.exceptions.VersionConflictJsonException - if server has newer data sent from other client before

See Also

com.srv4pos.server.api.seller.SellerServiceSample