PUT api/Account/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
UpdateRequestOfUserResource| Name | Description | Type | Additional information |
|---|---|---|---|
| Resource | UserResource |
None. |
Request Formats
application/json, text/json
Sample:
{
"Resource": {
"UserId": 1,
"UserName": "sample string 1",
"Password": "sample string 2",
"SecurityLevel": 3,
"LastUpdated": "2026-07-10T01:51:06.7681823-07:00",
"LocationId": 4,
"StoreId": "sample string 5",
"CreatedBy": 1,
"CreatedDate": "2026-07-10T01:51:06.7681823-07:00",
"ModifiedBy": 1,
"ModifiedDate": "2026-07-10T01:51:06.7681823-07:00",
"TimeKey": 6
}
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}