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:
[ "7ffdb7e5-cfc5-4219-a3cf-9bce7c49a0ec", "a1ceb853-862e-48bf-9f89-71cb5babf02d" ]
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>7ffdb7e5-cfc5-4219-a3cf-9bce7c49a0ec</guid> <guid>a1ceb853-862e-48bf-9f89-71cb5babf02d</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": "e3f428c4-19ac-4c69-9936-a8e0f7a64e0c",
"AddressId": "6f12d298-e369-45b9-a672-9592c9ff0ec8",
"Congress": "sample string 3",
"Senate": "sample string 4",
"Legislature": "sample string 5"
},
{
"GUID": "e3f428c4-19ac-4c69-9936-a8e0f7a64e0c",
"AddressId": "6f12d298-e369-45b9-a672-9592c9ff0ec8",
"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>6f12d298-e369-45b9-a672-9592c9ff0ec8</AddressId>
<Congress>sample string 3</Congress>
<GUID>e3f428c4-19ac-4c69-9936-a8e0f7a64e0c</GUID>
<Legislature>sample string 5</Legislature>
<Senate>sample string 4</Senate>
</AddressRedistribution>
<AddressRedistribution>
<AddressId>6f12d298-e369-45b9-a672-9592c9ff0ec8</AddressId>
<Congress>sample string 3</Congress>
<GUID>e3f428c4-19ac-4c69-9936-a8e0f7a64e0c</GUID>
<Legislature>sample string 5</Legislature>
<Senate>sample string 4</Senate>
</AddressRedistribution>
</ArrayOfAddressRedistribution>