POST Account/ChangePasswordforPs
Request Information
URI Parameters
None.
Body Parameters
ChangePasswordforPS| Name | Description | Type | Additional information |
|---|---|---|---|
| customerId | integer |
Required |
|
| password | string |
Required Matching regular expression pattern: ^(?=.{8}.*$)(?=.*\d)(?=.*[a-zA-Z])(?=.*\W).* |
|
| oldpassword | string |
Required Matching regular expression pattern: ^(?=.{8}.*$)(?=.*\d)(?=.*[a-zA-Z])(?=.*\W).* |
|
| shopId | integer |
Required |
Request Formats
application/json, text/json
Sample:
{
"customerId": 1,
"password": "sample string 2",
"oldpassword": "sample string 3",
"shopId": 4
}
application/xml, text/xml
Sample:
<ChangePasswordforPS xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AstroVed.Api.DAL"> <customerId>1</customerId> <oldpassword>sample string 3</oldpassword> <password>sample string 2</password> <shopId>4</shopId> </ChangePasswordforPS>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |