POST api/Clients
Request Information
URI Parameters
None.
Body Parameters
Client| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | string |
None. |
|
| id | string |
None. |
|
| IsClient | boolean |
None. |
|
| UserId | string |
Required Max length: 128 |
|
| Name | string |
Required Max length: 100 |
|
| 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": "2026-03-22T12:46:02.3833813+00:00",
"LastModified": "2026-03-22T12:46:02.3833813+00:00",
"LastSelected": "2026-03-22T12:46:02.3833813+00:00",
"Active": true,
"Deleted": "2026-03-22T12:46:02.3833813+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>2026-03-22T12:46:02.3833813+00:00</Created> <Deleted>2026-03-22T12:46:02.3833813+00:00</Deleted> <Email>sample string 5</Email> <Id>sample string 1</Id> <LastModified>2026-03-22T12:46:02.3833813+00:00</LastModified> <LastSelected>2026-03-22T12:46:02.3833813+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| Name | Description | Type | Additional 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.