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