PUT api/FloorPlan

Update floorplan pin

Request Information

URI Parameters

None.

Body Parameters

FloorPlanDM
NameDescriptionTypeAdditional information
FloorPlanID

integer

None.

LocationID

integer

None.

FloorPlanName

string

None.

FloorPlanArea

string

None.

FloorPlanDescription

string

None.

Active

boolean

None.

Deleted

boolean

None.

AddedDate

string

None.

ModifiedDate

string

None.

IsEmergency

boolean

None.

FileList

Collection of FloorPlanFileList

None.

Request Formats

application/json, text/json, text/plain, text/html

Sample:
{
  "floorPlanID": 1,
  "locationID": 1,
  "floorPlanName": "sample string 1",
  "floorPlanArea": "sample string 2",
  "floorPlanDescription": "sample string 3",
  "active": true,
  "deleted": true,
  "addedDate": "sample string 6",
  "modifiedDate": "sample string 7",
  "isEmergency": true,
  "fileList": [
    {
      "floorPlanFileID": 1,
      "locationFloorPlanID": 2,
      "actualFileName": "sample string 3",
      "renamedFileName": "sample string 4",
      "active": true,
      "deleted": true,
      "addedDate": "sample string 7",
      "modifiedDate": "sample string 8",
      "coordinates": "sample string 9",
      "fileURL": "sample string 10",
      "floorPlanPinPoint": [
        {
          "locationFloorPlanPointsID": 1,
          "locationFloorPlanID": 2,
          "floorPlanFileID": 3,
          "locationID": 4,
          "title": "sample string 5",
          "xCord": 6.0,
          "yCord": 7.0,
          "fileUrl": "sample string 8",
          "fileWidth": 9,
          "fileHeight": 10,
          "isActive": true,
          "isDeleted": true,
          "addedDate": "sample string 13",
          "modifiedDate": "sample string 14",
          "addedBy": 15,
          "modifiedBy": 16,
          "assetID": 17,
          "serialNo": "sample string 18",
          "assetName": "sample string 19"
        },
        {
          "locationFloorPlanPointsID": 1,
          "locationFloorPlanID": 2,
          "floorPlanFileID": 3,
          "locationID": 4,
          "title": "sample string 5",
          "xCord": 6.0,
          "yCord": 7.0,
          "fileUrl": "sample string 8",
          "fileWidth": 9,
          "fileHeight": 10,
          "isActive": true,
          "isDeleted": true,
          "addedDate": "sample string 13",
          "modifiedDate": "sample string 14",
          "addedBy": 15,
          "modifiedBy": 16,
          "assetID": 17,
          "serialNo": "sample string 18",
          "assetName": "sample string 19"
        }
      ],
      "pinCoordinates": "sample string 11"
    },
    {
      "floorPlanFileID": 1,
      "locationFloorPlanID": 2,
      "actualFileName": "sample string 3",
      "renamedFileName": "sample string 4",
      "active": true,
      "deleted": true,
      "addedDate": "sample string 7",
      "modifiedDate": "sample string 8",
      "coordinates": "sample string 9",
      "fileURL": "sample string 10",
      "floorPlanPinPoint": [
        {
          "locationFloorPlanPointsID": 1,
          "locationFloorPlanID": 2,
          "floorPlanFileID": 3,
          "locationID": 4,
          "title": "sample string 5",
          "xCord": 6.0,
          "yCord": 7.0,
          "fileUrl": "sample string 8",
          "fileWidth": 9,
          "fileHeight": 10,
          "isActive": true,
          "isDeleted": true,
          "addedDate": "sample string 13",
          "modifiedDate": "sample string 14",
          "addedBy": 15,
          "modifiedBy": 16,
          "assetID": 17,
          "serialNo": "sample string 18",
          "assetName": "sample string 19"
        },
        {
          "locationFloorPlanPointsID": 1,
          "locationFloorPlanID": 2,
          "floorPlanFileID": 3,
          "locationID": 4,
          "title": "sample string 5",
          "xCord": 6.0,
          "yCord": 7.0,
          "fileUrl": "sample string 8",
          "fileWidth": 9,
          "fileHeight": 10,
          "isActive": true,
          "isDeleted": true,
          "addedDate": "sample string 13",
          "modifiedDate": "sample string 14",
          "addedBy": 15,
          "modifiedBy": 16,
          "assetID": 17,
          "serialNo": "sample string 18",
          "assetName": "sample string 19"
        }
      ],
      "pinCoordinates": "sample string 11"
    }
  ]
}

application/xml, text/xml

Sample:
<FloorPlanDM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CMMS_V2.Core.DataModel">
  <Active>true</Active>
  <AddedDate>sample string 6</AddedDate>
  <Deleted>true</Deleted>
  <FileList>
    <FloorPlanFileList>
      <Active>true</Active>
      <ActualFileName>sample string 3</ActualFileName>
      <AddedDate>sample string 7</AddedDate>
      <Coordinates>sample string 9</Coordinates>
      <Deleted>true</Deleted>
      <FileURL>sample string 10</FileURL>
      <FloorPlanFileID>1</FloorPlanFileID>
      <FloorPlanPinPoint>
        <FloorPlanPinPoint>
          <AddedBy>15</AddedBy>
          <AddedDate>sample string 13</AddedDate>
          <AssetID>17</AssetID>
          <AssetName>sample string 19</AssetName>
          <FileHeight>10</FileHeight>
          <FileUrl>sample string 8</FileUrl>
          <FileWidth>9</FileWidth>
          <FloorPlanFileID>3</FloorPlanFileID>
          <IsActive>true</IsActive>
          <IsDeleted>true</IsDeleted>
          <LocationFloorPlanID>2</LocationFloorPlanID>
          <LocationFloorPlanPointsID>1</LocationFloorPlanPointsID>
          <LocationID>4</LocationID>
          <ModifiedBy>16</ModifiedBy>
          <ModifiedDate>sample string 14</ModifiedDate>
          <SerialNo>sample string 18</SerialNo>
          <Title>sample string 5</Title>
          <XCord>6</XCord>
          <YCord>7</YCord>
        </FloorPlanPinPoint>
        <FloorPlanPinPoint>
          <AddedBy>15</AddedBy>
          <AddedDate>sample string 13</AddedDate>
          <AssetID>17</AssetID>
          <AssetName>sample string 19</AssetName>
          <FileHeight>10</FileHeight>
          <FileUrl>sample string 8</FileUrl>
          <FileWidth>9</FileWidth>
          <FloorPlanFileID>3</FloorPlanFileID>
          <IsActive>true</IsActive>
          <IsDeleted>true</IsDeleted>
          <LocationFloorPlanID>2</LocationFloorPlanID>
          <LocationFloorPlanPointsID>1</LocationFloorPlanPointsID>
          <LocationID>4</LocationID>
          <ModifiedBy>16</ModifiedBy>
          <ModifiedDate>sample string 14</ModifiedDate>
          <SerialNo>sample string 18</SerialNo>
          <Title>sample string 5</Title>
          <XCord>6</XCord>
          <YCord>7</YCord>
        </FloorPlanPinPoint>
      </FloorPlanPinPoint>
      <LocationFloorPlanID>2</LocationFloorPlanID>
      <ModifiedDate>sample string 8</ModifiedDate>
      <PinCoordinates>sample string 11</PinCoordinates>
      <RenamedFileName>sample string 4</RenamedFileName>
    </FloorPlanFileList>
    <FloorPlanFileList>
      <Active>true</Active>
      <ActualFileName>sample string 3</ActualFileName>
      <AddedDate>sample string 7</AddedDate>
      <Coordinates>sample string 9</Coordinates>
      <Deleted>true</Deleted>
      <FileURL>sample string 10</FileURL>
      <FloorPlanFileID>1</FloorPlanFileID>
      <FloorPlanPinPoint>
        <FloorPlanPinPoint>
          <AddedBy>15</AddedBy>
          <AddedDate>sample string 13</AddedDate>
          <AssetID>17</AssetID>
          <AssetName>sample string 19</AssetName>
          <FileHeight>10</FileHeight>
          <FileUrl>sample string 8</FileUrl>
          <FileWidth>9</FileWidth>
          <FloorPlanFileID>3</FloorPlanFileID>
          <IsActive>true</IsActive>
          <IsDeleted>true</IsDeleted>
          <LocationFloorPlanID>2</LocationFloorPlanID>
          <LocationFloorPlanPointsID>1</LocationFloorPlanPointsID>
          <LocationID>4</LocationID>
          <ModifiedBy>16</ModifiedBy>
          <ModifiedDate>sample string 14</ModifiedDate>
          <SerialNo>sample string 18</SerialNo>
          <Title>sample string 5</Title>
          <XCord>6</XCord>
          <YCord>7</YCord>
        </FloorPlanPinPoint>
        <FloorPlanPinPoint>
          <AddedBy>15</AddedBy>
          <AddedDate>sample string 13</AddedDate>
          <AssetID>17</AssetID>
          <AssetName>sample string 19</AssetName>
          <FileHeight>10</FileHeight>
          <FileUrl>sample string 8</FileUrl>
          <FileWidth>9</FileWidth>
          <FloorPlanFileID>3</FloorPlanFileID>
          <IsActive>true</IsActive>
          <IsDeleted>true</IsDeleted>
          <LocationFloorPlanID>2</LocationFloorPlanID>
          <LocationFloorPlanPointsID>1</LocationFloorPlanPointsID>
          <LocationID>4</LocationID>
          <ModifiedBy>16</ModifiedBy>
          <ModifiedDate>sample string 14</ModifiedDate>
          <SerialNo>sample string 18</SerialNo>
          <Title>sample string 5</Title>
          <XCord>6</XCord>
          <YCord>7</YCord>
        </FloorPlanPinPoint>
      </FloorPlanPinPoint>
      <LocationFloorPlanID>2</LocationFloorPlanID>
      <ModifiedDate>sample string 8</ModifiedDate>
      <PinCoordinates>sample string 11</PinCoordinates>
      <RenamedFileName>sample string 4</RenamedFileName>
    </FloorPlanFileList>
  </FileList>
  <FloorPlanArea>sample string 2</FloorPlanArea>
  <FloorPlanDescription>sample string 3</FloorPlanDescription>
  <FloorPlanID>1</FloorPlanID>
  <FloorPlanName>sample string 1</FloorPlanName>
  <IsEmergency>true</IsEmergency>
  <LocationID>1</LocationID>
  <ModifiedDate>sample string 7</ModifiedDate>
</FloorPlanDM>

multipart/form-data

Sample:
<FloorPlanDM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CMMS_V2.Core.DataModel"><Active>true</Active><AddedDate>sample string 6</AddedDate><Deleted>true</Deleted><FileList><FloorPlanFileList><Active>true</Active><ActualFileName>sample string 3</ActualFileName><AddedDate>sample string 7</AddedDate><Coordinates>sample string 9</Coordinates><Deleted>true</Deleted><FileURL>sample string 10</FileURL><FloorPlanFileID>1</FloorPlanFileID><FloorPlanPinPoint><FloorPlanPinPoint><AddedBy>15</AddedBy><AddedDate>sample string 13</AddedDate><AssetID>17</AssetID><AssetName>sample string 19</AssetName><FileHeight>10</FileHeight><FileUrl>sample string 8</FileUrl><FileWidth>9</FileWidth><FloorPlanFileID>3</FloorPlanFileID><IsActive>true</IsActive><IsDeleted>true</IsDeleted><LocationFloorPlanID>2</LocationFloorPlanID><LocationFloorPlanPointsID>1</LocationFloorPlanPointsID><LocationID>4</LocationID><ModifiedBy>16</ModifiedBy><ModifiedDate>sample string 14</ModifiedDate><SerialNo>sample string 18</SerialNo><Title>sample string 5</Title><XCord>6</XCord><YCord>7</YCord></FloorPlanPinPoint><FloorPlanPinPoint><AddedBy>15</AddedBy><AddedDate>sample string 13</AddedDate><AssetID>17</AssetID><AssetName>sample string 19</AssetName><FileHeight>10</FileHeight><FileUrl>sample string 8</FileUrl><FileWidth>9</FileWidth><FloorPlanFileID>3</FloorPlanFileID><IsActive>true</IsActive><IsDeleted>true</IsDeleted><LocationFloorPlanID>2</LocationFloorPlanID><LocationFloorPlanPointsID>1</LocationFloorPlanPointsID><LocationID>4</LocationID><ModifiedBy>16</ModifiedBy><ModifiedDate>sample string 14</ModifiedDate><SerialNo>sample string 18</SerialNo><Title>sample string 5</Title><XCord>6</XCord><YCord>7</YCord></FloorPlanPinPoint></FloorPlanPinPoint><LocationFloorPlanID>2</LocationFloorPlanID><ModifiedDate>sample string 8</ModifiedDate><PinCoordinates>sample string 11</PinCoordinates><RenamedFileName>sample string 4</RenamedFileName></FloorPlanFileList><FloorPlanFileList><Active>true</Active><ActualFileName>sample string 3</ActualFileName><AddedDate>sample string 7</AddedDate><Coordinates>sample string 9</Coordinates><Deleted>true</Deleted><FileURL>sample string 10</FileURL><FloorPlanFileID>1</FloorPlanFileID><FloorPlanPinPoint><FloorPlanPinPoint><AddedBy>15</AddedBy><AddedDate>sample string 13</AddedDate><AssetID>17</AssetID><AssetName>sample string 19</AssetName><FileHeight>10</FileHeight><FileUrl>sample string 8</FileUrl><FileWidth>9</FileWidth><FloorPlanFileID>3</FloorPlanFileID><IsActive>true</IsActive><IsDeleted>true</IsDeleted><LocationFloorPlanID>2</LocationFloorPlanID><LocationFloorPlanPointsID>1</LocationFloorPlanPointsID><LocationID>4</LocationID><ModifiedBy>16</ModifiedBy><ModifiedDate>sample string 14</ModifiedDate><SerialNo>sample string 18</SerialNo><Title>sample string 5</Title><XCord>6</XCord><YCord>7</YCord></FloorPlanPinPoint><FloorPlanPinPoint><AddedBy>15</AddedBy><AddedDate>sample string 13</AddedDate><AssetID>17</AssetID><AssetName>sample string 19</AssetName><FileHeight>10</FileHeight><FileUrl>sample string 8</FileUrl><FileWidth>9</FileWidth><FloorPlanFileID>3</FloorPlanFileID><IsActive>true</IsActive><IsDeleted>true</IsDeleted><LocationFloorPlanID>2</LocationFloorPlanID><LocationFloorPlanPointsID>1</LocationFloorPlanPointsID><LocationID>4</LocationID><ModifiedBy>16</ModifiedBy><ModifiedDate>sample string 14</ModifiedDate><SerialNo>sample string 18</SerialNo><Title>sample string 5</Title><XCord>6</XCord><YCord>7</YCord></FloorPlanPinPoint></FloorPlanPinPoint><LocationFloorPlanID>2</LocationFloorPlanID><ModifiedDate>sample string 8</ModifiedDate><PinCoordinates>sample string 11</PinCoordinates><RenamedFileName>sample string 4</RenamedFileName></FloorPlanFileList></FileList><FloorPlanArea>sample string 2</FloorPlanArea><FloorPlanDescription>sample string 3</FloorPlanDescription><FloorPlanID>1</FloorPlanID><FloorPlanName>sample string 1</FloorPlanName><IsEmergency>true</IsEmergency><LocationID>1</LocationID><ModifiedDate>sample string 7</ModifiedDate></FloorPlanDM>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

FloorPlanDataModel
NameDescriptionTypeAdditional information
FloorPlanDM

Collection of FloorPlanDM

None.

ReturnID

integer

Required

Message

string

Required

Successful

boolean

Required

Code

integer

None.

TotalRecord

integer

None.

Response Formats

application/json, text/json, text/plain, text/html

Sample:
{
  "floorPlanDM": [
    {
      "floorPlanID": 1,
      "locationID": 1,
      "floorPlanName": "sample string 1",
      "floorPlanArea": "sample string 2",
      "floorPlanDescription": "sample string 3",
      "active": true,
      "deleted": true,
      "addedDate": "sample string 6",
      "modifiedDate": "sample string 7",
      "isEmergency": true,
      "fileList": [
        {
          "floorPlanFileID": 1,
          "locationFloorPlanID": 2,
          "actualFileName": "sample string 3",
          "renamedFileName": "sample string 4",
          "active": true,
          "deleted": true,
          "addedDate": "sample string 7",
          "modifiedDate": "sample string 8",
          "coordinates": "sample string 9",
          "fileURL": "sample string 10",
          "floorPlanPinPoint": [
            {
              "locationFloorPlanPointsID": 1,
              "locationFloorPlanID": 2,
              "floorPlanFileID": 3,
              "locationID": 4,
              "title": "sample string 5",
              "xCord": 6.0,
              "yCord": 7.0,
              "fileUrl": "sample string 8",
              "fileWidth": 9,
              "fileHeight": 10,
              "isActive": true,
              "isDeleted": true,
              "addedDate": "sample string 13",
              "modifiedDate": "sample string 14",
              "addedBy": 15,
              "modifiedBy": 16,
              "assetID": 17,
              "serialNo": "sample string 18",
              "assetName": "sample string 19"
            },
            {
              "locationFloorPlanPointsID": 1,
              "locationFloorPlanID": 2,
              "floorPlanFileID": 3,
              "locationID": 4,
              "title": "sample string 5",
              "xCord": 6.0,
              "yCord": 7.0,
              "fileUrl": "sample string 8",
              "fileWidth": 9,
              "fileHeight": 10,
              "isActive": true,
              "isDeleted": true,
              "addedDate": "sample string 13",
              "modifiedDate": "sample string 14",
              "addedBy": 15,
              "modifiedBy": 16,
              "assetID": 17,
              "serialNo": "sample string 18",
              "assetName": "sample string 19"
            }
          ],
          "pinCoordinates": "sample string 11"
        },
        {
          "floorPlanFileID": 1,
          "locationFloorPlanID": 2,
          "actualFileName": "sample string 3",
          "renamedFileName": "sample string 4",
          "active": true,
          "deleted": true,
          "addedDate": "sample string 7",
          "modifiedDate": "sample string 8",
          "coordinates": "sample string 9",
          "fileURL": "sample string 10",
          "floorPlanPinPoint": [
            {
              "locationFloorPlanPointsID": 1,
              "locationFloorPlanID": 2,
              "floorPlanFileID": 3,
              "locationID": 4,
              "title": "sample string 5",
              "xCord": 6.0,
              "yCord": 7.0,
              "fileUrl": "sample string 8",
              "fileWidth": 9,
              "fileHeight": 10,
              "isActive": true,
              "isDeleted": true,
              "addedDate": "sample string 13",
              "modifiedDate": "sample string 14",
              "addedBy": 15,
              "modifiedBy": 16,
              "assetID": 17,
              "serialNo": "sample string 18",
              "assetName": "sample string 19"
            },
            {
              "locationFloorPlanPointsID": 1,
              "locationFloorPlanID": 2,
              "floorPlanFileID": 3,
              "locationID": 4,
              "title": "sample string 5",
              "xCord": 6.0,
              "yCord": 7.0,
              "fileUrl": "sample string 8",
              "fileWidth": 9,
              "fileHeight": 10,
              "isActive": true,
              "isDeleted": true,
              "addedDate": "sample string 13",
              "modifiedDate": "sample string 14",
              "addedBy": 15,
              "modifiedBy": 16,
              "assetID": 17,
              "serialNo": "sample string 18",
              "assetName": "sample string 19"
            }
          ],
          "pinCoordinates": "sample string 11"
        }
      ]
    },
    {
      "floorPlanID": 1,
      "locationID": 1,
      "floorPlanName": "sample string 1",
      "floorPlanArea": "sample string 2",
      "floorPlanDescription": "sample string 3",
      "active": true,
      "deleted": true,
      "addedDate": "sample string 6",
      "modifiedDate": "sample string 7",
      "isEmergency": true,
      "fileList": [
        {
          "floorPlanFileID": 1,
          "locationFloorPlanID": 2,
          "actualFileName": "sample string 3",
          "renamedFileName": "sample string 4",
          "active": true,
          "deleted": true,
          "addedDate": "sample string 7",
          "modifiedDate": "sample string 8",
          "coordinates": "sample string 9",
          "fileURL": "sample string 10",
          "floorPlanPinPoint": [
            {
              "locationFloorPlanPointsID": 1,
              "locationFloorPlanID": 2,
              "floorPlanFileID": 3,
              "locationID": 4,
              "title": "sample string 5",
              "xCord": 6.0,
              "yCord": 7.0,
              "fileUrl": "sample string 8",
              "fileWidth": 9,
              "fileHeight": 10,
              "isActive": true,
              "isDeleted": true,
              "addedDate": "sample string 13",
              "modifiedDate": "sample string 14",
              "addedBy": 15,
              "modifiedBy": 16,
              "assetID": 17,
              "serialNo": "sample string 18",
              "assetName": "sample string 19"
            },
            {
              "locationFloorPlanPointsID": 1,
              "locationFloorPlanID": 2,
              "floorPlanFileID": 3,
              "locationID": 4,
              "title": "sample string 5",
              "xCord": 6.0,
              "yCord": 7.0,
              "fileUrl": "sample string 8",
              "fileWidth": 9,
              "fileHeight": 10,
              "isActive": true,
              "isDeleted": true,
              "addedDate": "sample string 13",
              "modifiedDate": "sample string 14",
              "addedBy": 15,
              "modifiedBy": 16,
              "assetID": 17,
              "serialNo": "sample string 18",
              "assetName": "sample string 19"
            }
          ],
          "pinCoordinates": "sample string 11"
        },
        {
          "floorPlanFileID": 1,
          "locationFloorPlanID": 2,
          "actualFileName": "sample string 3",
          "renamedFileName": "sample string 4",
          "active": true,
          "deleted": true,
          "addedDate": "sample string 7",
          "modifiedDate": "sample string 8",
          "coordinates": "sample string 9",
          "fileURL": "sample string 10",
          "floorPlanPinPoint": [
            {
              "locationFloorPlanPointsID": 1,
              "locationFloorPlanID": 2,
              "floorPlanFileID": 3,
              "locationID": 4,
              "title": "sample string 5",
              "xCord": 6.0,
              "yCord": 7.0,
              "fileUrl": "sample string 8",
              "fileWidth": 9,
              "fileHeight": 10,
              "isActive": true,
              "isDeleted": true,
              "addedDate": "sample string 13",
              "modifiedDate": "sample string 14",
              "addedBy": 15,
              "modifiedBy": 16,
              "assetID": 17,
              "serialNo": "sample string 18",
              "assetName": "sample string 19"
            },
            {
              "locationFloorPlanPointsID": 1,
              "locationFloorPlanID": 2,
              "floorPlanFileID": 3,
              "locationID": 4,
              "title": "sample string 5",
              "xCord": 6.0,
              "yCord": 7.0,
              "fileUrl": "sample string 8",
              "fileWidth": 9,
              "fileHeight": 10,
              "isActive": true,
              "isDeleted": true,
              "addedDate": "sample string 13",
              "modifiedDate": "sample string 14",
              "addedBy": 15,
              "modifiedBy": 16,
              "assetID": 17,
              "serialNo": "sample string 18",
              "assetName": "sample string 19"
            }
          ],
          "pinCoordinates": "sample string 11"
        }
      ]
    }
  ],
  "returnID": 1,
  "message": "sample string 2",
  "successful": true,
  "code": 4,
  "totalRecord": 5
}

application/xml, text/xml

Sample:
<FloorPlanDataModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CMMS_V2.Core.DataModel">
  <Code xmlns="http://schemas.datacontract.org/2004/07/ATMP.Core.DataModel">4</Code>
  <Message xmlns="http://schemas.datacontract.org/2004/07/ATMP.Core.DataModel">sample string 2</Message>
  <ReturnID xmlns="http://schemas.datacontract.org/2004/07/ATMP.Core.DataModel">1</ReturnID>
  <Successful xmlns="http://schemas.datacontract.org/2004/07/ATMP.Core.DataModel">true</Successful>
  <TotalRecord xmlns="http://schemas.datacontract.org/2004/07/ATMP.Core.DataModel">5</TotalRecord>
  <FloorPlanDM>
    <FloorPlanDM>
      <Active>true</Active>
      <AddedDate>sample string 6</AddedDate>
      <Deleted>true</Deleted>
      <FileList>
        <FloorPlanFileList>
          <Active>true</Active>
          <ActualFileName>sample string 3</ActualFileName>
          <AddedDate>sample string 7</AddedDate>
          <Coordinates>sample string 9</Coordinates>
          <Deleted>true</Deleted>
          <FileURL>sample string 10</FileURL>
          <FloorPlanFileID>1</FloorPlanFileID>
          <FloorPlanPinPoint>
            <FloorPlanPinPoint>
              <AddedBy>15</AddedBy>
              <AddedDate>sample string 13</AddedDate>
              <AssetID>17</AssetID>
              <AssetName>sample string 19</AssetName>
              <FileHeight>10</FileHeight>
              <FileUrl>sample string 8</FileUrl>
              <FileWidth>9</FileWidth>
              <FloorPlanFileID>3</FloorPlanFileID>
              <IsActive>true</IsActive>
              <IsDeleted>true</IsDeleted>
              <LocationFloorPlanID>2</LocationFloorPlanID>
              <LocationFloorPlanPointsID>1</LocationFloorPlanPointsID>
              <LocationID>4</LocationID>
              <ModifiedBy>16</ModifiedBy>
              <ModifiedDate>sample string 14</ModifiedDate>
              <SerialNo>sample string 18</SerialNo>
              <Title>sample string 5</Title>
              <XCord>6</XCord>
              <YCord>7</YCord>
            </FloorPlanPinPoint>
            <FloorPlanPinPoint>
              <AddedBy>15</AddedBy>
              <AddedDate>sample string 13</AddedDate>
              <AssetID>17</AssetID>
              <AssetName>sample string 19</AssetName>
              <FileHeight>10</FileHeight>
              <FileUrl>sample string 8</FileUrl>
              <FileWidth>9</FileWidth>
              <FloorPlanFileID>3</FloorPlanFileID>
              <IsActive>true</IsActive>
              <IsDeleted>true</IsDeleted>
              <LocationFloorPlanID>2</LocationFloorPlanID>
              <LocationFloorPlanPointsID>1</LocationFloorPlanPointsID>
              <LocationID>4</LocationID>
              <ModifiedBy>16</ModifiedBy>
              <ModifiedDate>sample string 14</ModifiedDate>
              <SerialNo>sample string 18</SerialNo>
              <Title>sample string 5</Title>
              <XCord>6</XCord>
              <YCord>7</YCord>
            </FloorPlanPinPoint>
          </FloorPlanPinPoint>
          <LocationFloorPlanID>2</LocationFloorPlanID>
          <ModifiedDate>sample string 8</ModifiedDate>
          <PinCoordinates>sample string 11</PinCoordinates>
          <RenamedFileName>sample string 4</RenamedFileName>
        </FloorPlanFileList>
        <FloorPlanFileList>
          <Active>true</Active>
          <ActualFileName>sample string 3</ActualFileName>
          <AddedDate>sample string 7</AddedDate>
          <Coordinates>sample string 9</Coordinates>
          <Deleted>true</Deleted>
          <FileURL>sample string 10</FileURL>
          <FloorPlanFileID>1</FloorPlanFileID>
          <FloorPlanPinPoint>
            <FloorPlanPinPoint>
              <AddedBy>15</AddedBy>
              <AddedDate>sample string 13</AddedDate>
              <AssetID>17</AssetID>
              <AssetName>sample string 19</AssetName>
              <FileHeight>10</FileHeight>
              <FileUrl>sample string 8</FileUrl>
              <FileWidth>9</FileWidth>
              <FloorPlanFileID>3</FloorPlanFileID>
              <IsActive>true</IsActive>
              <IsDeleted>true</IsDeleted>
              <LocationFloorPlanID>2</LocationFloorPlanID>
              <LocationFloorPlanPointsID>1</LocationFloorPlanPointsID>
              <LocationID>4</LocationID>
              <ModifiedBy>16</ModifiedBy>
              <ModifiedDate>sample string 14</ModifiedDate>
              <SerialNo>sample string 18</SerialNo>
              <Title>sample string 5</Title>
              <XCord>6</XCord>
              <YCord>7</YCord>
            </FloorPlanPinPoint>
            <FloorPlanPinPoint>
              <AddedBy>15</AddedBy>
              <AddedDate>sample string 13</AddedDate>
              <AssetID>17</AssetID>
              <AssetName>sample string 19</AssetName>
              <FileHeight>10</FileHeight>
              <FileUrl>sample string 8</FileUrl>
              <FileWidth>9</FileWidth>
              <FloorPlanFileID>3</FloorPlanFileID>
              <IsActive>true</IsActive>
              <IsDeleted>true</IsDeleted>
              <LocationFloorPlanID>2</LocationFloorPlanID>
              <LocationFloorPlanPointsID>1</LocationFloorPlanPointsID>
              <LocationID>4</LocationID>
              <ModifiedBy>16</ModifiedBy>
              <ModifiedDate>sample string 14</ModifiedDate>
              <SerialNo>sample string 18</SerialNo>
              <Title>sample string 5</Title>
              <XCord>6</XCord>
              <YCord>7</YCord>
            </FloorPlanPinPoint>
          </FloorPlanPinPoint>
          <LocationFloorPlanID>2</LocationFloorPlanID>
          <ModifiedDate>sample string 8</ModifiedDate>
          <PinCoordinates>sample string 11</PinCoordinates>
          <RenamedFileName>sample string 4</RenamedFileName>
        </FloorPlanFileList>
      </FileList>
      <FloorPlanArea>sample string 2</FloorPlanArea>
      <FloorPlanDescription>sample string 3</FloorPlanDescription>
      <FloorPlanID>1</FloorPlanID>
      <FloorPlanName>sample string 1</FloorPlanName>
      <IsEmergency>true</IsEmergency>
      <LocationID>1</LocationID>
      <ModifiedDate>sample string 7</ModifiedDate>
    </FloorPlanDM>
    <FloorPlanDM>
      <Active>true</Active>
      <AddedDate>sample string 6</AddedDate>
      <Deleted>true</Deleted>
      <FileList>
        <FloorPlanFileList>
          <Active>true</Active>
          <ActualFileName>sample string 3</ActualFileName>
          <AddedDate>sample string 7</AddedDate>
          <Coordinates>sample string 9</Coordinates>
          <Deleted>true</Deleted>
          <FileURL>sample string 10</FileURL>
          <FloorPlanFileID>1</FloorPlanFileID>
          <FloorPlanPinPoint>
            <FloorPlanPinPoint>
              <AddedBy>15</AddedBy>
              <AddedDate>sample string 13</AddedDate>
              <AssetID>17</AssetID>
              <AssetName>sample string 19</AssetName>
              <FileHeight>10</FileHeight>
              <FileUrl>sample string 8</FileUrl>
              <FileWidth>9</FileWidth>
              <FloorPlanFileID>3</FloorPlanFileID>
              <IsActive>true</IsActive>
              <IsDeleted>true</IsDeleted>
              <LocationFloorPlanID>2</LocationFloorPlanID>
              <LocationFloorPlanPointsID>1</LocationFloorPlanPointsID>
              <LocationID>4</LocationID>
              <ModifiedBy>16</ModifiedBy>
              <ModifiedDate>sample string 14</ModifiedDate>
              <SerialNo>sample string 18</SerialNo>
              <Title>sample string 5</Title>
              <XCord>6</XCord>
              <YCord>7</YCord>
            </FloorPlanPinPoint>
            <FloorPlanPinPoint>
              <AddedBy>15</AddedBy>
              <AddedDate>sample string 13</AddedDate>
              <AssetID>17</AssetID>
              <AssetName>sample string 19</AssetName>
              <FileHeight>10</FileHeight>
              <FileUrl>sample string 8</FileUrl>
              <FileWidth>9</FileWidth>
              <FloorPlanFileID>3</FloorPlanFileID>
              <IsActive>true</IsActive>
              <IsDeleted>true</IsDeleted>
              <LocationFloorPlanID>2</LocationFloorPlanID>
              <LocationFloorPlanPointsID>1</LocationFloorPlanPointsID>
              <LocationID>4</LocationID>
              <ModifiedBy>16</ModifiedBy>
              <ModifiedDate>sample string 14</ModifiedDate>
              <SerialNo>sample string 18</SerialNo>
              <Title>sample string 5</Title>
              <XCord>6</XCord>
              <YCord>7</YCord>
            </FloorPlanPinPoint>
          </FloorPlanPinPoint>
          <LocationFloorPlanID>2</LocationFloorPlanID>
          <ModifiedDate>sample string 8</ModifiedDate>
          <PinCoordinates>sample string 11</PinCoordinates>
          <RenamedFileName>sample string 4</RenamedFileName>
        </FloorPlanFileList>
        <FloorPlanFileList>
          <Active>true</Active>
          <ActualFileName>sample string 3</ActualFileName>
          <AddedDate>sample string 7</AddedDate>
          <Coordinates>sample string 9</Coordinates>
          <Deleted>true</Deleted>
          <FileURL>sample string 10</FileURL>
          <FloorPlanFileID>1</FloorPlanFileID>
          <FloorPlanPinPoint>
            <FloorPlanPinPoint>
              <AddedBy>15</AddedBy>
              <AddedDate>sample string 13</AddedDate>
              <AssetID>17</AssetID>
              <AssetName>sample string 19</AssetName>
              <FileHeight>10</FileHeight>
              <FileUrl>sample string 8</FileUrl>
              <FileWidth>9</FileWidth>
              <FloorPlanFileID>3</FloorPlanFileID>
              <IsActive>true</IsActive>
              <IsDeleted>true</IsDeleted>
              <LocationFloorPlanID>2</LocationFloorPlanID>
              <LocationFloorPlanPointsID>1</LocationFloorPlanPointsID>
              <LocationID>4</LocationID>
              <ModifiedBy>16</ModifiedBy>
              <ModifiedDate>sample string 14</ModifiedDate>
              <SerialNo>sample string 18</SerialNo>
              <Title>sample string 5</Title>
              <XCord>6</XCord>
              <YCord>7</YCord>
            </FloorPlanPinPoint>
            <FloorPlanPinPoint>
              <AddedBy>15</AddedBy>
              <AddedDate>sample string 13</AddedDate>
              <AssetID>17</AssetID>
              <AssetName>sample string 19</AssetName>
              <FileHeight>10</FileHeight>
              <FileUrl>sample string 8</FileUrl>
              <FileWidth>9</FileWidth>
              <FloorPlanFileID>3</FloorPlanFileID>
              <IsActive>true</IsActive>
              <IsDeleted>true</IsDeleted>
              <LocationFloorPlanID>2</LocationFloorPlanID>
              <LocationFloorPlanPointsID>1</LocationFloorPlanPointsID>
              <LocationID>4</LocationID>
              <ModifiedBy>16</ModifiedBy>
              <ModifiedDate>sample string 14</ModifiedDate>
              <SerialNo>sample string 18</SerialNo>
              <Title>sample string 5</Title>
              <XCord>6</XCord>
              <YCord>7</YCord>
            </FloorPlanPinPoint>
          </FloorPlanPinPoint>
          <LocationFloorPlanID>2</LocationFloorPlanID>
          <ModifiedDate>sample string 8</ModifiedDate>
          <PinCoordinates>sample string 11</PinCoordinates>
          <RenamedFileName>sample string 4</RenamedFileName>
        </FloorPlanFileList>
      </FileList>
      <FloorPlanArea>sample string 2</FloorPlanArea>
      <FloorPlanDescription>sample string 3</FloorPlanDescription>
      <FloorPlanID>1</FloorPlanID>
      <FloorPlanName>sample string 1</FloorPlanName>
      <IsEmergency>true</IsEmergency>
      <LocationID>1</LocationID>
      <ModifiedDate>sample string 7</ModifiedDate>
    </FloorPlanDM>
  </FloorPlanDM>
</FloorPlanDataModel>

multipart/form-data

Sample:
<FloorPlanDataModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CMMS_V2.Core.DataModel"><Code xmlns="http://schemas.datacontract.org/2004/07/ATMP.Core.DataModel">4</Code><Message xmlns="http://schemas.datacontract.org/2004/07/ATMP.Core.DataModel">sample string 2</Message><ReturnID xmlns="http://schemas.datacontract.org/2004/07/ATMP.Core.DataModel">1</ReturnID><Successful xmlns="http://schemas.datacontract.org/2004/07/ATMP.Core.DataModel">true</Successful><TotalRecord xmlns="http://schemas.datacontract.org/2004/07/ATMP.Core.DataModel">5</TotalRecord><FloorPlanDM><FloorPlanDM><Active>true</Active><AddedDate>sample string 6</AddedDate><Deleted>true</Deleted><FileList><FloorPlanFileList><Active>true</Active><ActualFileName>sample string 3</ActualFileName><AddedDate>sample string 7</AddedDate><Coordinates>sample string 9</Coordinates><Deleted>true</Deleted><FileURL>sample string 10</FileURL><FloorPlanFileID>1</FloorPlanFileID><FloorPlanPinPoint><FloorPlanPinPoint><AddedBy>15</AddedBy><AddedDate>sample string 13</AddedDate><AssetID>17</AssetID><AssetName>sample string 19</AssetName><FileHeight>10</FileHeight><FileUrl>sample string 8</FileUrl><FileWidth>9</FileWidth><FloorPlanFileID>3</FloorPlanFileID><IsActive>true</IsActive><IsDeleted>true</IsDeleted><LocationFloorPlanID>2</LocationFloorPlanID><LocationFloorPlanPointsID>1</LocationFloorPlanPointsID><LocationID>4</LocationID><ModifiedBy>16</ModifiedBy><ModifiedDate>sample string 14</ModifiedDate><SerialNo>sample string 18</SerialNo><Title>sample string 5</Title><XCord>6</XCord><YCord>7</YCord></FloorPlanPinPoint><FloorPlanPinPoint><AddedBy>15</AddedBy><AddedDate>sample string 13</AddedDate><AssetID>17</AssetID><AssetName>sample string 19</AssetName><FileHeight>10</FileHeight><FileUrl>sample string 8</FileUrl><FileWidth>9</FileWidth><FloorPlanFileID>3</FloorPlanFileID><IsActive>true</IsActive><IsDeleted>true</IsDeleted><LocationFloorPlanID>2</LocationFloorPlanID><LocationFloorPlanPointsID>1</LocationFloorPlanPointsID><LocationID>4</LocationID><ModifiedBy>16</ModifiedBy><ModifiedDate>sample string 14</ModifiedDate><SerialNo>sample string 18</SerialNo><Title>sample string 5</Title><XCord>6</XCord><YCord>7</YCord></FloorPlanPinPoint></FloorPlanPinPoint><LocationFloorPlanID>2</LocationFloorPlanID><ModifiedDate>sample string 8</ModifiedDate><PinCoordinates>sample string 11</PinCoordinates><RenamedFileName>sample string 4</RenamedFileName></FloorPlanFileList><FloorPlanFileList><Active>true</Active><ActualFileName>sample string 3</ActualFileName><AddedDate>sample string 7</AddedDate><Coordinates>sample string 9</Coordinates><Deleted>true</Deleted><FileURL>sample string 10</FileURL><FloorPlanFileID>1</FloorPlanFileID><FloorPlanPinPoint><FloorPlanPinPoint><AddedBy>15</AddedBy><AddedDate>sample string 13</AddedDate><AssetID>17</AssetID><AssetName>sample string 19</AssetName><FileHeight>10</FileHeight><FileUrl>sample string 8</FileUrl><FileWidth>9</FileWidth><FloorPlanFileID>3</FloorPlanFileID><IsActive>true</IsActive><IsDeleted>true</IsDeleted><LocationFloorPlanID>2</LocationFloorPlanID><LocationFloorPlanPointsID>1</LocationFloorPlanPointsID><LocationID>4</LocationID><ModifiedBy>16</ModifiedBy><ModifiedDate>sample string 14</ModifiedDate><SerialNo>sample string 18</SerialNo><Title>sample string 5</Title><XCord>6</XCord><YCord>7</YCord></FloorPlanPinPoint><FloorPlanPinPoint><AddedBy>15</AddedBy><AddedDate>sample string 13</AddedDate><AssetID>17</AssetID><AssetName>sample string 19</AssetName><FileHeight>10</FileHeight><FileUrl>sample string 8</FileUrl><FileWidth>9</FileWidth><FloorPlanFileID>3</FloorPlanFileID><IsActive>true</IsActive><IsDeleted>true</IsDeleted><LocationFloorPlanID>2</LocationFloorPlanID><LocationFloorPlanPointsID>1</LocationFloorPlanPointsID><LocationID>4</LocationID><ModifiedBy>16</ModifiedBy><ModifiedDate>sample string 14</ModifiedDate><SerialNo>sample string 18</SerialNo><Title>sample string 5</Title><XCord>6</XCord><YCord>7</YCord></FloorPlanPinPoint></FloorPlanPinPoint><LocationFloorPlanID>2</LocationFloorPlanID><ModifiedDate>sample string 8</ModifiedDate><PinCoordinates>sample string 11</PinCoordinates><RenamedFileName>sample string 4</RenamedFileName></FloorPlanFileList></FileList><FloorPlanArea>sample string 2</FloorPlanArea><FloorPlanDescription>sample string 3</FloorPlanDescription><FloorPlanID>1</FloorPlanID><FloorPlanName>sample string 1</FloorPlanName><IsEmergency>true</IsEmergency><LocationID>1</LocationID><ModifiedDate>sample string 7</ModifiedDate></FloorPlanDM><FloorPlanDM><Active>true</Active><AddedDate>sample string 6</AddedDate><Deleted>true</Deleted><FileList><FloorPlanFileList><Active>true</Active><ActualFileName>sample string 3</ActualFileName><AddedDate>sample string 7</AddedDate><Coordinates>sample string 9</Coordinates><Deleted>true</Deleted><FileURL>sample string 10</FileURL><FloorPlanFileID>1</FloorPlanFileID><FloorPlanPinPoint><FloorPlanPinPoint><AddedBy>15</AddedBy><AddedDate>sample string 13</AddedDate><AssetID>17</AssetID><AssetName>sample string 19</AssetName><FileHeight>10</FileHeight><FileUrl>sample string 8</FileUrl><FileWidth>9</FileWidth><FloorPlanFileID>3</FloorPlanFileID><IsActive>true</IsActive><IsDeleted>true</IsDeleted><LocationFloorPlanID>2</LocationFloorPlanID><LocationFloorPlanPointsID>1</LocationFloorPlanPointsID><LocationID>4</LocationID><ModifiedBy>16</ModifiedBy><ModifiedDate>sample string 14</ModifiedDate><SerialNo>sample string 18</SerialNo><Title>sample string 5</Title><XCord>6</XCord><YCord>7</YCord></FloorPlanPinPoint><FloorPlanPinPoint><AddedBy>15</AddedBy><AddedDate>sample string 13</AddedDate><AssetID>17</AssetID><AssetName>sample string 19</AssetName><FileHeight>10</FileHeight><FileUrl>sample string 8</FileUrl><FileWidth>9</FileWidth><FloorPlanFileID>3</FloorPlanFileID><IsActive>true</IsActive><IsDeleted>true</IsDeleted><LocationFloorPlanID>2</LocationFloorPlanID><LocationFloorPlanPointsID>1</LocationFloorPlanPointsID><LocationID>4</LocationID><ModifiedBy>16</ModifiedBy><ModifiedDate>sample string 14</ModifiedDate><SerialNo>sample string 18</SerialNo><Title>sample string 5</Title><XCord>6</XCord><YCord>7</YCord></FloorPlanPinPoint></FloorPlanPinPoint><LocationFloorPlanID>2</LocationFloorPlanID><ModifiedDate>sample string 8</ModifiedDate><PinCoordinates>sample string 11</PinCoordinates><RenamedFileName>sample string 4</RenamedFileName></FloorPlanFileList><FloorPlanFileList><Active>true</Active><ActualFileName>sample string 3</ActualFileName><AddedDate>sample string 7</AddedDate><Coordinates>sample string 9</Coordinates><Deleted>true</Deleted><FileURL>sample string 10</FileURL><FloorPlanFileID>1</FloorPlanFileID><FloorPlanPinPoint><FloorPlanPinPoint><AddedBy>15</AddedBy><AddedDate>sample string 13</AddedDate><AssetID>17</AssetID><AssetName>sample string 19</AssetName><FileHeight>10</FileHeight><FileUrl>sample string 8</FileUrl><FileWidth>9</FileWidth><FloorPlanFileID>3</FloorPlanFileID><IsActive>true</IsActive><IsDeleted>true</IsDeleted><LocationFloorPlanID>2</LocationFloorPlanID><LocationFloorPlanPointsID>1</LocationFloorPlanPointsID><LocationID>4</LocationID><ModifiedBy>16</ModifiedBy><ModifiedDate>sample string 14</ModifiedDate><SerialNo>sample string 18</SerialNo><Title>sample string 5</Title><XCord>6</XCord><YCord>7</YCord></FloorPlanPinPoint><FloorPlanPinPoint><AddedBy>15</AddedBy><AddedDate>sample string 13</AddedDate><AssetID>17</AssetID><AssetName>sample string 19</AssetName><FileHeight>10</FileHeight><FileUrl>sample string 8</FileUrl><FileWidth>9</FileWidth><FloorPlanFileID>3</FloorPlanFileID><IsActive>true</IsActive><IsDeleted>true</IsDeleted><LocationFloorPlanID>2</LocationFloorPlanID><LocationFloorPlanPointsID>1</LocationFloorPlanPointsID><LocationID>4</LocationID><ModifiedBy>16</ModifiedBy><ModifiedDate>sample string 14</ModifiedDate><SerialNo>sample string 18</SerialNo><Title>sample string 5</Title><XCord>6</XCord><YCord>7</YCord></FloorPlanPinPoint></FloorPlanPinPoint><LocationFloorPlanID>2</LocationFloorPlanID><ModifiedDate>sample string 8</ModifiedDate><PinCoordinates>sample string 11</PinCoordinates><RenamedFileName>sample string 4</RenamedFileName></FloorPlanFileList></FileList><FloorPlanArea>sample string 2</FloorPlanArea><FloorPlanDescription>sample string 3</FloorPlanDescription><FloorPlanID>1</FloorPlanID><FloorPlanName>sample string 1</FloorPlanName><IsEmergency>true</IsEmergency><LocationID>1</LocationID><ModifiedDate>sample string 7</ModifiedDate></FloorPlanDM></FloorPlanDM></FloorPlanDataModel>