POST api/Common/AddIntervention

Request Information

URI Parameters

None.

Body Parameters

AssessedInterventionsModel
NameDescriptionTypeAdditional information
UD_IAP_MSDP_AssNeeds_Objectives_InterventionsID

integer

None.

UD_IAP_MSDP_AssNeeds_Goals_ObjectivesID

integer

None.

CompanyID

integer

None.

IsDraft

boolean

None.

CreatedOn

date

None.

LastModifiedOn

date

None.

LastModifiedBy

integer

None.

SelectInterventionForWile

integer

None.

SelectInterventionForWiledesc

string

None.

InterventionMethod

string

None.

ServiceDescriptionModal

integer

None.

Frequency

string

None.

Responsible

string

None.

IsFullLock

integer

None.

IsLocked

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "UD_IAP_MSDP_AssNeeds_Objectives_InterventionsID": 1,
  "UD_IAP_MSDP_AssNeeds_Goals_ObjectivesID": 2,
  "CompanyID": 3,
  "IsDraft": true,
  "CreatedOn": "2026-04-17T13:01:28.5760078+00:00",
  "LastModifiedOn": "2026-04-17T13:01:28.5760078+00:00",
  "LastModifiedBy": 7,
  "SelectInterventionForWile": 8,
  "SelectInterventionForWiledesc": "sample string 9",
  "InterventionMethod": "sample string 10",
  "ServiceDescriptionModal": 11,
  "Frequency": "sample string 12",
  "Responsible": "sample string 13",
  "IsFullLock": 14,
  "IsLocked": 15
}

application/xml, text/xml

Sample:
<AssessedInterventionsModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CSI.Cx360.WebAPI.Models">
  <CompanyID>3</CompanyID>
  <CreatedOn>2026-04-17T13:01:28.5760078+00:00</CreatedOn>
  <Frequency>sample string 12</Frequency>
  <InterventionMethod>sample string 10</InterventionMethod>
  <IsDraft>true</IsDraft>
  <IsFullLock>14</IsFullLock>
  <IsLocked>15</IsLocked>
  <LastModifiedBy>7</LastModifiedBy>
  <LastModifiedOn>2026-04-17T13:01:28.5760078+00:00</LastModifiedOn>
  <Responsible>sample string 13</Responsible>
  <SelectInterventionForWile>8</SelectInterventionForWile>
  <SelectInterventionForWiledesc>sample string 9</SelectInterventionForWiledesc>
  <ServiceDescriptionModal>11</ServiceDescriptionModal>
  <UD_IAP_MSDP_AssNeeds_Goals_ObjectivesID>2</UD_IAP_MSDP_AssNeeds_Goals_ObjectivesID>
  <UD_IAP_MSDP_AssNeeds_Objectives_InterventionsID>1</UD_IAP_MSDP_AssNeeds_Objectives_InterventionsID>
</AssessedInterventionsModel>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'AssessedInterventionsModel'.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}

application/xml, text/xml

Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />