POST 17.0/database/propertyparticularstemplates

Description

Create Property Particulars Templates

URI Parameters

None.

Name Description Type Additional information
ID

integer

None.

Description

string

String length: inclusive between 0 and 50

FileName

string

String length: inclusive between 0 and 255

Picture1Width

integer

None.

Picture1Height

integer

None.

PicturesWidth

integer

None.

PicturesHeight

integer

None.

FloorPlanWidth

integer

None.

FloorPlanHeight

integer

None.

Picture2Width

integer

None.

Picture3Width

integer

None.

Picture4Width

integer

None.

EnergyGraphWidth

integer

None.

MapWidth

integer

None.

AttachEPC

byte

None.

MergeFields

string

None.

InActive

byte

None.

application/json, text/json

Sample:
{
  "id": 1,
  "description": "sample string 1",
  "fileName": "sample string 2",
  "picture1Width": 1,
  "picture1Height": 1,
  "picturesWidth": 1,
  "picturesHeight": 1,
  "floorPlanWidth": 1,
  "floorPlanHeight": 1,
  "picture2Width": 1,
  "picture3Width": 1,
  "picture4Width": 1,
  "energyGraphWidth": 1,
  "mapWidth": 1,
  "attachEPC": 64,
  "mergeFields": "sample string 3",
  "inActive": 64
}

application/xml, text/xml

Sample:
<PropertyParticularsTemplatesUpdate xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ID>1</ID>
  <Description>sample string 1</Description>
  <FileName>sample string 2</FileName>
  <Picture1Width>1</Picture1Width>
  <Picture1Height>1</Picture1Height>
  <PicturesWidth>1</PicturesWidth>
  <PicturesHeight>1</PicturesHeight>
  <FloorPlanWidth>1</FloorPlanWidth>
  <FloorPlanHeight>1</FloorPlanHeight>
  <Picture2Width>1</Picture2Width>
  <Picture3Width>1</Picture3Width>
  <Picture4Width>1</Picture4Width>
  <EnergyGraphWidth>1</EnergyGraphWidth>
  <MapWidth>1</MapWidth>
  <AttachEPC>64</AttachEPC>
  <MergeFields>sample string 3</MergeFields>
  <InActive>64</InActive>
</PropertyParticularsTemplatesUpdate>

application/x-www-form-urlencoded

Sample:

Sample not available.

Name Description Type Additional information
ID

integer

None.

Description

string

String length: inclusive between 0 and 50

FileName

string

String length: inclusive between 0 and 255

Picture1Width

integer

None.

Picture1Height

integer

None.

PicturesWidth

integer

None.

PicturesHeight

integer

None.

FloorPlanWidth

integer

None.

FloorPlanHeight

integer

None.

Picture2Width

integer

None.

Picture3Width

integer

None.

Picture4Width

integer

None.

EnergyGraphWidth

integer

None.

MapWidth

integer

None.

AttachEPC

byte

None.

MergeFields

string

None.

InActive

byte

None.

application/json, text/json

Sample:
{
  "id": 1,
  "description": "sample string 2",
  "fileName": "sample string 3",
  "picture1Width": 4,
  "picture1Height": 5,
  "picturesWidth": 6,
  "picturesHeight": 7,
  "floorPlanWidth": 8,
  "floorPlanHeight": 9,
  "picture2Width": 10,
  "picture3Width": 11,
  "picture4Width": 12,
  "energyGraphWidth": 13,
  "mapWidth": 14,
  "attachEPC": 64,
  "mergeFields": "sample string 16",
  "inActive": 64
}

application/xml, text/xml

Sample:
<PropertyParticularsTemplates xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ID>1</ID>
  <Description>sample string 2</Description>
  <FileName>sample string 3</FileName>
  <Picture1Width>4</Picture1Width>
  <Picture1Height>5</Picture1Height>
  <PicturesWidth>6</PicturesWidth>
  <PicturesHeight>7</PicturesHeight>
  <FloorPlanWidth>8</FloorPlanWidth>
  <FloorPlanHeight>9</FloorPlanHeight>
  <Picture2Width>10</Picture2Width>
  <Picture3Width>11</Picture3Width>
  <Picture4Width>12</Picture4Width>
  <EnergyGraphWidth>13</EnergyGraphWidth>
  <MapWidth>14</MapWidth>
  <AttachEPC>64</AttachEPC>
  <MergeFields>sample string 16</MergeFields>
  <InActive>64</InActive>
</PropertyParticularsTemplates>