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:
[ "be7b48ab-c0f6-436a-bc92-76de38c8a6fd", "682dc9d7-63ac-469b-bdb9-7d0e7020781e" ]
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>be7b48ab-c0f6-436a-bc92-76de38c8a6fd</guid> <guid>682dc9d7-63ac-469b-bdb9-7d0e7020781e</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": "992abde9-0357-4514-b6b3-cbc2a501246f",
"AddressId": "30b16449-0a0a-4c64-b9af-8a33b22ef9b8",
"Congress": "sample string 3",
"Senate": "sample string 4",
"Legislature": "sample string 5"
},
{
"GUID": "992abde9-0357-4514-b6b3-cbc2a501246f",
"AddressId": "30b16449-0a0a-4c64-b9af-8a33b22ef9b8",
"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>30b16449-0a0a-4c64-b9af-8a33b22ef9b8</AddressId>
<Congress>sample string 3</Congress>
<GUID>992abde9-0357-4514-b6b3-cbc2a501246f</GUID>
<Legislature>sample string 5</Legislature>
<Senate>sample string 4</Senate>
</AddressRedistribution>
<AddressRedistribution>
<AddressId>30b16449-0a0a-4c64-b9af-8a33b22ef9b8</AddressId>
<Congress>sample string 3</Congress>
<GUID>992abde9-0357-4514-b6b3-cbc2a501246f</GUID>
<Legislature>sample string 5</Legislature>
<Senate>sample string 4</Senate>
</AddressRedistribution>
</ArrayOfAddressRedistribution>