GET v1/locationGroup/list
Retrieve list of Address Types with minimal information
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
LocationGroupModel| Name | Description | Type | Additional information |
|---|---|---|---|
| LocationGroupID | integer |
None. |
|
| LocationGroup | string |
None. |
|
| IsActive | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"locationGroupID": 1,
"locationGroup": "sample string 2",
"isActive": true
}