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:
[ "d857e849-1b32-498b-8904-4ec7efab7fb4", "167a80d6-382c-4cee-b2f1-8d01bdc89f10" ]
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>d857e849-1b32-498b-8904-4ec7efab7fb4</guid> <guid>167a80d6-382c-4cee-b2f1-8d01bdc89f10</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": "8a6b41cb-71fe-4430-8892-a1f3d53a4779",
"AddressId": "1f270030-355a-4cf1-8bd1-aa34c00bd288",
"Congress": "sample string 3",
"Senate": "sample string 4",
"Legislature": "sample string 5"
},
{
"GUID": "8a6b41cb-71fe-4430-8892-a1f3d53a4779",
"AddressId": "1f270030-355a-4cf1-8bd1-aa34c00bd288",
"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>1f270030-355a-4cf1-8bd1-aa34c00bd288</AddressId>
<Congress>sample string 3</Congress>
<GUID>8a6b41cb-71fe-4430-8892-a1f3d53a4779</GUID>
<Legislature>sample string 5</Legislature>
<Senate>sample string 4</Senate>
</AddressRedistribution>
<AddressRedistribution>
<AddressId>1f270030-355a-4cf1-8bd1-aa34c00bd288</AddressId>
<Congress>sample string 3</Congress>
<GUID>8a6b41cb-71fe-4430-8892-a1f3d53a4779</GUID>
<Legislature>sample string 5</Legislature>
<Senate>sample string 4</Senate>
</AddressRedistribution>
</ArrayOfAddressRedistribution>