GET odata/TempLivings

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of TempLiving
NameDescriptionTypeAdditional information
TempLivingID

integer

None.

AuthorizationID

string

Required

String length: inclusive between 0 and 20

MoveToCity

string

String length: inclusive between 0 and 50

MoveToState

string

String length: inclusive between 0 and 2

DaysAllowed

integer

None.

CostCap

decimal number

None.

EstMoveInDate

date

None.

EstMoveOutDate

date

None.

ActMoveInDate

date

None.

ActMoveOutDate

date

None.

DaysUsed

integer

None.

ExceptionDays

integer

None.

ExceptionApproved

string

String length: inclusive between 0 and 1

ExcessToEE

string

String length: inclusive between 0 and 1

OnHold

string

String length: inclusive between 0 and 1

CancelledDate

date

None.

NAdults

integer

None.

NChildren

integer

None.

NBedrooms

integer

None.

NPets

integer

None.

NPetType1

string

String length: inclusive between 0 and 20

NPetType2

string

String length: inclusive between 0 and 20

NPetType3

string

String length: inclusive between 0 and 20

NPetWgt1

integer

None.

NPetWgt2

integer

None.

NPetWgt3

integer

None.

NInternetAccess

string

String length: inclusive between 0 and 1

NLocation

string

String length: inclusive between 0 and 254

NSpecialNeeds

string

String length: inclusive between 0 and 254

NPetNotes1

string

String length: inclusive between 0 and 50

NPetNotes2

string

String length: inclusive between 0 and 50

NPetNotes3

string

String length: inclusive between 0 and 50

AssignmentType

string

String length: inclusive between 0 and 50

daysNeeded

integer

None.

ID

integer

None.

Item

Object

None.

Response Formats

application/json, text/json

Sample:
[
  null,
  {
    "TempLivingID": 1,
    "AuthorizationID": "sample string 2",
    "MoveToCity": "sample string 3",
    "MoveToState": "sample string 4",
    "DaysAllowed": 1,
    "CostCap": 1.0,
    "EstMoveInDate": "2025-05-09T18:03:33.4379385+00:00",
    "EstMoveOutDate": "2025-05-09T18:03:33.4379385+00:00",
    "ActMoveInDate": "2025-05-09T18:03:33.4379385+00:00",
    "ActMoveOutDate": "2025-05-09T18:03:33.4379385+00:00",
    "DaysUsed": 1,
    "ExceptionDays": 1,
    "ExceptionApproved": "sample string 5",
    "ExcessToEE": "sample string 6",
    "OnHold": "sample string 7",
    "CancelledDate": "2025-05-09T18:03:33.4379385+00:00",
    "NAdults": 1,
    "NChildren": 1,
    "NBedrooms": 1,
    "NPets": 1,
    "NPetType1": "sample string 8",
    "NPetType2": "sample string 9",
    "NPetType3": "sample string 10",
    "NPetWgt1": 1,
    "NPetWgt2": 1,
    "NPetWgt3": 1,
    "NInternetAccess": "sample string 11",
    "NLocation": "sample string 12",
    "NSpecialNeeds": "sample string 13",
    "NPetNotes1": "sample string 14",
    "NPetNotes2": "sample string 15",
    "NPetNotes3": "sample string 16",
    "AssignmentType": "sample string 17",
    "daysNeeded": 1,
    "ID": 18
  }
]

application/xml, text/xml

Sample:
<ArrayOfTempLiving xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Fabric">
  <TempLiving i:nil="true" />
  <TempLiving>
    <ActMoveInDate>2025-05-09T18:03:33.4379385+00:00</ActMoveInDate>
    <ActMoveOutDate>2025-05-09T18:03:33.4379385+00:00</ActMoveOutDate>
    <AssignmentType>sample string 17</AssignmentType>
    <AuthorizationID>sample string 2</AuthorizationID>
    <CancelledDate>2025-05-09T18:03:33.4379385+00:00</CancelledDate>
    <CostCap>1</CostCap>
    <DaysAllowed>1</DaysAllowed>
    <DaysUsed>1</DaysUsed>
    <EstMoveInDate>2025-05-09T18:03:33.4379385+00:00</EstMoveInDate>
    <EstMoveOutDate>2025-05-09T18:03:33.4379385+00:00</EstMoveOutDate>
    <ExceptionApproved>sample string 5</ExceptionApproved>
    <ExceptionDays>1</ExceptionDays>
    <ExcessToEE>sample string 6</ExcessToEE>
    <ID>18</ID>
    <MoveToCity>sample string 3</MoveToCity>
    <MoveToState>sample string 4</MoveToState>
    <NAdults>1</NAdults>
    <NBedrooms>1</NBedrooms>
    <NChildren>1</NChildren>
    <NInternetAccess>sample string 11</NInternetAccess>
    <NLocation>sample string 12</NLocation>
    <NPetNotes1>sample string 14</NPetNotes1>
    <NPetNotes2>sample string 15</NPetNotes2>
    <NPetNotes3>sample string 16</NPetNotes3>
    <NPetType1>sample string 8</NPetType1>
    <NPetType2>sample string 9</NPetType2>
    <NPetType3>sample string 10</NPetType3>
    <NPetWgt1>1</NPetWgt1>
    <NPetWgt2>1</NPetWgt2>
    <NPetWgt3>1</NPetWgt3>
    <NPets>1</NPets>
    <NSpecialNeeds>sample string 13</NSpecialNeeds>
    <OnHold>sample string 7</OnHold>
    <TempLivingID>1</TempLivingID>
    <daysNeeded>1</daysNeeded>
  </TempLiving>
</ArrayOfTempLiving>