POST api/CRM/UpdateCAPassword
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| model | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"Lkey": "sample string 1",
"Skey": "sample string 2",
"cust_id": "sample string 3",
"password": "sample string 4",
"mobileno": "sample string 5"
}
application/xml, text/xml
Sample:
<InputKey xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ServiceLibrary"> <Lkey>sample string 1</Lkey> <Skey>sample string 2</Skey> <cust_id>sample string 3</cust_id> <mobileno>sample string 5</mobileno> <password>sample string 4</password> </InputKey>
application/x-www-form-urlencoded
Sample:
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"status_cd": "sample string 1",
"message": "sample string 2",
"AuthToken": "sample string 3",
"URL": "sample string 4"
}
application/xml, text/xml
Sample:
<APIResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ServiceLibrary"> <AuthToken>sample string 3</AuthToken> <URL>sample string 4</URL> <message>sample string 2</message> <status_cd>sample string 1</status_cd> </APIResult>