POST api/ControlMeasureMaster

Request Information

URI Parameters

None.

Body Parameters

ControlMeasureMaster
NameDescriptionTypeAdditional information
Id

integer

None.

MeasureType

string

None.

Description

string

None.

LikelihoodOfOccurrenceId

integer

None.

FrequencyOfExposureId

integer

None.

DegreeOfPossibleHarmId

integer

None.

NumberOfPersonsAtRiskId

integer

None.

Score

decimal number

None.

SequenceNo

integer

None.

Standard

string

None.

IsHide

boolean

None.

CreatedBy

integer

None.

CreatedDate

date

None.

LastModifiedBy

integer

None.

LastModifiedDate

date

None.

DeletedBy

integer

None.

DeletedDate

date

None.

DisplayScore

string

None.

DisplayScoreColor

string

None.

InspectionType

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "MeasureType": "sample string 2",
  "Description": "sample string 3",
  "LikelihoodOfOccurrenceId": 4,
  "FrequencyOfExposureId": 5,
  "DegreeOfPossibleHarmId": 6,
  "NumberOfPersonsAtRiskId": 7,
  "Score": 8.0,
  "SequenceNo": 9,
  "Standard": "sample string 10",
  "IsHide": true,
  "CreatedBy": 12,
  "CreatedDate": "2025-08-29T20:29:38.5309974+00:00",
  "LastModifiedBy": 14,
  "LastModifiedDate": "2025-08-29T20:29:38.5309974+00:00",
  "DeletedBy": 1,
  "DeletedDate": "2025-08-29T20:29:38.5309974+00:00",
  "DisplayScore": "sample string 16",
  "DisplayScoreColor": "sample string 17",
  "InspectionType": "sample string 18"
}

application/xml, text/xml

Sample:
<ControlMeasureMaster xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MSCWebAPI.Domain">
  <CreatedBy>12</CreatedBy>
  <CreatedDate>2025-08-29T20:29:38.5309974+00:00</CreatedDate>
  <DegreeOfPossibleHarmId>6</DegreeOfPossibleHarmId>
  <DeletedBy>1</DeletedBy>
  <DeletedDate>2025-08-29T20:29:38.5309974+00:00</DeletedDate>
  <Description>sample string 3</Description>
  <DisplayScore>sample string 16</DisplayScore>
  <DisplayScoreColor>sample string 17</DisplayScoreColor>
  <FrequencyOfExposureId>5</FrequencyOfExposureId>
  <Id>1</Id>
  <InspectionType>sample string 18</InspectionType>
  <IsHide>true</IsHide>
  <LastModifiedBy>14</LastModifiedBy>
  <LastModifiedDate>2025-08-29T20:29:38.5309974+00:00</LastModifiedDate>
  <LikelihoodOfOccurrenceId>4</LikelihoodOfOccurrenceId>
  <MeasureType>sample string 2</MeasureType>
  <NumberOfPersonsAtRiskId>7</NumberOfPersonsAtRiskId>
  <Score>8</Score>
  <SequenceNo>9</SequenceNo>
  <Standard>sample string 10</Standard>
</ControlMeasureMaster>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.