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:
[ "e8f124cc-a3ac-4259-a735-4f2e915c0099", "4dd33992-69ff-4cbc-bf93-2dcb0de03244" ]
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>e8f124cc-a3ac-4259-a735-4f2e915c0099</guid> <guid>4dd33992-69ff-4cbc-bf93-2dcb0de03244</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": "9baa96da-4f8e-405d-bf50-d3df0370060b",
"AddressId": "78178768-7deb-449e-b2f4-83aa800b91a1",
"Congress": "sample string 3",
"Senate": "sample string 4",
"Legislature": "sample string 5"
},
{
"GUID": "9baa96da-4f8e-405d-bf50-d3df0370060b",
"AddressId": "78178768-7deb-449e-b2f4-83aa800b91a1",
"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>78178768-7deb-449e-b2f4-83aa800b91a1</AddressId>
<Congress>sample string 3</Congress>
<GUID>9baa96da-4f8e-405d-bf50-d3df0370060b</GUID>
<Legislature>sample string 5</Legislature>
<Senate>sample string 4</Senate>
</AddressRedistribution>
<AddressRedistribution>
<AddressId>78178768-7deb-449e-b2f4-83aa800b91a1</AddressId>
<Congress>sample string 3</Congress>
<GUID>9baa96da-4f8e-405d-bf50-d3df0370060b</GUID>
<Legislature>sample string 5</Legislature>
<Senate>sample string 4</Senate>
</AddressRedistribution>
</ArrayOfAddressRedistribution>