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:
[ "964c8237-d0b8-41f6-b4fc-a2d223d35a27", "f98c3616-dff6-41c6-a20f-b914547469bb" ]
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>964c8237-d0b8-41f6-b4fc-a2d223d35a27</guid> <guid>f98c3616-dff6-41c6-a20f-b914547469bb</guid> </ArrayOfguid>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of AddressRedistribution| Name | 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": "256d15b3-11a1-4a4e-8dab-ad52750910c7",
"AddressId": "a9f27911-0394-4978-9a26-aa1a8e05ec32",
"Congress": "sample string 3",
"Senate": "sample string 4",
"Legislature": "sample string 5"
},
{
"GUID": "256d15b3-11a1-4a4e-8dab-ad52750910c7",
"AddressId": "a9f27911-0394-4978-9a26-aa1a8e05ec32",
"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>a9f27911-0394-4978-9a26-aa1a8e05ec32</AddressId>
<Congress>sample string 3</Congress>
<GUID>256d15b3-11a1-4a4e-8dab-ad52750910c7</GUID>
<Legislature>sample string 5</Legislature>
<Senate>sample string 4</Senate>
</AddressRedistribution>
<AddressRedistribution>
<AddressId>a9f27911-0394-4978-9a26-aa1a8e05ec32</AddressId>
<Congress>sample string 3</Congress>
<GUID>256d15b3-11a1-4a4e-8dab-ad52750910c7</GUID>
<Legislature>sample string 5</Legislature>
<Senate>sample string 4</Senate>
</AddressRedistribution>
</ArrayOfAddressRedistribution>