POST api/UserPasswordChangeLog/PostUserPasswordChangeLog

Request Information

URI Parameters

None.

Body Parameters

UserPasswordChangeLog
NameDescriptionTypeAdditional information
FranchiseId

integer

None.

UserName

string

None.

UserType

string

None.

KeyContactEmail

string

None.

IPAddress

string

None.

Token

string

None.

Comments

string

None.

Request Formats

application/json, text/json

Sample:
{
  "FranchiseId": 1,
  "UserName": "sample string 2",
  "UserType": "sample string 3",
  "KeyContactEmail": "sample string 4",
  "IPAddress": "sample string 5",
  "Token": "sample string 6",
  "Comments": "sample string 7"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.