GET api/Setting/GetCompanies
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of 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. |
|
| CreatedOn | date |
None. |
|
| AccessToken | string |
Max length: 100 |
|
| 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. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"Id": "ec984d99-3c24-429e-b0b3-ef4c9ad579a4",
"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,
"CreatedOn": "2026-02-04T04:10:35.3817425+01:00",
"AccessToken": "sample string 15",
"ConnectionString": "Data Source=sample string 9;Initial Catalog=sample string 10;User Id=sample string 11;Password=sample string 12",
"UserEmail": "sample string 16",
"UserName": "sample string 17",
"UserPassword": "sample string 18",
"PhoneNo": "sample string 19",
"OrgNo": "sample string 20",
"SaleType": 21,
"SubscribType": 22,
"Currency": "sample string 23",
"Outlets": [
{
"$id": "2",
"Id": "74e4915e-a9ef-4cb1-9d22-0d483807028c",
"Name": "sample string 2",
"CompanyId": "7bd679e3-5619-47f8-a82a-ee92332da4f3",
"Company": {
"$ref": "1"
},
"Terminals": [
{
"$id": "3",
"Id": "13163314-8e64-43de-ae9d-8582a77173cd",
"OutletId": "dbb32fbc-6d3e-4d0b-8468-d734ad371a01",
"UniqueIdentification": "sample string 3",
"Customer": "sample string 4",
"POSVersion": "sample string 5",
"PaymentDevice": 0
},
{
"$ref": "3"
}
]
},
{
"$ref": "2"
}
]
},
{
"$ref": "1"
}
]