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:
[ "3609f019-8eb6-4337-9c8d-04e5aa3d980a", "dcd15d88-b86c-491e-aa3a-afbee395b736" ]
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>3609f019-8eb6-4337-9c8d-04e5aa3d980a</guid> <guid>dcd15d88-b86c-491e-aa3a-afbee395b736</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": "cf179f8c-5a53-407e-8764-00b4c1986c81",
"AddressId": "0cf49965-1604-4a2d-aa8f-b8b6925e451b",
"Congress": "sample string 3",
"Senate": "sample string 4",
"Legislature": "sample string 5"
},
{
"GUID": "cf179f8c-5a53-407e-8764-00b4c1986c81",
"AddressId": "0cf49965-1604-4a2d-aa8f-b8b6925e451b",
"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>0cf49965-1604-4a2d-aa8f-b8b6925e451b</AddressId>
<Congress>sample string 3</Congress>
<GUID>cf179f8c-5a53-407e-8764-00b4c1986c81</GUID>
<Legislature>sample string 5</Legislature>
<Senate>sample string 4</Senate>
</AddressRedistribution>
<AddressRedistribution>
<AddressId>0cf49965-1604-4a2d-aa8f-b8b6925e451b</AddressId>
<Congress>sample string 3</Congress>
<GUID>cf179f8c-5a53-407e-8764-00b4c1986c81</GUID>
<Legislature>sample string 5</Legislature>
<Senate>sample string 4</Senate>
</AddressRedistribution>
</ArrayOfAddressRedistribution>