POST api/User/PostUser

Post user created from NIMPOS systems

Request Information

URI Parameters

None.

Body Parameters

UserModel
NameDescriptionTypeAdditional information
Id

string

None.

Email

string

None.

UserName

string

None.

UserCode

string

None.

Password

string

None.

DallasKey

string

None.

TerminalId

globally unique identifier

None.

OutletId

globally unique identifier

None.

RootCategoryId

integer

None.

UserType

UserType

None.

MasterUser

boolean

None.

Reports

boolean

None.

ShowButton

boolean

None.

ColorCode

string

None.

TextColor

string

None.

PriceListId

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": "sample string 1",
  "Email": "sample string 2",
  "UserName": "sample string 3",
  "UserCode": "sample string 4",
  "Password": "sample string 5",
  "DallasKey": "sample string 6",
  "TerminalId": "3487b4d9-664c-46de-8a38-e15d3b4cbf49",
  "OutletId": "7121075d-bb4b-44de-b437-c90ef89c2f65",
  "RootCategoryId": 9,
  "UserType": 0,
  "MasterUser": true,
  "Reports": true,
  "ShowButton": true,
  "ColorCode": "sample string 13",
  "TextColor": "sample string 14",
  "PriceListId": "8239c33d-f19b-4c84-af3c-34fe0f2d0f49"
}

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.