POST api/UserApplication

Request Information

URI Parameters

None.

Body Parameters

InsertRequestOfUserApplicationResource
NameDescriptionTypeAdditional 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:44:54.9315509-07:00",
    "ModifiedBy": 1,
    "ModifiedDate": "2026-07-10T01:44:54.9315509-07:00",
    "TimeKey": 13
  }
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'InsertRequest`1'.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}