GET api/entry/GetAddressSummaryByContact?contactID={contactID}&showInactive={showInactive}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
contactID

integer

Required

showInactive

boolean

Required

Body Parameters

None.

Response Information

Resource Description

AddressSummaryByContactVM
NameDescriptionTypeAdditional information
AddressSummaryList

Collection of AddressSummaryByContactID

None.

Response Formats

application/json, text/json

Sample:
{
  "AddressSummaryList": [
    {
      "AddressID": 1,
      "IsExactAddress": true,
      "AddressType": "sample string 2",
      "ApartmentNo": "sample string 3",
      "StreetNo": "sample string 4",
      "Street": "sample string 5",
      "StreetType": "sample string 6",
      "UnitTypeCode": "sample string 7",
      "UnitNumber": "sample string 8",
      "LevelTypeCode": "sample string 9",
      "LevelNumber": "sample string 10",
      "Address": "sample string 11",
      "Suburb": "sample string 12",
      "State": "sample string 13",
      "Postcode": "sample string 14",
      "Country": "sample string 15",
      "AddressStatus": "sample string 16",
      "IsPrimary": true,
      "FullAddress": "sample string 17",
      "DataCleanseResponse": "sample string 18",
      "DataCleanseTS": "2025-09-02T23:08:50.6143588+00:00",
      "DataCleanse_PartnerID": 1,
      "BarCode": "sample string 19",
      "StartDate": "2025-09-02T23:08:50.6143588+00:00",
      "EndDate": "2025-09-02T23:08:50.6143588+00:00",
      "AddressDataVersion": "sample string 20",
      "IsOverseas": true,
      "IsMissing": true,
      "DPID": 1,
      "IsMatched": true,
      "IsRTS": true,
      "IsRTSTS": "2025-09-02T23:08:50.6143588+00:00",
      "IsRTSForReview": true,
      "IsRTSForReviewTS": "2025-09-02T23:08:50.6143588+00:00",
      "AddressTypeID": 21,
      "CountryID": 1,
      "StateID": 1
    },
    {
      "AddressID": 1,
      "IsExactAddress": true,
      "AddressType": "sample string 2",
      "ApartmentNo": "sample string 3",
      "StreetNo": "sample string 4",
      "Street": "sample string 5",
      "StreetType": "sample string 6",
      "UnitTypeCode": "sample string 7",
      "UnitNumber": "sample string 8",
      "LevelTypeCode": "sample string 9",
      "LevelNumber": "sample string 10",
      "Address": "sample string 11",
      "Suburb": "sample string 12",
      "State": "sample string 13",
      "Postcode": "sample string 14",
      "Country": "sample string 15",
      "AddressStatus": "sample string 16",
      "IsPrimary": true,
      "FullAddress": "sample string 17",
      "DataCleanseResponse": "sample string 18",
      "DataCleanseTS": "2025-09-02T23:08:50.6143588+00:00",
      "DataCleanse_PartnerID": 1,
      "BarCode": "sample string 19",
      "StartDate": "2025-09-02T23:08:50.6143588+00:00",
      "EndDate": "2025-09-02T23:08:50.6143588+00:00",
      "AddressDataVersion": "sample string 20",
      "IsOverseas": true,
      "IsMissing": true,
      "DPID": 1,
      "IsMatched": true,
      "IsRTS": true,
      "IsRTSTS": "2025-09-02T23:08:50.6143588+00:00",
      "IsRTSForReview": true,
      "IsRTSForReviewTS": "2025-09-02T23:08:50.6143588+00:00",
      "AddressTypeID": 21,
      "CountryID": 1,
      "StateID": 1
    }
  ]
}

application/xml, text/xml

Sample:
<AddressSummaryByContactVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Debtrak.BusinessObjects.ViewModels.Address">
  <AddressSummaryList xmlns:d2p1="http://schemas.datacontract.org/2004/07/Debtrak.BusinessObjects.Models.Address">
    <d2p1:AddressSummaryByContactID>
      <d2p1:Address>sample string 11</d2p1:Address>
      <d2p1:AddressDataVersion>sample string 20</d2p1:AddressDataVersion>
      <d2p1:AddressID>1</d2p1:AddressID>
      <d2p1:AddressStatus>sample string 16</d2p1:AddressStatus>
      <d2p1:AddressType>sample string 2</d2p1:AddressType>
      <d2p1:AddressTypeID>21</d2p1:AddressTypeID>
      <d2p1:ApartmentNo>sample string 3</d2p1:ApartmentNo>
      <d2p1:BarCode>sample string 19</d2p1:BarCode>
      <d2p1:Country>sample string 15</d2p1:Country>
      <d2p1:CountryID>1</d2p1:CountryID>
      <d2p1:DPID>1</d2p1:DPID>
      <d2p1:DataCleanseResponse>sample string 18</d2p1:DataCleanseResponse>
      <d2p1:DataCleanseTS>2025-09-02T23:08:50.6143588+00:00</d2p1:DataCleanseTS>
      <d2p1:DataCleanse_PartnerID>1</d2p1:DataCleanse_PartnerID>
      <d2p1:EndDate>2025-09-02T23:08:50.6143588+00:00</d2p1:EndDate>
      <d2p1:FullAddress>sample string 17</d2p1:FullAddress>
      <d2p1:IsExactAddress>true</d2p1:IsExactAddress>
      <d2p1:IsMatched>true</d2p1:IsMatched>
      <d2p1:IsMissing>true</d2p1:IsMissing>
      <d2p1:IsOverseas>true</d2p1:IsOverseas>
      <d2p1:IsPrimary>true</d2p1:IsPrimary>
      <d2p1:IsRTS>true</d2p1:IsRTS>
      <d2p1:IsRTSForReview>true</d2p1:IsRTSForReview>
      <d2p1:IsRTSForReviewTS>2025-09-02T23:08:50.6143588+00:00</d2p1:IsRTSForReviewTS>
      <d2p1:IsRTSTS>2025-09-02T23:08:50.6143588+00:00</d2p1:IsRTSTS>
      <d2p1:LevelNumber>sample string 10</d2p1:LevelNumber>
      <d2p1:LevelTypeCode>sample string 9</d2p1:LevelTypeCode>
      <d2p1:Postcode>sample string 14</d2p1:Postcode>
      <d2p1:StartDate>2025-09-02T23:08:50.6143588+00:00</d2p1:StartDate>
      <d2p1:State>sample string 13</d2p1:State>
      <d2p1:StateID>1</d2p1:StateID>
      <d2p1:Street>sample string 5</d2p1:Street>
      <d2p1:StreetNo>sample string 4</d2p1:StreetNo>
      <d2p1:StreetType>sample string 6</d2p1:StreetType>
      <d2p1:Suburb>sample string 12</d2p1:Suburb>
      <d2p1:UnitNumber>sample string 8</d2p1:UnitNumber>
      <d2p1:UnitTypeCode>sample string 7</d2p1:UnitTypeCode>
    </d2p1:AddressSummaryByContactID>
    <d2p1:AddressSummaryByContactID>
      <d2p1:Address>sample string 11</d2p1:Address>
      <d2p1:AddressDataVersion>sample string 20</d2p1:AddressDataVersion>
      <d2p1:AddressID>1</d2p1:AddressID>
      <d2p1:AddressStatus>sample string 16</d2p1:AddressStatus>
      <d2p1:AddressType>sample string 2</d2p1:AddressType>
      <d2p1:AddressTypeID>21</d2p1:AddressTypeID>
      <d2p1:ApartmentNo>sample string 3</d2p1:ApartmentNo>
      <d2p1:BarCode>sample string 19</d2p1:BarCode>
      <d2p1:Country>sample string 15</d2p1:Country>
      <d2p1:CountryID>1</d2p1:CountryID>
      <d2p1:DPID>1</d2p1:DPID>
      <d2p1:DataCleanseResponse>sample string 18</d2p1:DataCleanseResponse>
      <d2p1:DataCleanseTS>2025-09-02T23:08:50.6143588+00:00</d2p1:DataCleanseTS>
      <d2p1:DataCleanse_PartnerID>1</d2p1:DataCleanse_PartnerID>
      <d2p1:EndDate>2025-09-02T23:08:50.6143588+00:00</d2p1:EndDate>
      <d2p1:FullAddress>sample string 17</d2p1:FullAddress>
      <d2p1:IsExactAddress>true</d2p1:IsExactAddress>
      <d2p1:IsMatched>true</d2p1:IsMatched>
      <d2p1:IsMissing>true</d2p1:IsMissing>
      <d2p1:IsOverseas>true</d2p1:IsOverseas>
      <d2p1:IsPrimary>true</d2p1:IsPrimary>
      <d2p1:IsRTS>true</d2p1:IsRTS>
      <d2p1:IsRTSForReview>true</d2p1:IsRTSForReview>
      <d2p1:IsRTSForReviewTS>2025-09-02T23:08:50.6143588+00:00</d2p1:IsRTSForReviewTS>
      <d2p1:IsRTSTS>2025-09-02T23:08:50.6143588+00:00</d2p1:IsRTSTS>
      <d2p1:LevelNumber>sample string 10</d2p1:LevelNumber>
      <d2p1:LevelTypeCode>sample string 9</d2p1:LevelTypeCode>
      <d2p1:Postcode>sample string 14</d2p1:Postcode>
      <d2p1:StartDate>2025-09-02T23:08:50.6143588+00:00</d2p1:StartDate>
      <d2p1:State>sample string 13</d2p1:State>
      <d2p1:StateID>1</d2p1:StateID>
      <d2p1:Street>sample string 5</d2p1:Street>
      <d2p1:StreetNo>sample string 4</d2p1:StreetNo>
      <d2p1:StreetType>sample string 6</d2p1:StreetType>
      <d2p1:Suburb>sample string 12</d2p1:Suburb>
      <d2p1:UnitNumber>sample string 8</d2p1:UnitNumber>
      <d2p1:UnitTypeCode>sample string 7</d2p1:UnitTypeCode>
    </d2p1:AddressSummaryByContactID>
  </AddressSummaryList>
</AddressSummaryByContactVM>