POST api/Client_CSP_Intervention/PostClient_CSP_Intervention
Request Information
URI Parameters
None.
Body Parameters
Client_CSP_InterventionModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| InterventionDetails | string |
None. |
|
| ActionBy | integer |
None. |
|
| TimeScale | string |
None. |
|
| TimeScaleID | integer |
None. |
|
| CSPID | integer |
None. |
|
| UserID | integer |
None. |
|
| Username | string |
None. |
|
| ActionByName | string |
None. |
|
| IsActive | boolean |
None. |
|
| IsDeleted | boolean |
None. |
|
| CreatedDate | date |
None. |
|
| UpdatedDate | date |
None. |
|
| CreatedBy | integer |
None. |
|
| UpdatedBy | integer |
None. |
|
| SignaturePath | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"InterventionDetails": "sample string 2",
"ActionBy": 1,
"TimeScale": "sample string 3",
"TimeScaleID": 1,
"CSPID": 1,
"UserID": 1,
"Username": "sample string 4",
"ActionByName": "sample string 5",
"IsActive": true,
"IsDeleted": true,
"CreatedDate": "2026-06-30T14:16:34.7770987+01:00",
"UpdatedDate": "2026-06-30T14:16:34.7770987+01:00",
"CreatedBy": 1,
"UpdatedBy": 1,
"SignaturePath": "sample string 6"
}
text/xml
Sample:
<Client_CSP_InterventionModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.Models"> <ActionBy>1</ActionBy> <ActionByName>sample string 5</ActionByName> <CSPID>1</CSPID> <CreatedBy>1</CreatedBy> <CreatedDate>2026-06-30T14:16:34.7770987+01:00</CreatedDate> <ID>1</ID> <InterventionDetails>sample string 2</InterventionDetails> <IsActive>true</IsActive> <IsDeleted>true</IsDeleted> <SignaturePath>sample string 6</SignaturePath> <TimeScale>sample string 3</TimeScale> <TimeScaleID>1</TimeScaleID> <UpdatedBy>1</UpdatedBy> <UpdatedDate>2026-06-30T14:16:34.7770987+01:00</UpdatedDate> <UserID>1</UserID> <Username>sample string 4</Username> </Client_CSP_InterventionModel>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Client_CSP_InterventionModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| InterventionDetails | string |
None. |
|
| ActionBy | integer |
None. |
|
| TimeScale | string |
None. |
|
| TimeScaleID | integer |
None. |
|
| CSPID | integer |
None. |
|
| UserID | integer |
None. |
|
| Username | string |
None. |
|
| ActionByName | string |
None. |
|
| IsActive | boolean |
None. |
|
| IsDeleted | boolean |
None. |
|
| CreatedDate | date |
None. |
|
| UpdatedDate | date |
None. |
|
| CreatedBy | integer |
None. |
|
| UpdatedBy | integer |
None. |
|
| SignaturePath | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"ID": 1,
"InterventionDetails": "sample string 2",
"ActionBy": 1,
"TimeScale": "sample string 3",
"TimeScaleID": 1,
"CSPID": 1,
"UserID": 1,
"Username": "sample string 4",
"ActionByName": "sample string 5",
"IsActive": true,
"IsDeleted": true,
"CreatedDate": "2026-06-30T14:16:34.7781757+01:00",
"UpdatedDate": "2026-06-30T14:16:34.7781757+01:00",
"CreatedBy": 1,
"UpdatedBy": 1,
"SignaturePath": "sample string 6"
}
text/xml
Sample:
<Client_CSP_InterventionModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.Models"> <ActionBy>1</ActionBy> <ActionByName>sample string 5</ActionByName> <CSPID>1</CSPID> <CreatedBy>1</CreatedBy> <CreatedDate>2026-06-30T14:16:34.7781757+01:00</CreatedDate> <ID>1</ID> <InterventionDetails>sample string 2</InterventionDetails> <IsActive>true</IsActive> <IsDeleted>true</IsDeleted> <SignaturePath>sample string 6</SignaturePath> <TimeScale>sample string 3</TimeScale> <TimeScaleID>1</TimeScaleID> <UpdatedBy>1</UpdatedBy> <UpdatedDate>2026-06-30T14:16:34.7781757+01:00</UpdatedDate> <UserID>1</UserID> <Username>sample string 4</Username> </Client_CSP_InterventionModel>