POST api/ActionService/ForgotUserPassword
Documentation for 'ForgotUserPassword'.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| request | Documentation for 'request'. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"Email": "sample string 1",
"ConceptId": 2
}
application/xml, text/xml
Sample:
<LoginDetailRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PartyMusic.BusinessObject.Messages.Login"> <ConceptId>2</ConceptId> <Email>sample string 1</Email> </LoginDetailRequest>
application/x-www-form-urlencoded
Sample:
Response Information
Response body formats
application/json, text/json
Sample:
{
"status": "sample string 1",
"Message": true
}
application/xml, text/xml
Sample:
<ResponseBaseOfboolean xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PartyMusic.BusinessObject.MessageBase"> <Message>true</Message> <status>sample string 1</status> </ResponseBaseOfboolean>