PUT api/UserApplication/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
UpdateRequestOfUserApplicationResource| Name | Description | Type | Additional information |
|---|---|---|---|
| Resource | UserApplicationResource |
None. |
Request Formats
application/json, text/json
Sample:
{
"Resource": {
"UserApplicationID": 1,
"UserID": 2,
"ApplicationID": 3,
"SecurityLevel": 4,
"SecurityType": 5,
"ImpersonateUserName": "sample string 6",
"ImpersonatePassword": "sample string 7",
"LocationID": 8,
"StoreID": "sample string 9",
"UserName": "sample string 10",
"LocationName": "sample string 11",
"ApplicationName": "sample string 12",
"CreatedBy": 1,
"CreatedDate": "2026-07-10T01:48:09.9717963-07:00",
"ModifiedBy": 1,
"ModifiedDate": "2026-07-10T01:48:09.9717963-07:00",
"TimeKey": 13
}
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}