POST api/toolboxmeeting/Acknowledgement_toolbox

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
toolboxAcknwnmt
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "ToolBoxID": 1,
  "MemberType": 0,
  "AcknowledgedBy": 2,
  "AcknowledgedByName": "sample string 3",
  "AcknowledgedOn": "2026-04-04T16:58:45.4606555+11:00",
  "Comment": "sample string 5",
  "Status": true,
  "Signature": "sample string 7",
  "SignatureVal": 64,
  "IsSafetyCL": true,
  "IsSafetyAlert": true,
  "IsCriticalRisk": true,
  "Action": 0,
  "ModifiedBy": "sample string 12",
  "ModifiedOn": "2026-04-04T16:58:45.4606555+11:00",
  "IsSync": true
}

text/xml

Sample:
<ToolboxAcknowledgement xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Peercore.HarvestCo.Model">
  <AcknowledgedBy>2</AcknowledgedBy>
  <AcknowledgedByName>sample string 3</AcknowledgedByName>
  <AcknowledgedOn>2026-04-04T16:58:45.4606555+11:00</AcknowledgedOn>
  <Action>Pending</Action>
  <Comment>sample string 5</Comment>
  <IsCriticalRisk>true</IsCriticalRisk>
  <IsSafetyAlert>true</IsSafetyAlert>
  <IsSafetyCL>true</IsSafetyCL>
  <IsSync>true</IsSync>
  <MemberType>Conductor</MemberType>
  <ModifiedBy>sample string 12</ModifiedBy>
  <ModifiedOn>2026-04-04T16:58:45.4606555+11:00</ModifiedOn>
  <Signature>sample string 7</Signature>
  <SignatureVal>64</SignatureVal>
  <Status>true</Status>
  <ToolBoxID>1</ToolBoxID>
</ToolboxAcknowledgement>

application/x-www-form-urlencoded

Sample:

Sample not available.