GET api/Clp/GetConsumer?guid={guid}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
guid

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

ConsumerModel
NameDescriptionTypeAdditional information
PasswordHash

string

None.

GId

globally unique identifier

None.

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": 3,
  "name": "sample string 4",
  "altName": "sample string 5"
}