POST {version}/GetAddressRedistributionsForPoliticalCommittee
Get Political Committee 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:
[ "481fb47e-e16f-4d4e-9a54-e0bb2a67ca03", "8cff7ea0-06d6-46d3-946d-4ebf552649b4" ]
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>481fb47e-e16f-4d4e-9a54-e0bb2a67ca03</guid> <guid>8cff7ea0-06d6-46d3-946d-4ebf552649b4</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": "67d4e8cd-b027-4771-b7d5-cbbe923e6737",
"AddressId": "31c628d5-1c48-49f3-9087-6d963301d82b",
"Congress": "sample string 3",
"Senate": "sample string 4",
"Legislature": "sample string 5"
},
{
"GUID": "67d4e8cd-b027-4771-b7d5-cbbe923e6737",
"AddressId": "31c628d5-1c48-49f3-9087-6d963301d82b",
"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>31c628d5-1c48-49f3-9087-6d963301d82b</AddressId>
<Congress>sample string 3</Congress>
<GUID>67d4e8cd-b027-4771-b7d5-cbbe923e6737</GUID>
<Legislature>sample string 5</Legislature>
<Senate>sample string 4</Senate>
</AddressRedistribution>
<AddressRedistribution>
<AddressId>31c628d5-1c48-49f3-9087-6d963301d82b</AddressId>
<Congress>sample string 3</Congress>
<GUID>67d4e8cd-b027-4771-b7d5-cbbe923e6737</GUID>
<Legislature>sample string 5</Legislature>
<Senate>sample string 4</Senate>
</AddressRedistribution>
</ArrayOfAddressRedistribution>