Request Information
URI Parameters
None.
Body Parameters
The base condition.
Pico.BaseCondition| Name | Description | Type | Additional information |
|---|---|---|---|
| endDate |
Gets or sets the end date. |
date |
None. |
| linkCodes |
Gets or sets the link codes. |
string |
None. |
| startDate |
Gets or sets the start date. |
date |
None. |
| action |
Gets or sets the action identifier. |
integer |
None. |
| id |
Gets or sets the base condition identifier. |
integer |
None. |
| deletePermission |
Gets or sets the permission identifier. |
integer |
None. |
| organization |
Gets or sets the organization identifier. |
integer |
None. |
| verificationDocumentType |
Gets or sets the verification document type identifier. |
integer |
None. |
| baseConditionRules |
Gets or sets the base condition rule identifiers. |
Collection of integer |
None. |
Request Formats
application/json, text/json
{
"endDate": "2025-11-09T05:55:38.1361449Z",
"linkCodes": "sample String 1",
"startDate": "2025-11-09T05:55:38.1361449Z",
"action": "1",
"id": "2",
"deletePermission": "1",
"organization": "3",
"verificationDocumentType": "1",
"baseConditionRules": [
"1",
"2"
]
}
text/html
{"endDate":"2025-11-09T05:55:38.1361449Z","linkCodes":"sample String 1","startDate":"2025-11-09T05:55:38.1361449Z","action":"1","id":"2","deletePermission":"1","organization":"3","verificationDocumentType":"1","baseConditionRules":["1","2"]}
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
The created base condition.
Pico.BaseCondition| Name | Description | Type | Additional information |
|---|---|---|---|
| endDate |
Gets or sets the end date. |
date |
None. |
| linkCodes |
Gets or sets the link codes. |
string |
None. |
| startDate |
Gets or sets the start date. |
date |
None. |
| action |
Gets or sets the action identifier. |
integer |
None. |
| id |
Gets or sets the base condition identifier. |
integer |
None. |
| deletePermission |
Gets or sets the permission identifier. |
integer |
None. |
| organization |
Gets or sets the organization identifier. |
integer |
None. |
| verificationDocumentType |
Gets or sets the verification document type identifier. |
integer |
None. |
| baseConditionRules |
Gets or sets the base condition rule identifiers. |
Collection of integer |
None. |
Response Formats
application/json, text/json
{
"endDate": "2025-11-09T05:55:38.1361449Z",
"linkCodes": "sample String 1",
"startDate": "2025-11-09T05:55:38.1361449Z",
"action": "1",
"id": "2",
"deletePermission": "1",
"organization": "3",
"verificationDocumentType": "1",
"baseConditionRules": [
"1",
"2"
]
}
text/html
{"endDate":"2025-11-09T05:55:38.1361449Z","linkCodes":"sample String 1","startDate":"2025-11-09T05:55:38.1361449Z","action":"1","id":"2","deletePermission":"1","organization":"3","verificationDocumentType":"1","baseConditionRules":["1","2"]}