POST api/clients/create

Request Information

URI Parameters

None.

Body Parameters

client
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

ProfileId

globally unique identifier

None.

Name

string

None.

Logo

string

None.

Description

string

None.

Since

date

None.

CreatedDate

date

None.

ModifiedDate

date

None.

DeletedDate

date

None.

profile

profile

None.

Request Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Clients
NameDescriptionTypeAdditional information
ProfileId

globally unique identifier

None.

Name

string

None.

Logo

string

None.

Description

string

None.

Since

date

None.

Id

globally unique identifier

None.

CreatedDate

date

None.

ModifiedDate

date

None.

DeletedDate

date

None.

Response Formats

application/json, text/json

Sample:
{
  "ProfileId": "b93c01e8-0e52-4b8e-9e7d-7ba25c8e6bb9",
  "Name": "sample string 2",
  "Logo": "sample string 3",
  "Description": "sample string 4",
  "Since": "2025-12-05T20:24:06.365858-08:00",
  "Id": "3b71bcf0-a570-44ce-be49-64e3832f1001",
  "CreatedDate": "2025-12-05T20:24:06.365858-08:00",
  "ModifiedDate": "2025-12-05T20:24:06.365858-08:00",
  "DeletedDate": "2025-12-05T20:24:06.365858-08:00"
}

application/xml, text/xml

Sample:
<Clients xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/QuicDoctor.Data.Data">
  <CreatedDate>2025-12-05T20:24:06.365858-08:00</CreatedDate>
  <DeletedDate>2025-12-05T20:24:06.365858-08:00</DeletedDate>
  <Id>3b71bcf0-a570-44ce-be49-64e3832f1001</Id>
  <ModifiedDate>2025-12-05T20:24:06.365858-08:00</ModifiedDate>
  <Description>sample string 4</Description>
  <Logo>sample string 3</Logo>
  <Name>sample string 2</Name>
  <ProfileId>b93c01e8-0e52-4b8e-9e7d-7ba25c8e6bb9</ProfileId>
  <Since>2025-12-05T20:24:06.365858-08:00</Since>
</Clients>