POST api/Users/GetPasswordAcitvity

Request Information

URI Parameters

None.

Body Parameters

InsertResetActivity
NameDescriptionTypeAdditional information
reset_id

integer

None.

created_by

integer

None.

is_active

boolean

None.

email

string

None.

Request Formats

application/json, text/json

Sample:
{
  "reset_id": 1,
  "created_by": 2,
  "is_active": true,
  "email": "sample string 4"
}

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.