GET mobileKT/Properties

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of PropertyKeyLogicModel
NameDescriptionTypeAdditional information
State

LEDState

None.

ID

integer

None.

PropertyID

integer

None.

KeyNumber

string

None.

KeyDescription

string

None.

Deleted

boolean

None.

KeyImage

string

None.

UniqueID

string

None.

Position

integer

None.

CurrentPosition

integer

None.

CabinetID

integer

None.

CurrentCabinetID

integer

None.

LedState

KeyWhereLedState

None.

Prefix

string

None.

Value

integer

None.

Suffix

string

None.

AgentID

globally unique identifier

None.

Address

string

None.

KeyLoanID

integer

None.

Overdue

boolean

None.

DueBackDateUTC

date

None.

BorrowedBy

string

None.

BorrowerMobile

string

None.

BorrowerEmail

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "State": 0,
    "ID": 1,
    "PropertyID": 2,
    "KeyNumber": "sample string 3",
    "KeyDescription": "sample string 4",
    "Deleted": true,
    "KeyImage": "sample string 6",
    "UniqueID": "sample string 7",
    "Position": 8,
    "CurrentPosition": 9,
    "CabinetID": 10,
    "CurrentCabinetID": 11,
    "LedState": 0,
    "Prefix": "sample string 12",
    "Value": 13,
    "Suffix": "sample string 14",
    "AgentID": "a200948b-2c3e-4229-ad05-0dc10bda6131",
    "Address": "sample string 16",
    "KeyLoanID": 17,
    "Overdue": true,
    "DueBackDateUTC": "2024-09-19T18:14:07.1105494+00:00",
    "BorrowedBy": "sample string 20",
    "BorrowerMobile": "sample string 21",
    "BorrowerEmail": "sample string 22"
  },
  {
    "State": 0,
    "ID": 1,
    "PropertyID": 2,
    "KeyNumber": "sample string 3",
    "KeyDescription": "sample string 4",
    "Deleted": true,
    "KeyImage": "sample string 6",
    "UniqueID": "sample string 7",
    "Position": 8,
    "CurrentPosition": 9,
    "CabinetID": 10,
    "CurrentCabinetID": 11,
    "LedState": 0,
    "Prefix": "sample string 12",
    "Value": 13,
    "Suffix": "sample string 14",
    "AgentID": "a200948b-2c3e-4229-ad05-0dc10bda6131",
    "Address": "sample string 16",
    "KeyLoanID": 17,
    "Overdue": true,
    "DueBackDateUTC": "2024-09-19T18:14:07.1105494+00:00",
    "BorrowedBy": "sample string 20",
    "BorrowerMobile": "sample string 21",
    "BorrowerEmail": "sample string 22"
  }
]

application/xml, text/xml

Sample:
<ArrayOfPropertyKeyLogicModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRE.Business.KeyTracker.LogicModels.PropertyKey">
  <PropertyKeyLogicModel>
    <Address xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models.Key">sample string 16</Address>
    <AgentID xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models.Key">a200948b-2c3e-4229-ad05-0dc10bda6131</AgentID>
    <BorrowedBy xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models.Key">sample string 20</BorrowedBy>
    <BorrowerEmail xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models.Key">sample string 22</BorrowerEmail>
    <BorrowerMobile xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models.Key">sample string 21</BorrowerMobile>
    <CabinetID xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models.Key">10</CabinetID>
    <CurrentCabinetID xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models.Key">11</CurrentCabinetID>
    <CurrentPosition xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models.Key">9</CurrentPosition>
    <Deleted xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models.Key">true</Deleted>
    <DueBackDateUTC xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models.Key">2024-09-19T18:14:07.1105494+00:00</DueBackDateUTC>
    <ID xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models.Key">1</ID>
    <KeyDescription xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models.Key">sample string 4</KeyDescription>
    <KeyImage xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models.Key">sample string 6</KeyImage>
    <KeyLoanID xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models.Key">17</KeyLoanID>
    <KeyNumber xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models.Key">sample string 3</KeyNumber>
    <LedState xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models.Key">Off</LedState>
    <Overdue xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models.Key">true</Overdue>
    <Position xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models.Key">8</Position>
    <Prefix xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models.Key">sample string 12</Prefix>
    <PropertyID xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models.Key">2</PropertyID>
    <Suffix xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models.Key">sample string 14</Suffix>
    <UniqueID xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models.Key">sample string 7</UniqueID>
    <Value xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models.Key">13</Value>
    <State>Off</State>
  </PropertyKeyLogicModel>
  <PropertyKeyLogicModel>
    <Address xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models.Key">sample string 16</Address>
    <AgentID xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models.Key">a200948b-2c3e-4229-ad05-0dc10bda6131</AgentID>
    <BorrowedBy xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models.Key">sample string 20</BorrowedBy>
    <BorrowerEmail xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models.Key">sample string 22</BorrowerEmail>
    <BorrowerMobile xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models.Key">sample string 21</BorrowerMobile>
    <CabinetID xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models.Key">10</CabinetID>
    <CurrentCabinetID xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models.Key">11</CurrentCabinetID>
    <CurrentPosition xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models.Key">9</CurrentPosition>
    <Deleted xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models.Key">true</Deleted>
    <DueBackDateUTC xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models.Key">2024-09-19T18:14:07.1105494+00:00</DueBackDateUTC>
    <ID xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models.Key">1</ID>
    <KeyDescription xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models.Key">sample string 4</KeyDescription>
    <KeyImage xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models.Key">sample string 6</KeyImage>
    <KeyLoanID xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models.Key">17</KeyLoanID>
    <KeyNumber xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models.Key">sample string 3</KeyNumber>
    <LedState xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models.Key">Off</LedState>
    <Overdue xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models.Key">true</Overdue>
    <Position xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models.Key">8</Position>
    <Prefix xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models.Key">sample string 12</Prefix>
    <PropertyID xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models.Key">2</PropertyID>
    <Suffix xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models.Key">sample string 14</Suffix>
    <UniqueID xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models.Key">sample string 7</UniqueID>
    <Value xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models.Key">13</Value>
    <State>Off</State>
  </PropertyKeyLogicModel>
</ArrayOfPropertyKeyLogicModel>

multipart/form-data

Sample:
<ArrayOfPropertyKeyLogicModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRE.Business.KeyTracker.LogicModels.PropertyKey"><PropertyKeyLogicModel><Address xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models.Key">sample string 16</Address><AgentID xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models.Key">a200948b-2c3e-4229-ad05-0dc10bda6131</AgentID><BorrowedBy xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models.Key">sample string 20</BorrowedBy><BorrowerEmail xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models.Key">sample string 22</BorrowerEmail><BorrowerMobile xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models.Key">sample string 21</BorrowerMobile><CabinetID xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models.Key">10</CabinetID><CurrentCabinetID xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models.Key">11</CurrentCabinetID><CurrentPosition xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models.Key">9</CurrentPosition><Deleted xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models.Key">true</Deleted><DueBackDateUTC xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models.Key">2024-09-19T18:14:07.1105494+00:00</DueBackDateUTC><ID xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models.Key">1</ID><KeyDescription xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models.Key">sample string 4</KeyDescription><KeyImage xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models.Key">sample string 6</KeyImage><KeyLoanID xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models.Key">17</KeyLoanID><KeyNumber xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models.Key">sample string 3</KeyNumber><LedState xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models.Key">Off</LedState><Overdue xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models.Key">true</Overdue><Position xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models.Key">8</Position><Prefix xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models.Key">sample string 12</Prefix><PropertyID xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models.Key">2</PropertyID><Suffix xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models.Key">sample string 14</Suffix><UniqueID xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models.Key">sample string 7</UniqueID><Value xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models.Key">13</Value><State>Off</State></PropertyKeyLogicModel><PropertyKeyLogicModel><Address xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models.Key">sample string 16</Address><AgentID xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models.Key">a200948b-2c3e-4229-ad05-0dc10bda6131</AgentID><BorrowedBy xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models.Key">sample string 20</BorrowedBy><BorrowerEmail xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models.Key">sample string 22</BorrowerEmail><BorrowerMobile xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models.Key">sample string 21</BorrowerMobile><CabinetID xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models.Key">10</CabinetID><CurrentCabinetID xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models.Key">11</CurrentCabinetID><CurrentPosition xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models.Key">9</CurrentPosition><Deleted xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models.Key">true</Deleted><DueBackDateUTC xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models.Key">2024-09-19T18:14:07.1105494+00:00</DueBackDateUTC><ID xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models.Key">1</ID><KeyDescription xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models.Key">sample string 4</KeyDescription><KeyImage xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models.Key">sample string 6</KeyImage><KeyLoanID xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models.Key">17</KeyLoanID><KeyNumber xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models.Key">sample string 3</KeyNumber><LedState xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models.Key">Off</LedState><Overdue xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models.Key">true</Overdue><Position xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models.Key">8</Position><Prefix xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models.Key">sample string 12</Prefix><PropertyID xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models.Key">2</PropertyID><Suffix xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models.Key">sample string 14</Suffix><UniqueID xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models.Key">sample string 7</UniqueID><Value xmlns="http://schemas.datacontract.org/2004/07/IRE.Data.KeyTracker.Models.Key">13</Value><State>Off</State></PropertyKeyLogicModel></ArrayOfPropertyKeyLogicModel>