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:
[ "8f1d7d65-b695-4420-ae6f-bedc11a99b7d", "d64b8c49-6493-477b-952f-70704863f1eb" ]
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>8f1d7d65-b695-4420-ae6f-bedc11a99b7d</guid> <guid>d64b8c49-6493-477b-952f-70704863f1eb</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": "07d24bb3-6157-4917-92c2-9aecc2f4672d", "AddressId": "f1ab4c73-13d6-4d82-a216-67c61d963012", "Congress": "sample string 3", "Senate": "sample string 4", "Legislature": "sample string 5" }, { "GUID": "07d24bb3-6157-4917-92c2-9aecc2f4672d", "AddressId": "f1ab4c73-13d6-4d82-a216-67c61d963012", "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>f1ab4c73-13d6-4d82-a216-67c61d963012</AddressId> <Congress>sample string 3</Congress> <GUID>07d24bb3-6157-4917-92c2-9aecc2f4672d</GUID> <Legislature>sample string 5</Legislature> <Senate>sample string 4</Senate> </AddressRedistribution> <AddressRedistribution> <AddressId>f1ab4c73-13d6-4d82-a216-67c61d963012</AddressId> <Congress>sample string 3</Congress> <GUID>07d24bb3-6157-4917-92c2-9aecc2f4672d</GUID> <Legislature>sample string 5</Legislature> <Senate>sample string 4</Senate> </AddressRedistribution> </ArrayOfAddressRedistribution>