POST {version}/GetAddressRedistributionsForPoliticalCommittee

Get Political Committee Address Redistributions

Request Information

URI Parameters

NameDescriptionTypeAdditional information
version

string

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "695b85d7-5798-4745-9b8d-f4c2c368cf2a",
  "9c84040d-f0ed-46b4-80cb-498a7629cee2"
]

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>695b85d7-5798-4745-9b8d-f4c2c368cf2a</guid>
  <guid>9c84040d-f0ed-46b4-80cb-498a7629cee2</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of AddressRedistribution
NameDescriptionTypeAdditional 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": "dbdf932d-853f-4599-b912-2fdaad1dd235",
    "AddressId": "66668ee4-9959-44cd-800e-2537d214b79f",
    "Congress": "sample string 3",
    "Senate": "sample string 4",
    "Legislature": "sample string 5"
  },
  {
    "GUID": "dbdf932d-853f-4599-b912-2fdaad1dd235",
    "AddressId": "66668ee4-9959-44cd-800e-2537d214b79f",
    "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>66668ee4-9959-44cd-800e-2537d214b79f</AddressId>
    <Congress>sample string 3</Congress>
    <GUID>dbdf932d-853f-4599-b912-2fdaad1dd235</GUID>
    <Legislature>sample string 5</Legislature>
    <Senate>sample string 4</Senate>
  </AddressRedistribution>
  <AddressRedistribution>
    <AddressId>66668ee4-9959-44cd-800e-2537d214b79f</AddressId>
    <Congress>sample string 3</Congress>
    <GUID>dbdf932d-853f-4599-b912-2fdaad1dd235</GUID>
    <Legislature>sample string 5</Legislature>
    <Senate>sample string 4</Senate>
  </AddressRedistribution>
</ArrayOfAddressRedistribution>