POST api/PwdChange/PwdChange
Request Information
URI Parameters
None.
Body Parameters
PwdChange| Name | Description | Type | Additional information |
|---|---|---|---|
| UserType | integer |
None. |
|
| Fact_Code | integer |
None. |
|
| UserLoginId | string |
None. |
|
| Password | string |
None. |
|
| Ac_Last_4_Digit | string |
None. |
|
| VillCode | integer |
None. |
|
| GrwCode | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserType": 1,
"Fact_Code": 2,
"UserLoginId": "sample string 3",
"Password": "sample string 4",
"Ac_Last_4_Digit": "sample string 5",
"VillCode": 6,
"GrwCode": 7
}
application/xml, text/xml
Sample:
<PwdChange xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CaneMis_WebAPI.Models"> <Ac_Last_4_Digit>sample string 5</Ac_Last_4_Digit> <Fact_Code>2</Fact_Code> <GrwCode>7</GrwCode> <Password>sample string 4</Password> <UserLoginId>sample string 3</UserLoginId> <UserType>1</UserType> <VillCode>6</VillCode> </PwdChange>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}
application/xml, text/xml
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />