GET v1/getGroupOfRegions?id={id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
GroupOfRegion| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
ID групи регіонів |
integer |
None. |
| name |
Назва |
string |
None. |
| orderNo |
Номер з/п |
byte |
None. |
| clientID |
ID клієнта |
integer |
None. |
| regionIDs |
Об'єкт (ID, Назва) регіонів групи |
Dictionary of integer [key] and string [value] |
None. |
| autoGroupName | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": 1,
"name": "sample string 2",
"orderNo": 64,
"clientID": 4,
"regionIDs": {
"1": "sample string 2",
"3": "sample string 4"
},
"autoGroupName": "sample string 5"
}