POST SaveTenantMoveInCheckList

Request Information

URI Parameters

None.

Body Parameters

MoveInInfoRequest
NameDescriptionTypeAdditional information
moveInInfo

MoveInInfoModel

None.

Request Formats

application/json, text/json

Sample:
{
  "moveInInfo": {
    "dbaId": "sample string 1",
    "isAgreed": true,
    "isDataEditable": true,
    "isDataTransmited": true,
    "isPicturesTransmited": true,
    "isReadyToTransmit": true,
    "isTransmitted": true,
    "isVoiceTransmited": true,
    "residentSignature": "sample string 9",
    "roomTypes": [
      {
        "moveInCheckListId": 1,
        "moveInCheckListDetailId": 1,
        "tenantUnitId": 1,
        "unitTypeRoomTypeId": 1,
        "attributes": [
          {
            "attributeId": "sample string 1",
            "description": "sample string 2",
            "imageAttachments": [
              {
                "awsImageUrl": "sample string 1",
                "attributeImagePath": "sample string 2",
                "isUploaded": true
              },
              {
                "awsImageUrl": "sample string 1",
                "attributeImagePath": "sample string 2",
                "isUploaded": true
              }
            ],
            "isImageTransmitted": true,
            "isVideoTransmitted": true,
            "isVoiceTransmitted": true,
            "moveInCheckListDetailId": "sample string 6",
            "state": 7,
            "comments": "sample string 8",
            "awsVoiceUrl": "sample string 9",
            "awsVideoUrl": "sample string 10",
            "videoCommentPath": "sample string 11",
            "voiceCommentPath": "sample string 12"
          },
          {
            "attributeId": "sample string 1",
            "description": "sample string 2",
            "imageAttachments": [
              {
                "awsImageUrl": "sample string 1",
                "attributeImagePath": "sample string 2",
                "isUploaded": true
              },
              {
                "awsImageUrl": "sample string 1",
                "attributeImagePath": "sample string 2",
                "isUploaded": true
              }
            ],
            "isImageTransmitted": true,
            "isVideoTransmitted": true,
            "isVoiceTransmitted": true,
            "moveInCheckListDetailId": "sample string 6",
            "state": 7,
            "comments": "sample string 8",
            "awsVoiceUrl": "sample string 9",
            "awsVideoUrl": "sample string 10",
            "videoCommentPath": "sample string 11",
            "voiceCommentPath": "sample string 12"
          }
        ],
        "description": "sample string 1",
        "roomTypeId": "sample string 2",
        "state": true
      },
      {
        "moveInCheckListId": 1,
        "moveInCheckListDetailId": 1,
        "tenantUnitId": 1,
        "unitTypeRoomTypeId": 1,
        "attributes": [
          {
            "attributeId": "sample string 1",
            "description": "sample string 2",
            "imageAttachments": [
              {
                "awsImageUrl": "sample string 1",
                "attributeImagePath": "sample string 2",
                "isUploaded": true
              },
              {
                "awsImageUrl": "sample string 1",
                "attributeImagePath": "sample string 2",
                "isUploaded": true
              }
            ],
            "isImageTransmitted": true,
            "isVideoTransmitted": true,
            "isVoiceTransmitted": true,
            "moveInCheckListDetailId": "sample string 6",
            "state": 7,
            "comments": "sample string 8",
            "awsVoiceUrl": "sample string 9",
            "awsVideoUrl": "sample string 10",
            "videoCommentPath": "sample string 11",
            "voiceCommentPath": "sample string 12"
          },
          {
            "attributeId": "sample string 1",
            "description": "sample string 2",
            "imageAttachments": [
              {
                "awsImageUrl": "sample string 1",
                "attributeImagePath": "sample string 2",
                "isUploaded": true
              },
              {
                "awsImageUrl": "sample string 1",
                "attributeImagePath": "sample string 2",
                "isUploaded": true
              }
            ],
            "isImageTransmitted": true,
            "isVideoTransmitted": true,
            "isVoiceTransmitted": true,
            "moveInCheckListDetailId": "sample string 6",
            "state": 7,
            "comments": "sample string 8",
            "awsVoiceUrl": "sample string 9",
            "awsVideoUrl": "sample string 10",
            "videoCommentPath": "sample string 11",
            "voiceCommentPath": "sample string 12"
          }
        ],
        "description": "sample string 1",
        "roomTypeId": "sample string 2",
        "state": true
      }
    ],
    "transmittedDate": 10
  }
}

application/xml, text/xml

Sample:
<MoveInInfoRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Cybersoft.YottaResident.WebAPIs.Services">
  <moveInInfo>
    <dbaId>sample string 1</dbaId>
    <isAgreed>true</isAgreed>
    <isDataEditable>true</isDataEditable>
    <isDataTransmited>true</isDataTransmited>
    <isPicturesTransmited>true</isPicturesTransmited>
    <isReadyToTransmit>true</isReadyToTransmit>
    <isTransmitted>true</isTransmitted>
    <isVoiceTransmited>true</isVoiceTransmited>
    <residentSignature>sample string 9</residentSignature>
    <roomTypes>
      <RoomTypeModel>
        <attributes>
          <AttributeModel>
            <attributeId>sample string 1</attributeId>
            <awsVideoUrl>sample string 10</awsVideoUrl>
            <awsVoiceUrl>sample string 9</awsVoiceUrl>
            <comments>sample string 8</comments>
            <description>sample string 2</description>
            <imageAttachments>
              <ImageAttachmentModel>
                <attributeImagePath>sample string 2</attributeImagePath>
                <awsImageUrl>sample string 1</awsImageUrl>
                <isUploaded>true</isUploaded>
              </ImageAttachmentModel>
              <ImageAttachmentModel>
                <attributeImagePath>sample string 2</attributeImagePath>
                <awsImageUrl>sample string 1</awsImageUrl>
                <isUploaded>true</isUploaded>
              </ImageAttachmentModel>
            </imageAttachments>
            <isImageTransmitted>true</isImageTransmitted>
            <isVideoTransmitted>true</isVideoTransmitted>
            <isVoiceTransmitted>true</isVoiceTransmitted>
            <moveInCheckListDetailId>sample string 6</moveInCheckListDetailId>
            <state>7</state>
            <videoCommentPath>sample string 11</videoCommentPath>
            <voiceCommentPath>sample string 12</voiceCommentPath>
          </AttributeModel>
          <AttributeModel>
            <attributeId>sample string 1</attributeId>
            <awsVideoUrl>sample string 10</awsVideoUrl>
            <awsVoiceUrl>sample string 9</awsVoiceUrl>
            <comments>sample string 8</comments>
            <description>sample string 2</description>
            <imageAttachments>
              <ImageAttachmentModel>
                <attributeImagePath>sample string 2</attributeImagePath>
                <awsImageUrl>sample string 1</awsImageUrl>
                <isUploaded>true</isUploaded>
              </ImageAttachmentModel>
              <ImageAttachmentModel>
                <attributeImagePath>sample string 2</attributeImagePath>
                <awsImageUrl>sample string 1</awsImageUrl>
                <isUploaded>true</isUploaded>
              </ImageAttachmentModel>
            </imageAttachments>
            <isImageTransmitted>true</isImageTransmitted>
            <isVideoTransmitted>true</isVideoTransmitted>
            <isVoiceTransmitted>true</isVoiceTransmitted>
            <moveInCheckListDetailId>sample string 6</moveInCheckListDetailId>
            <state>7</state>
            <videoCommentPath>sample string 11</videoCommentPath>
            <voiceCommentPath>sample string 12</voiceCommentPath>
          </AttributeModel>
        </attributes>
        <description>sample string 1</description>
        <moveInCheckListDetailId>1</moveInCheckListDetailId>
        <moveInCheckListId>1</moveInCheckListId>
        <roomTypeId>sample string 2</roomTypeId>
        <state>true</state>
        <tenantUnitId>1</tenantUnitId>
        <unitTypeRoomTypeId>1</unitTypeRoomTypeId>
      </RoomTypeModel>
      <RoomTypeModel>
        <attributes>
          <AttributeModel>
            <attributeId>sample string 1</attributeId>
            <awsVideoUrl>sample string 10</awsVideoUrl>
            <awsVoiceUrl>sample string 9</awsVoiceUrl>
            <comments>sample string 8</comments>
            <description>sample string 2</description>
            <imageAttachments>
              <ImageAttachmentModel>
                <attributeImagePath>sample string 2</attributeImagePath>
                <awsImageUrl>sample string 1</awsImageUrl>
                <isUploaded>true</isUploaded>
              </ImageAttachmentModel>
              <ImageAttachmentModel>
                <attributeImagePath>sample string 2</attributeImagePath>
                <awsImageUrl>sample string 1</awsImageUrl>
                <isUploaded>true</isUploaded>
              </ImageAttachmentModel>
            </imageAttachments>
            <isImageTransmitted>true</isImageTransmitted>
            <isVideoTransmitted>true</isVideoTransmitted>
            <isVoiceTransmitted>true</isVoiceTransmitted>
            <moveInCheckListDetailId>sample string 6</moveInCheckListDetailId>
            <state>7</state>
            <videoCommentPath>sample string 11</videoCommentPath>
            <voiceCommentPath>sample string 12</voiceCommentPath>
          </AttributeModel>
          <AttributeModel>
            <attributeId>sample string 1</attributeId>
            <awsVideoUrl>sample string 10</awsVideoUrl>
            <awsVoiceUrl>sample string 9</awsVoiceUrl>
            <comments>sample string 8</comments>
            <description>sample string 2</description>
            <imageAttachments>
              <ImageAttachmentModel>
                <attributeImagePath>sample string 2</attributeImagePath>
                <awsImageUrl>sample string 1</awsImageUrl>
                <isUploaded>true</isUploaded>
              </ImageAttachmentModel>
              <ImageAttachmentModel>
                <attributeImagePath>sample string 2</attributeImagePath>
                <awsImageUrl>sample string 1</awsImageUrl>
                <isUploaded>true</isUploaded>
              </ImageAttachmentModel>
            </imageAttachments>
            <isImageTransmitted>true</isImageTransmitted>
            <isVideoTransmitted>true</isVideoTransmitted>
            <isVoiceTransmitted>true</isVoiceTransmitted>
            <moveInCheckListDetailId>sample string 6</moveInCheckListDetailId>
            <state>7</state>
            <videoCommentPath>sample string 11</videoCommentPath>
            <voiceCommentPath>sample string 12</voiceCommentPath>
          </AttributeModel>
        </attributes>
        <description>sample string 1</description>
        <moveInCheckListDetailId>1</moveInCheckListDetailId>
        <moveInCheckListId>1</moveInCheckListId>
        <roomTypeId>sample string 2</roomTypeId>
        <state>true</state>
        <tenantUnitId>1</tenantUnitId>
        <unitTypeRoomTypeId>1</unitTypeRoomTypeId>
      </RoomTypeModel>
    </roomTypes>
    <transmittedDate>10</transmittedDate>
  </moveInInfo>
</MoveInInfoRequest>

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.