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:
[ "005e99af-d24d-4787-a243-3e8669befcd9", "eccc8600-47bc-4723-9814-7542a263e804" ]
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>005e99af-d24d-4787-a243-3e8669befcd9</guid> <guid>eccc8600-47bc-4723-9814-7542a263e804</guid> </ArrayOfguid>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of AddressRedistributionName | 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": "5e33c14f-6045-405b-a025-c87e34d1fc75", "AddressId": "5cadfc69-1418-46e9-aeda-4f92a9d9933c", "Congress": "sample string 3", "Senate": "sample string 4", "Legislature": "sample string 5" }, { "GUID": "5e33c14f-6045-405b-a025-c87e34d1fc75", "AddressId": "5cadfc69-1418-46e9-aeda-4f92a9d9933c", "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>5cadfc69-1418-46e9-aeda-4f92a9d9933c</AddressId> <Congress>sample string 3</Congress> <GUID>5e33c14f-6045-405b-a025-c87e34d1fc75</GUID> <Legislature>sample string 5</Legislature> <Senate>sample string 4</Senate> </AddressRedistribution> <AddressRedistribution> <AddressId>5cadfc69-1418-46e9-aeda-4f92a9d9933c</AddressId> <Congress>sample string 3</Congress> <GUID>5e33c14f-6045-405b-a025-c87e34d1fc75</GUID> <Legislature>sample string 5</Legislature> <Senate>sample string 4</Senate> </AddressRedistribution> </ArrayOfAddressRedistribution>