PUT api/Stepbacks/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

Stepback
NameDescriptionTypeAdditional information
LogId

integer

None.

Reference

string

None.

AHeading

string

None.

A1Text

string

None.

A1Result

string

None.

A1Comment

string

None.

A2Text

string

None.

A2Result

string

None.

A2Comment

string

None.

A3Text

string

None.

A3Result

string

None.

A3Comment

string

None.

A4Text

string

None.

A4Result

string

None.

A4Comment

string

None.

A5Text

string

None.

A5Result

string

None.

A5Comment

string

None.

A6Text

string

None.

A6Result

string

None.

A6Comment

string

None.

A7Text

string

None.

A7Result

string

None.

A7Comment

string

None.

BHeading

string

None.

B1Text

string

None.

B1Result

string

None.

B1Comment

string

None.

B2Text

string

None.

B2Result

string

None.

B2Comment

string

None.

B3Text

string

None.

B3Result

string

None.

B3Comment

string

None.

B4Text

string

None.

B4Result

string

None.

B4Comment

string

None.

B5Text

string

None.

B5Result

string

None.

B5Comment

string

None.

B6Text

string

None.

B6Result

string

None.

B6Comment

string

None.

B7Text

string

None.

B7Result

string

None.

B7Comment

string

None.

B8Text

string

None.

B8Result

string

None.

B8Comment

string

None.

CHeading

string

None.

C1Text

string

None.

C1Result

string

None.

C1Comment

string

None.

H_Spillage

boolean

None.

H_Slips

boolean

None.

H_ManualHandling

boolean

None.

H_ConfinedSpace

boolean

None.

H_Lifting

boolean

None.

H_AccessWay

boolean

None.

H_Vehicles

boolean

None.

H_Heat

boolean

None.

H_Lightning

boolean

None.

H_WorkingAtHeights

boolean

None.

H_Radiation

boolean

None.

H_Vibration

boolean

None.

H_Electrical

boolean

None.

H_HazardousSubstances

boolean

None.

H_Tools

boolean

None.

H_FallingObjects

boolean

None.

H_Dust

boolean

None.

H_Pressure

boolean

None.

H_Noise

boolean

None.

H_GroundConditions

boolean

None.

H_StoredEnergy

boolean

None.

H_PinchPoint

boolean

None.

H_OtherHazards

string

None.

CompletionDate

string

None.

GeneralComments

string

None.

SupervisorCompany

string

None.

SupervisorName

string

None.

SupervisorSignature

string

None.

EmployeeCompany

string

None.

EmployeeName

string

None.

EmployeeSignature

string

None.

AddedBy

string

None.

CompanyCode

string

None.

AddedOn

string

None.

Status

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "LogId": 1,
  "Reference": "sample string 2",
  "AHeading": "sample string 3",
  "A1Text": "sample string 4",
  "A1Result": "sample string 5",
  "A1Comment": "sample string 6",
  "A2Text": "sample string 7",
  "A2Result": "sample string 8",
  "A2Comment": "sample string 9",
  "A3Text": "sample string 10",
  "A3Result": "sample string 11",
  "A3Comment": "sample string 12",
  "A4Text": "sample string 13",
  "A4Result": "sample string 14",
  "A4Comment": "sample string 15",
  "A5Text": "sample string 16",
  "A5Result": "sample string 17",
  "A5Comment": "sample string 18",
  "A6Text": "sample string 19",
  "A6Result": "sample string 20",
  "A6Comment": "sample string 21",
  "A7Text": "sample string 22",
  "A7Result": "sample string 23",
  "A7Comment": "sample string 24",
  "BHeading": "sample string 25",
  "B1Text": "sample string 26",
  "B1Result": "sample string 27",
  "B1Comment": "sample string 28",
  "B2Text": "sample string 29",
  "B2Result": "sample string 30",
  "B2Comment": "sample string 31",
  "B3Text": "sample string 32",
  "B3Result": "sample string 33",
  "B3Comment": "sample string 34",
  "B4Text": "sample string 35",
  "B4Result": "sample string 36",
  "B4Comment": "sample string 37",
  "B5Text": "sample string 38",
  "B5Result": "sample string 39",
  "B5Comment": "sample string 40",
  "B6Text": "sample string 41",
  "B6Result": "sample string 42",
  "B6Comment": "sample string 43",
  "B7Text": "sample string 44",
  "B7Result": "sample string 45",
  "B7Comment": "sample string 46",
  "B8Text": "sample string 47",
  "B8Result": "sample string 48",
  "B8Comment": "sample string 49",
  "CHeading": "sample string 50",
  "C1Text": "sample string 51",
  "C1Result": "sample string 52",
  "C1Comment": "sample string 53",
  "H_Spillage": true,
  "H_Slips": true,
  "H_ManualHandling": true,
  "H_ConfinedSpace": true,
  "H_Lifting": true,
  "H_AccessWay": true,
  "H_Vehicles": true,
  "H_Heat": true,
  "H_Lightning": true,
  "H_WorkingAtHeights": true,
  "H_Radiation": true,
  "H_Vibration": true,
  "H_Electrical": true,
  "H_HazardousSubstances": true,
  "H_Tools": true,
  "H_FallingObjects": true,
  "H_Dust": true,
  "H_Pressure": true,
  "H_Noise": true,
  "H_GroundConditions": true,
  "H_StoredEnergy": true,
  "H_PinchPoint": true,
  "H_OtherHazards": "sample string 54",
  "CompletionDate": "sample string 55",
  "GeneralComments": "sample string 56",
  "SupervisorCompany": "sample string 57",
  "SupervisorName": "sample string 58",
  "SupervisorSignature": "sample string 59",
  "EmployeeCompany": "sample string 60",
  "EmployeeName": "sample string 61",
  "EmployeeSignature": "sample string 62",
  "AddedBy": "sample string 63",
  "CompanyCode": "sample string 64",
  "AddedOn": "sample string 65",
  "Status": true
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.