Update User by Personel No
Update User by Personel No

This method updates name, surname, email, userName,adORgUnit  of user  with personel no

Name Value
REST-API METHOD UPDATE USER BY PERSONEL NO
HTTP METHOD POST
RESPONSE TYPE XML
URL https://api.csm.next4biz.net/services/UserService/{CompanyID}/updateuserbypersonelno.json/{name}/{surname}/{email}/{userName}/{adOrgUnit}/{personelNo}/{LangID}https://api.csm.next4biz.net/services/UserService/{CompanyID}/updateuserbypersonelno.xml/{name}/{surname}/{email}/{userName}/{adOrgUnit}/{personelNo}/{LangID}
REQUEST HEAD Authorization: Basic {base64 encoded username:password} Accept: text/html,application/xhtml+json,application/json;q=0.9,*/*;q=0.8 Content-Type: application/jsonAuthorization: Basic {base64 encoded username:password} Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Content-Type: application/xml
  • XML
  • JSON
ENDPOINT DEFINITION
POST
RESPONSE BODY
                                    
                                        <Response
	xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
	<Message>{Message}</Message>
	<Result>true</Result>
</Response>                                    
                                
                                                                        
                                        {
    "Message": "{Message}",
    "Result": "true"
}