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:
[ "2d03118e-da51-46f3-bef3-a722d0b57454", "6356460a-9322-48f9-817b-7bde80491485" ]
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>2d03118e-da51-46f3-bef3-a722d0b57454</guid> <guid>6356460a-9322-48f9-817b-7bde80491485</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": "76abf5a6-8752-44f4-ba08-cab63ce62a3e", "AddressId": "76ede13a-f403-4932-9521-5839cba968a2", "Congress": "sample string 3", "Senate": "sample string 4", "Legislature": "sample string 5" }, { "GUID": "76abf5a6-8752-44f4-ba08-cab63ce62a3e", "AddressId": "76ede13a-f403-4932-9521-5839cba968a2", "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>76ede13a-f403-4932-9521-5839cba968a2</AddressId> <Congress>sample string 3</Congress> <GUID>76abf5a6-8752-44f4-ba08-cab63ce62a3e</GUID> <Legislature>sample string 5</Legislature> <Senate>sample string 4</Senate> </AddressRedistribution> <AddressRedistribution> <AddressId>76ede13a-f403-4932-9521-5839cba968a2</AddressId> <Congress>sample string 3</Congress> <GUID>76abf5a6-8752-44f4-ba08-cab63ce62a3e</GUID> <Legislature>sample string 5</Legislature> <Senate>sample string 4</Senate> </AddressRedistribution> </ArrayOfAddressRedistribution>