GET odata/TempLivingUtilities

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of TempLivingUtility
NameDescriptionTypeAdditional information
UtilityID

integer

None.

TempLivingID

integer

None.

AptID

integer

None.

ServiceType

string

String length: inclusive between 0 and 25

UtilityVendor

string

String length: inclusive between 0 and 50

UtilityAccountNbr

string

String length: inclusive between 0 and 50

PhoneNbr

string

String length: inclusive between 0 and 20

StartService

date

None.

StopService

date

None.

AdditionalInfo

string

String length: inclusive between 0 and 254

BillTo

string

String length: inclusive between 0 and 2

AptNbr

string

String length: inclusive between 0 and 25

VendorID

integer

None.

VendorContactID

integer

None.

ID

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "UtilityID": 1,
    "TempLivingID": 2,
    "AptID": 1,
    "ServiceType": "sample string 3",
    "UtilityVendor": "sample string 4",
    "UtilityAccountNbr": "sample string 5",
    "PhoneNbr": "sample string 6",
    "StartService": "2025-05-09T17:57:53.3755129+00:00",
    "StopService": "2025-05-09T17:57:53.3755129+00:00",
    "AdditionalInfo": "sample string 7",
    "BillTo": "sample string 8",
    "AptNbr": "sample string 9",
    "VendorID": 1,
    "VendorContactID": 1,
    "ID": 10
  },
  {
    "UtilityID": 1,
    "TempLivingID": 2,
    "AptID": 1,
    "ServiceType": "sample string 3",
    "UtilityVendor": "sample string 4",
    "UtilityAccountNbr": "sample string 5",
    "PhoneNbr": "sample string 6",
    "StartService": "2025-05-09T17:57:53.3755129+00:00",
    "StopService": "2025-05-09T17:57:53.3755129+00:00",
    "AdditionalInfo": "sample string 7",
    "BillTo": "sample string 8",
    "AptNbr": "sample string 9",
    "VendorID": 1,
    "VendorContactID": 1,
    "ID": 10
  }
]

application/xml, text/xml

Sample:
<ArrayOfTempLivingUtility xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Fabric">
  <TempLivingUtility>
    <AdditionalInfo>sample string 7</AdditionalInfo>
    <AptID>1</AptID>
    <AptNbr>sample string 9</AptNbr>
    <BillTo>sample string 8</BillTo>
    <ID>10</ID>
    <PhoneNbr>sample string 6</PhoneNbr>
    <ServiceType>sample string 3</ServiceType>
    <StartService>2025-05-09T17:57:53.3755129+00:00</StartService>
    <StopService>2025-05-09T17:57:53.3755129+00:00</StopService>
    <TempLivingID>2</TempLivingID>
    <UtilityAccountNbr>sample string 5</UtilityAccountNbr>
    <UtilityID>1</UtilityID>
    <UtilityVendor>sample string 4</UtilityVendor>
    <VendorContactID>1</VendorContactID>
    <VendorID>1</VendorID>
  </TempLivingUtility>
  <TempLivingUtility>
    <AdditionalInfo>sample string 7</AdditionalInfo>
    <AptID>1</AptID>
    <AptNbr>sample string 9</AptNbr>
    <BillTo>sample string 8</BillTo>
    <ID>10</ID>
    <PhoneNbr>sample string 6</PhoneNbr>
    <ServiceType>sample string 3</ServiceType>
    <StartService>2025-05-09T17:57:53.3755129+00:00</StartService>
    <StopService>2025-05-09T17:57:53.3755129+00:00</StopService>
    <TempLivingID>2</TempLivingID>
    <UtilityAccountNbr>sample string 5</UtilityAccountNbr>
    <UtilityID>1</UtilityID>
    <UtilityVendor>sample string 4</UtilityVendor>
    <VendorContactID>1</VendorContactID>
    <VendorID>1</VendorID>
  </TempLivingUtility>
</ArrayOfTempLivingUtility>