POST {version}/GetAddressRedistributionsForCompanyLocation
Get Company Location 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:
[ "22d086a5-e46e-4c61-a881-a5e948797e27", "c6992cd5-cc4c-4ee4-8935-188a8ec202e6" ]
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>22d086a5-e46e-4c61-a881-a5e948797e27</guid> <guid>c6992cd5-cc4c-4ee4-8935-188a8ec202e6</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": "b37343ba-4d34-474f-8bdc-e030e6a46856", "AddressId": "439c5564-0217-40d9-a0b4-27827f674d95", "Congress": "sample string 3", "Senate": "sample string 4", "Legislature": "sample string 5" }, { "GUID": "b37343ba-4d34-474f-8bdc-e030e6a46856", "AddressId": "439c5564-0217-40d9-a0b4-27827f674d95", "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>439c5564-0217-40d9-a0b4-27827f674d95</AddressId> <Congress>sample string 3</Congress> <GUID>b37343ba-4d34-474f-8bdc-e030e6a46856</GUID> <Legislature>sample string 5</Legislature> <Senate>sample string 4</Senate> </AddressRedistribution> <AddressRedistribution> <AddressId>439c5564-0217-40d9-a0b4-27827f674d95</AddressId> <Congress>sample string 3</Congress> <GUID>b37343ba-4d34-474f-8bdc-e030e6a46856</GUID> <Legislature>sample string 5</Legislature> <Senate>sample string 4</Senate> </AddressRedistribution> </ArrayOfAddressRedistribution>