POST api/Account/ForgetPassword/request
Request Information
URI Parameters
None.
Body Parameters
SupplierRequestResetPasswordBindingModelName | Description | Type | Additional information |
---|---|---|---|
CompanyCode | string |
Required |
|
Username | string |
Required |
Request Formats
application/json, text/json
Sample:
{ "CompanyCode": "sample string 1", "Username": "sample string 2" }
application/xml, text/xml
Sample:
<SupplierRequestResetPasswordBindingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TripPlannerAPI.Models"> <CompanyCode>sample string 1</CompanyCode> <Username>sample string 2</Username> </SupplierRequestResetPasswordBindingModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.