POST api/User/PostUser
Post user created from NIMPOS systems
Request Information
URI Parameters
None.
Body Parameters
UserModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | string |
None. |
|
| 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": "fc764fd5-0b4e-4b30-931c-58919d53b1cb",
"OutletId": "139307d8-8180-4a6c-a242-69e960814aaf",
"RootCategoryId": 9,
"UserType": 0,
"MasterUser": true,
"Reports": true,
"ShowButton": true,
"ColorCode": "sample string 13",
"TextColor": "sample string 14",
"PriceListId": "f8df03ca-f5ea-4cd9-b81f-a3925f91146e"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.