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": "d31e63ec-9aef-4929-bdb7-f85b3c013e13",
"OutletId": "8842af2d-d5b6-41f0-8c57-1c54d7627399",
"RootCategoryId": 9,
"UserType": 0,
"MasterUser": true,
"Reports": true,
"ShowButton": true,
"ColorCode": "sample string 13",
"TextColor": "sample string 14",
"PriceListId": "c6d089d1-e99e-4db2-acb2-33cfdf92a557"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.