POST api/handover/checklist

Request Information

URI Parameters

None.

Body Parameters

HandoverUpdateCheckListBindingModel
NameDescriptionTypeAdditional information
Id

integer

None.

ChecklistRemark

string

None.

CheckList

Collection of CheckListCategoryViewModel

None.

UpdatedDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "ChecklistRemark": "sample string 2",
  "CheckList": [
    {
      "Id": 1,
      "MasterReferenceId": 2,
      "Name": "sample string 3",
      "ChecklistItems": [
        {
          "Id": 1,
          "Description": "sample string 2",
          "IsInactive": true,
          "IsChanged": true,
          "CheckStatus": 0,
          "MasterReferenceId": 5
        },
        {
          "Id": 1,
          "Description": "sample string 2",
          "IsInactive": true,
          "IsChanged": true,
          "CheckStatus": 0,
          "MasterReferenceId": 5
        }
      ]
    },
    {
      "Id": 1,
      "MasterReferenceId": 2,
      "Name": "sample string 3",
      "ChecklistItems": [
        {
          "Id": 1,
          "Description": "sample string 2",
          "IsInactive": true,
          "IsChanged": true,
          "CheckStatus": 0,
          "MasterReferenceId": 5
        },
        {
          "Id": 1,
          "Description": "sample string 2",
          "IsInactive": true,
          "IsChanged": true,
          "CheckStatus": 0,
          "MasterReferenceId": 5
        }
      ]
    }
  ],
  "UpdatedDate": "2025-12-22T20:40:49.2954051+00:00"
}

application/xml, text/xml

Sample:
<HandoverUpdateCheckListBindingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ethoz.Models.BindingModels">
  <CheckList xmlns:d2p1="http://schemas.datacontract.org/2004/07/Ethoz.Models.ViewModels">
    <d2p1:CheckListCategoryViewModel>
      <d2p1:ChecklistItems>
        <d2p1:CheckListItemViewModel>
          <d2p1:CheckStatus>Unchecked</d2p1:CheckStatus>
          <d2p1:Description>sample string 2</d2p1:Description>
          <d2p1:Id>1</d2p1:Id>
          <d2p1:IsChanged>true</d2p1:IsChanged>
          <d2p1:IsInactive>true</d2p1:IsInactive>
          <d2p1:MasterReferenceId>5</d2p1:MasterReferenceId>
        </d2p1:CheckListItemViewModel>
        <d2p1:CheckListItemViewModel>
          <d2p1:CheckStatus>Unchecked</d2p1:CheckStatus>
          <d2p1:Description>sample string 2</d2p1:Description>
          <d2p1:Id>1</d2p1:Id>
          <d2p1:IsChanged>true</d2p1:IsChanged>
          <d2p1:IsInactive>true</d2p1:IsInactive>
          <d2p1:MasterReferenceId>5</d2p1:MasterReferenceId>
        </d2p1:CheckListItemViewModel>
      </d2p1:ChecklistItems>
      <d2p1:Id>1</d2p1:Id>
      <d2p1:MasterReferenceId>2</d2p1:MasterReferenceId>
      <d2p1:Name>sample string 3</d2p1:Name>
    </d2p1:CheckListCategoryViewModel>
    <d2p1:CheckListCategoryViewModel>
      <d2p1:ChecklistItems>
        <d2p1:CheckListItemViewModel>
          <d2p1:CheckStatus>Unchecked</d2p1:CheckStatus>
          <d2p1:Description>sample string 2</d2p1:Description>
          <d2p1:Id>1</d2p1:Id>
          <d2p1:IsChanged>true</d2p1:IsChanged>
          <d2p1:IsInactive>true</d2p1:IsInactive>
          <d2p1:MasterReferenceId>5</d2p1:MasterReferenceId>
        </d2p1:CheckListItemViewModel>
        <d2p1:CheckListItemViewModel>
          <d2p1:CheckStatus>Unchecked</d2p1:CheckStatus>
          <d2p1:Description>sample string 2</d2p1:Description>
          <d2p1:Id>1</d2p1:Id>
          <d2p1:IsChanged>true</d2p1:IsChanged>
          <d2p1:IsInactive>true</d2p1:IsInactive>
          <d2p1:MasterReferenceId>5</d2p1:MasterReferenceId>
        </d2p1:CheckListItemViewModel>
      </d2p1:ChecklistItems>
      <d2p1:Id>1</d2p1:Id>
      <d2p1:MasterReferenceId>2</d2p1:MasterReferenceId>
      <d2p1:Name>sample string 3</d2p1:Name>
    </d2p1:CheckListCategoryViewModel>
  </CheckList>
  <ChecklistRemark>sample string 2</ChecklistRemark>
  <Id>1</Id>
  <UpdatedDate>2025-12-22T20:40:49.2954051+00:00</UpdatedDate>
</HandoverUpdateCheckListBindingModel>

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.