POST api/Account

Request Information

URI Parameters

None.

Body Parameters

InsertRequestOfUserResource
NameDescriptionTypeAdditional 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:47:22.910562-07:00",
    "LocationId": 4,
    "StoreId": "sample string 5",
    "CreatedBy": 1,
    "CreatedDate": "2026-07-10T01:47:22.910562-07:00",
    "ModifiedBy": 1,
    "ModifiedDate": "2026-07-10T01:47:22.910562-07:00",
    "TimeKey": 6
  }
}

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:
{}