POST {version}/GetAddressRedistributionsForIndividual
Get Individual Address Redistributions
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| version | string |
None. |
Body Parameters
Collection of globally unique identifierRequest Formats
application/json, text/json
Sample:
[ "2fd62a6b-ac4c-44a0-beb6-fdfbea72c1ba", "6364a861-3a1f-48c9-8667-91eabf4e4259" ]
application/xml, text/xml
Sample:
<ArrayOfguid xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <guid>2fd62a6b-ac4c-44a0-beb6-fdfbea72c1ba</guid> <guid>6364a861-3a1f-48c9-8667-91eabf4e4259</guid> </ArrayOfguid>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of AddressRedistribution| Name | Description | Type | Additional information |
|---|---|---|---|
| GUID | globally unique identifier |
None. |
|
| AddressId | globally unique identifier |
None. |
|
| Congress | string |
None. |
|
| Senate | string |
None. |
|
| Legislature | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GUID": "bc94d471-5c81-4cdb-8bfd-c611506a28e0",
"AddressId": "c07e0961-162d-4cc1-a910-a428842ff0f5",
"Congress": "sample string 3",
"Senate": "sample string 4",
"Legislature": "sample string 5"
},
{
"GUID": "bc94d471-5c81-4cdb-8bfd-c611506a28e0",
"AddressId": "c07e0961-162d-4cc1-a910-a428842ff0f5",
"Congress": "sample string 3",
"Senate": "sample string 4",
"Legislature": "sample string 5"
}
]
application/xml, text/xml
Sample:
<ArrayOfAddressRedistribution xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aristotle.CM.Model">
<AddressRedistribution>
<AddressId>c07e0961-162d-4cc1-a910-a428842ff0f5</AddressId>
<Congress>sample string 3</Congress>
<GUID>bc94d471-5c81-4cdb-8bfd-c611506a28e0</GUID>
<Legislature>sample string 5</Legislature>
<Senate>sample string 4</Senate>
</AddressRedistribution>
<AddressRedistribution>
<AddressId>c07e0961-162d-4cc1-a910-a428842ff0f5</AddressId>
<Congress>sample string 3</Congress>
<GUID>bc94d471-5c81-4cdb-8bfd-c611506a28e0</GUID>
<Legislature>sample string 5</Legislature>
<Senate>sample string 4</Senate>
</AddressRedistribution>
</ArrayOfAddressRedistribution>