POST api/IntegratorUser/ResetPassword

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

BasicResponseInt
NameDescriptionTypeAdditional information
payload

integer

None.

status

boolean

None.

response

string

None.

Response Formats

application/json, text/json

Sample:
{
  "payload": 1,
  "status": true,
  "response": "sample string 2"
}

multipart/form-data

Sample:
{"payload":1,"status":true,"response":"sample string 2"}

application/xml, text/xml

Sample:
<BasicResponseInt xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AvisUAEInpectionApp">
  <response>sample string 2</response>
  <status>true</status>
  <payload>1</payload>
</BasicResponseInt>