PUT api/Clients/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

string

Required

Body Parameters

Client
NameDescriptionTypeAdditional information
Id

string

None.

id

string

None.

IsClient

boolean

None.

UserId

string

Required

Max length: 128

Name

string

Required

Max length: 100

Email

string

Max length: 100

Notes

string

Max length: 5000

Created

date

None.

LastModified

date

None.

LastSelected

date

None.

Active

boolean

None.

Deleted

date

None.

SimulationCount

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": "sample string 1",
  "id": "sample string 2",
  "IsClient": true,
  "UserId": "sample string 3",
  "Name": "sample string 4",
  "Email": "sample string 5",
  "Notes": "sample string 6",
  "Created": "2024-12-22T23:09:21.0448981+00:00",
  "LastModified": "2024-12-22T23:09:21.0448981+00:00",
  "LastSelected": "2024-12-22T23:09:21.0448981+00:00",
  "Active": true,
  "Deleted": "2024-12-22T23:09:21.0448981+00:00",
  "SimulationCount": 9
}

application/xml, text/xml

Sample:
<Client xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CificoAPI.Models">
  <Active>true</Active>
  <Created>2024-12-22T23:09:21.0448981+00:00</Created>
  <Deleted>2024-12-22T23:09:21.0448981+00:00</Deleted>
  <Email>sample string 5</Email>
  <Id>sample string 1</Id>
  <LastModified>2024-12-22T23:09:21.0448981+00:00</LastModified>
  <LastSelected>2024-12-22T23:09:21.0448981+00:00</LastSelected>
  <Name>sample string 4</Name>
  <Notes>sample string 6</Notes>
  <SimulationCount>9</SimulationCount>
  <UserId>sample string 3</UserId>
  <id>sample string 2</id>
</Client>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

TaskOfDocument
NameDescriptionTypeAdditional information
Result

Document

None.

Id

integer

None.

Exception

AggregateException

None.

Status

TaskStatus

None.

IsCanceled

boolean

None.

IsCompleted

boolean

None.

CreationOptions

TaskCreationOptions

None.

AsyncState

Object

None.

IsFaulted

boolean

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.