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:
[ "87ba0b40-4d59-4e50-b6ea-c0d0c01fbf9a", "e4b672de-0f69-4d70-831c-0870bbe6233d" ]
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>87ba0b40-4d59-4e50-b6ea-c0d0c01fbf9a</guid> <guid>e4b672de-0f69-4d70-831c-0870bbe6233d</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": "a940b8cb-9fd0-4e11-8516-952dc9d437cd", "AddressId": "481521e2-c2e6-4569-b765-cfb0634bdefb", "Congress": "sample string 3", "Senate": "sample string 4", "Legislature": "sample string 5" }, { "GUID": "a940b8cb-9fd0-4e11-8516-952dc9d437cd", "AddressId": "481521e2-c2e6-4569-b765-cfb0634bdefb", "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>481521e2-c2e6-4569-b765-cfb0634bdefb</AddressId> <Congress>sample string 3</Congress> <GUID>a940b8cb-9fd0-4e11-8516-952dc9d437cd</GUID> <Legislature>sample string 5</Legislature> <Senate>sample string 4</Senate> </AddressRedistribution> <AddressRedistribution> <AddressId>481521e2-c2e6-4569-b765-cfb0634bdefb</AddressId> <Congress>sample string 3</Congress> <GUID>a940b8cb-9fd0-4e11-8516-952dc9d437cd</GUID> <Legislature>sample string 5</Legislature> <Senate>sample string 4</Senate> </AddressRedistribution> </ArrayOfAddressRedistribution>