GET odata/TempLivingDetails

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of TempLivingDetail
NameDescriptionTypeAdditional information
TempLivingID

integer

None.

VAptID

integer

None.

ComplexUnitNbr

string

String length: inclusive between 0 and 15

DateAssigned

date

None.

DateCancelled

date

None.

DateNoticeGiven

date

None.

CostPerDay

decimal number

None.

DepositAmount

decimal number

None.

NoticeToVacate

string

String length: inclusive between 0 and 20

ComplexName

string

String length: inclusive between 0 and 75

ComplexAddress1

string

String length: inclusive between 0 and 50

ComplexAddress2

string

String length: inclusive between 0 and 50

ComplexCity

string

String length: inclusive between 0 and 50

ComplexState

string

String length: inclusive between 0 and 2

ComplexZip

string

String length: inclusive between 0 and 15

ComplexManagement

string

String length: inclusive between 0 and 50

ComplexPhone

string

String length: inclusive between 0 and 20

ComplexMobile

string

String length: inclusive between 0 and 20

ComplexEmergency

string

String length: inclusive between 0 and 50

SpecialInstructions

string

String length: inclusive between 0 and 255

InclLongDistance

string

String length: inclusive between 0 and 1

InclLocal

string

String length: inclusive between 0 and 1

InclCable

string

String length: inclusive between 0 and 1

InclInternet

string

String length: inclusive between 0 and 1

ExtraPaidByCo

string

String length: inclusive between 0 and 1

ExtraPaidByEE

string

String length: inclusive between 0 and 1

ActiveAssignment

integer

None.

VendorID

integer

None.

ActualMoveIn

date

None.

ActualMoveOut

date

None.

CurrencyCode_CostPerDay

string

String length: inclusive between 0 and 50

CurrencyCode_Deposit

string

String length: inclusive between 0 and 50

Active

string

String length: inclusive between 0 and 5

ComplexCountry

string

String length: inclusive between 0 and 20

VendorContactID

integer

None.

CostPerMonth

decimal number

None.

CurrencyCode_CostPerMonth

string

String length: inclusive between 0 and 50

HousingType

string

String length: inclusive between 0 and 50

DateNoticeDue

date

None.

ID

integer

None.

Item

Object

None.

Response Formats

application/json, text/json

Sample:
[
  null,
  {
    "TempLivingID": 1,
    "VAptID": 2,
    "ComplexUnitNbr": "sample string 3",
    "DateAssigned": "2025-05-09T18:03:33.0018597+00:00",
    "DateCancelled": "2025-05-09T18:03:33.0018597+00:00",
    "DateNoticeGiven": "2025-05-09T18:03:33.0018597+00:00",
    "CostPerDay": 1.0,
    "DepositAmount": 1.0,
    "NoticeToVacate": "sample string 4",
    "ComplexName": "sample string 5",
    "ComplexAddress1": "sample string 6",
    "ComplexAddress2": "sample string 7",
    "ComplexCity": "sample string 8",
    "ComplexState": "sample string 9",
    "ComplexZip": "sample string 10",
    "ComplexManagement": "sample string 11",
    "ComplexPhone": "sample string 12",
    "ComplexMobile": "sample string 13",
    "ComplexEmergency": "sample string 14",
    "SpecialInstructions": "sample string 15",
    "InclLongDistance": "sample string 16",
    "InclLocal": "sample string 17",
    "InclCable": "sample string 18",
    "InclInternet": "sample string 19",
    "ExtraPaidByCo": "sample string 20",
    "ExtraPaidByEE": "sample string 21",
    "ActiveAssignment": 1,
    "VendorID": 1,
    "ActualMoveIn": "2025-05-09T18:03:33.0018597+00:00",
    "ActualMoveOut": "2025-05-09T18:03:33.0018597+00:00",
    "CurrencyCode_CostPerDay": "sample string 22",
    "CurrencyCode_Deposit": "sample string 23",
    "Active": "sample string 24",
    "ComplexCountry": "sample string 25",
    "VendorContactID": 1,
    "CostPerMonth": 1.0,
    "CurrencyCode_CostPerMonth": "sample string 26",
    "HousingType": "sample string 27",
    "DateNoticeDue": "2025-05-09T18:03:33.0018597+00:00",
    "ID": 28
  }
]

application/xml, text/xml

Sample:
<ArrayOfTempLivingDetail xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Fabric">
  <TempLivingDetail i:nil="true" />
  <TempLivingDetail>
    <Active>sample string 24</Active>
    <ActiveAssignment>1</ActiveAssignment>
    <ActualMoveIn>2025-05-09T18:03:33.0018597+00:00</ActualMoveIn>
    <ActualMoveOut>2025-05-09T18:03:33.0018597+00:00</ActualMoveOut>
    <ComplexAddress1>sample string 6</ComplexAddress1>
    <ComplexAddress2>sample string 7</ComplexAddress2>
    <ComplexCity>sample string 8</ComplexCity>
    <ComplexCountry>sample string 25</ComplexCountry>
    <ComplexEmergency>sample string 14</ComplexEmergency>
    <ComplexManagement>sample string 11</ComplexManagement>
    <ComplexMobile>sample string 13</ComplexMobile>
    <ComplexName>sample string 5</ComplexName>
    <ComplexPhone>sample string 12</ComplexPhone>
    <ComplexState>sample string 9</ComplexState>
    <ComplexUnitNbr>sample string 3</ComplexUnitNbr>
    <ComplexZip>sample string 10</ComplexZip>
    <CostPerDay>1</CostPerDay>
    <CostPerMonth>1</CostPerMonth>
    <CurrencyCode_CostPerDay>sample string 22</CurrencyCode_CostPerDay>
    <CurrencyCode_CostPerMonth>sample string 26</CurrencyCode_CostPerMonth>
    <CurrencyCode_Deposit>sample string 23</CurrencyCode_Deposit>
    <DateAssigned>2025-05-09T18:03:33.0018597+00:00</DateAssigned>
    <DateCancelled>2025-05-09T18:03:33.0018597+00:00</DateCancelled>
    <DateNoticeDue>2025-05-09T18:03:33.0018597+00:00</DateNoticeDue>
    <DateNoticeGiven>2025-05-09T18:03:33.0018597+00:00</DateNoticeGiven>
    <DepositAmount>1</DepositAmount>
    <ExtraPaidByCo>sample string 20</ExtraPaidByCo>
    <ExtraPaidByEE>sample string 21</ExtraPaidByEE>
    <HousingType>sample string 27</HousingType>
    <ID>28</ID>
    <InclCable>sample string 18</InclCable>
    <InclInternet>sample string 19</InclInternet>
    <InclLocal>sample string 17</InclLocal>
    <InclLongDistance>sample string 16</InclLongDistance>
    <NoticeToVacate>sample string 4</NoticeToVacate>
    <SpecialInstructions>sample string 15</SpecialInstructions>
    <TempLivingID>1</TempLivingID>
    <VAptID>2</VAptID>
    <VendorContactID>1</VendorContactID>
    <VendorID>1</VendorID>
  </TempLivingDetail>
</ArrayOfTempLivingDetail>