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:
[ "50fa3a61-cfd6-4fab-b8f5-ed9d073e6098", "890c0e41-32cf-4fd9-a743-640dc1827aed" ]
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>50fa3a61-cfd6-4fab-b8f5-ed9d073e6098</guid> <guid>890c0e41-32cf-4fd9-a743-640dc1827aed</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": "981f317e-6c78-470a-a625-5d4e97792b0b", "AddressId": "79ea58e9-bb64-4da1-a670-837ac4fa0d03", "Congress": "sample string 3", "Senate": "sample string 4", "Legislature": "sample string 5" }, { "GUID": "981f317e-6c78-470a-a625-5d4e97792b0b", "AddressId": "79ea58e9-bb64-4da1-a670-837ac4fa0d03", "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>79ea58e9-bb64-4da1-a670-837ac4fa0d03</AddressId> <Congress>sample string 3</Congress> <GUID>981f317e-6c78-470a-a625-5d4e97792b0b</GUID> <Legislature>sample string 5</Legislature> <Senate>sample string 4</Senate> </AddressRedistribution> <AddressRedistribution> <AddressId>79ea58e9-bb64-4da1-a670-837ac4fa0d03</AddressId> <Congress>sample string 3</Congress> <GUID>981f317e-6c78-470a-a625-5d4e97792b0b</GUID> <Legislature>sample string 5</Legislature> <Senate>sample string 4</Senate> </AddressRedistribution> </ArrayOfAddressRedistribution>