apidocs / com.srv4pos.server.api.seller / UserService / put

put

fun put(id: String, userInfo: UserInfo): Unit

Modifies an user.

Parameters

id - identifies entity

userInfo - the entity content to put

Exceptions

com.srv4pos.server.api.exceptions.NotFoundJsonException - if user wasn't found

com.srv4pos.server.api.exceptions.UnprocessableEntityJsonException - see: UnprocessableEntityErrorType.SOFTWARE_VENDOR_IS_MISSING

com.srv4pos.server.api.exceptions.ForbiddenJsonException - see: ForbiddenErrorType.INSUFFICIENT_ACCESS_RIGHTS