GET ClientAccounts/summary

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

ObAccountModel
NameDescriptionTypeAdditional information
Id

integer

None.

GenderId

integer

Required

Email

string

Required

String length: inclusive between 0 and 200

Forenames

string

Required

String length: inclusive between 0 and 50

Surname

string

Required

String length: inclusive between 0 and 50

HomeTelephone

string

String length: inclusive between 0 and 50

MobileTelephone

string

Required

String length: inclusive between 0 and 50

DayOfBirth

integer

None.

MonthOfBirth

integer

None.

StreetAddress

string

String length: inclusive between 0 and 150

TownCity

string

String length: inclusive between 0 and 75

County

string

String length: inclusive between 0 and 75

Postcode

string

String length: inclusive between 0 and 50

PasswordHash

string

Required

NotificationSendingTypeId

integer

None.

UUID

string

None.

CompanyId

integer

None.

ActivationDate

date

None.

ClientId

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "id": 1,
  "genderId": 2,
  "email": "sample string 3",
  "forenames": "sample string 4",
  "surname": "sample string 5",
  "homeTelephone": "sample string 6",
  "mobileTelephone": "sample string 7",
  "dayOfBirth": 1,
  "monthOfBirth": 1,
  "streetAddress": "sample string 8",
  "townCity": "sample string 9",
  "county": "sample string 10",
  "postcode": "sample string 11",
  "passwordHash": "sample string 12",
  "notificationSendingTypeId": 13,
  "uuid": "sample string 14",
  "companyId": 15,
  "activationDate": "2026-01-01T14:13:07.7868202+00:00",
  "clientId": 16
}

application/xml, text/xml

Sample:
<ObAccountModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SalonPartner.Models.ClientAccount">
  <ActivationDate>2026-01-01T14:13:07.7868202+00:00</ActivationDate>
  <ClientId>16</ClientId>
  <CompanyId>15</CompanyId>
  <County>sample string 10</County>
  <DayOfBirth>1</DayOfBirth>
  <Email>sample string 3</Email>
  <Forenames>sample string 4</Forenames>
  <GenderId>2</GenderId>
  <HomeTelephone>sample string 6</HomeTelephone>
  <Id>1</Id>
  <MobileTelephone>sample string 7</MobileTelephone>
  <MonthOfBirth>1</MonthOfBirth>
  <NotificationSendingTypeId>13</NotificationSendingTypeId>
  <PasswordHash>sample string 12</PasswordHash>
  <Postcode>sample string 11</Postcode>
  <StreetAddress>sample string 8</StreetAddress>
  <Surname>sample string 5</Surname>
  <TownCity>sample string 9</TownCity>
  <UUID>sample string 14</UUID>
</ObAccountModel>