POST api/saler/updatePwd?account={account}&salercode={salercode}&pwd={pwd}&_pwd={_pwd}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
account

string

Required

salercode

string

Required

pwd

string

Required

_pwd

string

Required

Body Parameters

None.

Response Information

Resource Description

shopResponeOfBoolean
NameDescriptionTypeAdditional information
Message

string

None.

Success

boolean

None.

total

integer

None.

data

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "Message": "sample string 1",
  "Success": true,
  "total": 3,
  "data": true
}

application/xml, text/xml

Sample:
<shopResponeOfboolean xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/YFA8Shop.Api.Models">
  <Message>sample string 1</Message>
  <Success>true</Success>
  <data>true</data>
  <total>3</total>
</shopResponeOfboolean>