POST api/Admin/Register
Register POS admin User and create databse for new customer
Request Information
URI Parameters
None.
Body Parameters
Company| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Name | string |
Max length: 100 |
|
| Address | string |
Max length: 500 |
|
| City | string |
Max length: 50 |
|
| PostalCode | string |
Max length: 10 |
|
| Country | string |
Max length: 50 |
|
| AdminURL | string |
Max length: 150 |
|
| Active | boolean |
None. |
|
| DBServer | string |
Max length: 150 |
|
| DBName | string |
Max length: 50 |
|
| DBUser | string |
Max length: 50 |
|
| DBPassword | string |
Max length: 50 |
|
| TenantType | TenantType |
None. |
|
| EmailReport | boolean |
None. |
|
| EmailMonthlyReport | boolean |
None. |
|
| CreatedOn | date |
None. |
|
| AccessToken | string |
Max length: 100 |
|
| BOOSTTenantUUID | string |
Max length: 36 |
|
| ConnectionString | string |
None. |
|
| UserEmail | string |
None. |
|
| UserName | string |
None. |
|
| UserPassword | string |
None. |
|
| PhoneNo | string |
None. |
|
| OrgNo | string |
None. |
|
| SaleType | integer |
None. |
|
| SubscribType | integer |
None. |
|
| Currency | string |
None. |
|
| Outlets | Collection of AdminOutlet |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "2b1122a2-4eaf-49d7-9181-55c3b098bbd0",
"Name": "sample string 2",
"Address": "sample string 3",
"City": "sample string 4",
"PostalCode": "sample string 5",
"Country": "sample string 6",
"AdminURL": "sample string 7",
"Active": true,
"DBServer": "sample string 9",
"DBName": "sample string 10",
"DBUser": "sample string 11",
"DBPassword": "sample string 12",
"TenantType": 0,
"EmailReport": true,
"EmailMonthlyReport": true,
"CreatedOn": "2026-03-21T23:43:17.1381886+01:00",
"AccessToken": "sample string 16",
"BOOSTTenantUUID": "sample string 17",
"ConnectionString": "Data Source=sample string 9;Initial Catalog=sample string 10;User Id=sample string 11;Password=sample string 12",
"UserEmail": "sample string 18",
"UserName": "sample string 19",
"UserPassword": "sample string 20",
"PhoneNo": "sample string 21",
"OrgNo": "sample string 22",
"SaleType": 23,
"SubscribType": 24,
"Currency": "sample string 25",
"Outlets": [
{
"$id": "2",
"Id": "ceaa0e9b-93c9-441f-ad81-c3f6859de2b9",
"Name": "sample string 2",
"CompanyId": "45a0a5d8-4956-49ce-9db5-dddb62ef7b88",
"Company": {
"$ref": "1"
},
"Terminals": [
{
"$id": "3",
"Id": "63b2157b-97ff-489a-a579-22e02eacfaeb",
"OutletId": "49ec34a2-d4ed-4b77-b889-174a37f118c2",
"UniqueIdentification": "sample string 3",
"Customer": "sample string 4",
"POSVersion": "sample string 5",
"PaymentDevice": 0
},
{
"$ref": "3"
}
]
},
{
"$ref": "2"
}
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.