GET api/Clp/GetCustomerGroups

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of CustomerGroupModel
NameDescriptionTypeAdditional information
Error

string

None.

Item

string

None.

Id

integer

None.

Name

string

None.

AltName

string

None.

IsValidating

boolean

None.

Errors

Dictionary of string [key] and string [value]

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "id": 1,
    "name": "sample string 2",
    "altName": "sample string 3"
  },
  {
    "id": 1,
    "name": "sample string 2",
    "altName": "sample string 3"
  }
]