Api

<back to all web services

ChangePassword

HTTP + XML

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /xml/syncreply/ChangePassword HTTP/1.1 
Host: poly-api.com 
Content-Type: application/xml
Content-Length: length

<ChangePassword xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <Credential>
    <Password>String</Password>
    <Username>String</Username>
  </Credential>
  <NewPassword>String</NewPassword>
</ChangePassword>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length

<ChangePasswordResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <Status>
    <Code>0</Code>
    <Description>String</Description>
    <Message>String</Message>
  </Status>
</ChangePasswordResponse>