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

HairdresserService

class HairdresserService

Exchange information for Hairdresser entity.

Constructors

<init>

HairdresserService(url: URL, credentials: Credentials?, transport: Transport)

Exchange information for Hairdresser entity.

Functions

get

operator fun get(sellerId: String, version: Int?): HairdresserInfo?

Get latest information about hairdresser from the server.

put

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

Send information about hairdresser to the server to store it.

remove

fun remove(sellerId: String): Unit

Remove hairdresser and all information that concerns hairdresser.