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:
[ "7c2a58f7-bb7c-46e0-8e17-8add858bd523", "2f65890c-f1b0-43fc-b31e-aefe606b2160" ]
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>7c2a58f7-bb7c-46e0-8e17-8add858bd523</guid> <guid>2f65890c-f1b0-43fc-b31e-aefe606b2160</guid> </ArrayOfguid>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of AddressRedistributionName | 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": "1ef2c6c9-a26a-4a50-97c5-2585f57ebfb0", "AddressId": "2642258f-cfd9-4330-88db-719b8427695c", "Congress": "sample string 3", "Senate": "sample string 4", "Legislature": "sample string 5" }, { "GUID": "1ef2c6c9-a26a-4a50-97c5-2585f57ebfb0", "AddressId": "2642258f-cfd9-4330-88db-719b8427695c", "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>2642258f-cfd9-4330-88db-719b8427695c</AddressId> <Congress>sample string 3</Congress> <GUID>1ef2c6c9-a26a-4a50-97c5-2585f57ebfb0</GUID> <Legislature>sample string 5</Legislature> <Senate>sample string 4</Senate> </AddressRedistribution> <AddressRedistribution> <AddressId>2642258f-cfd9-4330-88db-719b8427695c</AddressId> <Congress>sample string 3</Congress> <GUID>1ef2c6c9-a26a-4a50-97c5-2585f57ebfb0</GUID> <Legislature>sample string 5</Legislature> <Senate>sample string 4</Senate> </AddressRedistribution> </ArrayOfAddressRedistribution>