POST admin/locker/floorplandesign/save

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
inVO
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "floorplanId": "sample string 1",
  "networkId": "sample string 2",
  "roomId": "sample string 3",
  "floorplanName": "sample string 4",
  "roomName": "sample string 5",
  "elements": [
    {
      "id": "sample string 1",
      "type": "sample string 2",
      "name": "sample string 3",
      "x": 1.1,
      "y": 1.1,
      "width": 1.1,
      "height": 1.1,
      "rotation": 1.1,
      "properties": {
        "sample string 1": {},
        "sample string 3": {},
        "sample string 5": {}
      },
      "cells": [
        {
          "id": "sample string 1",
          "x": 1.1,
          "y": 1.1,
          "width": 1.1,
          "height": 1.1,
          "row": 1,
          "col": 1,
          "number": 1,
          "name": "sample string 2"
        },
        {
          "id": "sample string 1",
          "x": 1.1,
          "y": 1.1,
          "width": 1.1,
          "height": 1.1,
          "row": 1,
          "col": 1,
          "number": 1,
          "name": "sample string 2"
        },
        {
          "id": "sample string 1",
          "x": 1.1,
          "y": 1.1,
          "width": 1.1,
          "height": 1.1,
          "row": 1,
          "col": 1,
          "number": 1,
          "name": "sample string 2"
        }
      ],
      "isSplit": true,
      "rows": 1,
      "cols": 1
    },
    {
      "id": "sample string 1",
      "type": "sample string 2",
      "name": "sample string 3",
      "x": 1.1,
      "y": 1.1,
      "width": 1.1,
      "height": 1.1,
      "rotation": 1.1,
      "properties": {
        "sample string 1": {},
        "sample string 3": {},
        "sample string 5": {}
      },
      "cells": [
        {
          "id": "sample string 1",
          "x": 1.1,
          "y": 1.1,
          "width": 1.1,
          "height": 1.1,
          "row": 1,
          "col": 1,
          "number": 1,
          "name": "sample string 2"
        },
        {
          "id": "sample string 1",
          "x": 1.1,
          "y": 1.1,
          "width": 1.1,
          "height": 1.1,
          "row": 1,
          "col": 1,
          "number": 1,
          "name": "sample string 2"
        },
        {
          "id": "sample string 1",
          "x": 1.1,
          "y": 1.1,
          "width": 1.1,
          "height": 1.1,
          "row": 1,
          "col": 1,
          "number": 1,
          "name": "sample string 2"
        }
      ],
      "isSplit": true,
      "rows": 1,
      "cols": 1
    },
    {
      "id": "sample string 1",
      "type": "sample string 2",
      "name": "sample string 3",
      "x": 1.1,
      "y": 1.1,
      "width": 1.1,
      "height": 1.1,
      "rotation": 1.1,
      "properties": {
        "sample string 1": {},
        "sample string 3": {},
        "sample string 5": {}
      },
      "cells": [
        {
          "id": "sample string 1",
          "x": 1.1,
          "y": 1.1,
          "width": 1.1,
          "height": 1.1,
          "row": 1,
          "col": 1,
          "number": 1,
          "name": "sample string 2"
        },
        {
          "id": "sample string 1",
          "x": 1.1,
          "y": 1.1,
          "width": 1.1,
          "height": 1.1,
          "row": 1,
          "col": 1,
          "number": 1,
          "name": "sample string 2"
        },
        {
          "id": "sample string 1",
          "x": 1.1,
          "y": 1.1,
          "width": 1.1,
          "height": 1.1,
          "row": 1,
          "col": 1,
          "number": 1,
          "name": "sample string 2"
        }
      ],
      "isSplit": true,
      "rows": 1,
      "cols": 1
    }
  ],
  "canvasWidth": 1,
  "canvasHeight": 1,
  "curUserId": "sample string 6",
  "isSSO": true,
  "requestHost": "sample string 8",
  "applicationPath": "sample string 9",
  "secureApplicationPath": "sample string 10",
  "absoluteApplicationPath": "sample string 11",
  "isHttps": true,
  "isMobileDevice": true,
  "isElectron": true,
  "isFullEmbed": true,
  "clientType": 0,
  "clientVersion": "sample string 16",
  "clientOS": "sample string 17",
  "clientBuild": "sample string 18",
  "premiumAppId": "sample string 19",
  "clientWidth": 20,
  "clientHeight": 21,
  "timezone": 22
}

application/xml, text/xml

Sample:
<FloorplanDesignSaveInVO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input.Admin.Locker">
  <ClientHeight xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">21</ClientHeight>
  <ClientType xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">Site</ClientType>
  <ClientWidth xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">20</ClientWidth>
  <absoluteApplicationPath xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">sample string 11</absoluteApplicationPath>
  <applicationPath xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">sample string 9</applicationPath>
  <cachedKey xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">sample string 1</cachedKey>
  <clientBuild xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">sample string 18</clientBuild>
  <clientOS xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">sample string 17</clientOS>
  <clientVersion xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">sample string 16</clientVersion>
  <curUserId xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">sample string 6</curUserId>
  <isElectron xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">true</isElectron>
  <isFullEmbed xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">true</isFullEmbed>
  <isHttps xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">true</isHttps>
  <isMobileDevice xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">true</isMobileDevice>
  <isSSO xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">true</isSSO>
  <premiumAppId xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">sample string 19</premiumAppId>
  <requestHost xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">sample string 8</requestHost>
  <secureApplicationPath xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">sample string 10</secureApplicationPath>
  <timezone xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">22</timezone>
  <CanvasHeight>1</CanvasHeight>
  <CanvasWidth>1</CanvasWidth>
  <Elements>
    <FloorplanElementVO>
      <Cells>
        <FloorplanCellVO>
          <Col>1</Col>
          <Height>1.1</Height>
          <Id>sample string 1</Id>
          <Name>sample string 2</Name>
          <Number>1</Number>
          <Row>1</Row>
          <Width>1.1</Width>
          <X>1.1</X>
          <Y>1.1</Y>
        </FloorplanCellVO>
        <FloorplanCellVO>
          <Col>1</Col>
          <Height>1.1</Height>
          <Id>sample string 1</Id>
          <Name>sample string 2</Name>
          <Number>1</Number>
          <Row>1</Row>
          <Width>1.1</Width>
          <X>1.1</X>
          <Y>1.1</Y>
        </FloorplanCellVO>
        <FloorplanCellVO>
          <Col>1</Col>
          <Height>1.1</Height>
          <Id>sample string 1</Id>
          <Name>sample string 2</Name>
          <Number>1</Number>
          <Row>1</Row>
          <Width>1.1</Width>
          <X>1.1</X>
          <Y>1.1</Y>
        </FloorplanCellVO>
      </Cells>
      <Cols>1</Cols>
      <Height>1.1</Height>
      <Id>sample string 1</Id>
      <IsSplit>true</IsSplit>
      <Name>sample string 3</Name>
      <Properties xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:KeyValueOfstringanyType>
          <d4p1:Key>sample string 1</d4p1:Key>
          <d4p1:Value />
        </d4p1:KeyValueOfstringanyType>
        <d4p1:KeyValueOfstringanyType>
          <d4p1:Key>sample string 3</d4p1:Key>
          <d4p1:Value />
        </d4p1:KeyValueOfstringanyType>
        <d4p1:KeyValueOfstringanyType>
          <d4p1:Key>sample string 5</d4p1:Key>
          <d4p1:Value />
        </d4p1:KeyValueOfstringanyType>
      </Properties>
      <Rotation>1.1</Rotation>
      <Rows>1</Rows>
      <Type>sample string 2</Type>
      <Width>1.1</Width>
      <X>1.1</X>
      <Y>1.1</Y>
    </FloorplanElementVO>
    <FloorplanElementVO>
      <Cells>
        <FloorplanCellVO>
          <Col>1</Col>
          <Height>1.1</Height>
          <Id>sample string 1</Id>
          <Name>sample string 2</Name>
          <Number>1</Number>
          <Row>1</Row>
          <Width>1.1</Width>
          <X>1.1</X>
          <Y>1.1</Y>
        </FloorplanCellVO>
        <FloorplanCellVO>
          <Col>1</Col>
          <Height>1.1</Height>
          <Id>sample string 1</Id>
          <Name>sample string 2</Name>
          <Number>1</Number>
          <Row>1</Row>
          <Width>1.1</Width>
          <X>1.1</X>
          <Y>1.1</Y>
        </FloorplanCellVO>
        <FloorplanCellVO>
          <Col>1</Col>
          <Height>1.1</Height>
          <Id>sample string 1</Id>
          <Name>sample string 2</Name>
          <Number>1</Number>
          <Row>1</Row>
          <Width>1.1</Width>
          <X>1.1</X>
          <Y>1.1</Y>
        </FloorplanCellVO>
      </Cells>
      <Cols>1</Cols>
      <Height>1.1</Height>
      <Id>sample string 1</Id>
      <IsSplit>true</IsSplit>
      <Name>sample string 3</Name>
      <Properties xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:KeyValueOfstringanyType>
          <d4p1:Key>sample string 1</d4p1:Key>
          <d4p1:Value />
        </d4p1:KeyValueOfstringanyType>
        <d4p1:KeyValueOfstringanyType>
          <d4p1:Key>sample string 3</d4p1:Key>
          <d4p1:Value />
        </d4p1:KeyValueOfstringanyType>
        <d4p1:KeyValueOfstringanyType>
          <d4p1:Key>sample string 5</d4p1:Key>
          <d4p1:Value />
        </d4p1:KeyValueOfstringanyType>
      </Properties>
      <Rotation>1.1</Rotation>
      <Rows>1</Rows>
      <Type>sample string 2</Type>
      <Width>1.1</Width>
      <X>1.1</X>
      <Y>1.1</Y>
    </FloorplanElementVO>
    <FloorplanElementVO>
      <Cells>
        <FloorplanCellVO>
          <Col>1</Col>
          <Height>1.1</Height>
          <Id>sample string 1</Id>
          <Name>sample string 2</Name>
          <Number>1</Number>
          <Row>1</Row>
          <Width>1.1</Width>
          <X>1.1</X>
          <Y>1.1</Y>
        </FloorplanCellVO>
        <FloorplanCellVO>
          <Col>1</Col>
          <Height>1.1</Height>
          <Id>sample string 1</Id>
          <Name>sample string 2</Name>
          <Number>1</Number>
          <Row>1</Row>
          <Width>1.1</Width>
          <X>1.1</X>
          <Y>1.1</Y>
        </FloorplanCellVO>
        <FloorplanCellVO>
          <Col>1</Col>
          <Height>1.1</Height>
          <Id>sample string 1</Id>
          <Name>sample string 2</Name>
          <Number>1</Number>
          <Row>1</Row>
          <Width>1.1</Width>
          <X>1.1</X>
          <Y>1.1</Y>
        </FloorplanCellVO>
      </Cells>
      <Cols>1</Cols>
      <Height>1.1</Height>
      <Id>sample string 1</Id>
      <IsSplit>true</IsSplit>
      <Name>sample string 3</Name>
      <Properties xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:KeyValueOfstringanyType>
          <d4p1:Key>sample string 1</d4p1:Key>
          <d4p1:Value />
        </d4p1:KeyValueOfstringanyType>
        <d4p1:KeyValueOfstringanyType>
          <d4p1:Key>sample string 3</d4p1:Key>
          <d4p1:Value />
        </d4p1:KeyValueOfstringanyType>
        <d4p1:KeyValueOfstringanyType>
          <d4p1:Key>sample string 5</d4p1:Key>
          <d4p1:Value />
        </d4p1:KeyValueOfstringanyType>
      </Properties>
      <Rotation>1.1</Rotation>
      <Rows>1</Rows>
      <Type>sample string 2</Type>
      <Width>1.1</Width>
      <X>1.1</X>
      <Y>1.1</Y>
    </FloorplanElementVO>
  </Elements>
  <FloorplanId>sample string 1</FloorplanId>
  <FloorplanName>sample string 4</FloorplanName>
  <NetworkId>sample string 2</NetworkId>
  <RoomId>sample string 3</RoomId>
  <RoomName>sample string 5</RoomName>
</FloorplanDesignSaveInVO>

application/x-www-form-urlencoded

Sample:

Sample not available.

multipart/form-data

Sample:
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="cachedKey"

sample string 1
--MultipartDataMediaFormatterBoundary1q2w3e--

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "isDone": true,
  "code": 0,
  "message": "sample string 2",
  "data": {},
  "cachedKey": "sample string 4",
  "correlationId": "60d701ab-feee-4862-9365-94157534620e",
  "jwtTokenForSPA": "sample string 6",
  "jwtTokenIndexForSPA": 1
}

application/xml, text/xml

Sample:
<ResultOutVO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Output.Common">
  <CachedKey>sample string 4</CachedKey>
  <Code>None</Code>
  <CorrelationId>60d701ab-feee-4862-9365-94157534620e</CorrelationId>
  <Data />
  <IsDone>true</IsDone>
  <JwtTokenForSPA>sample string 6</JwtTokenForSPA>
  <JwtTokenIndexForSPA>1</JwtTokenIndexForSPA>
  <Message>sample string 2</Message>
</ResultOutVO>

multipart/form-data

Sample:

Sample not available.