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:
[ "1e1f799f-4818-4772-929f-7949b078aa65", "7dc02f82-16f6-4da5-98df-9342c32de00b" ]
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>1e1f799f-4818-4772-929f-7949b078aa65</guid> <guid>7dc02f82-16f6-4da5-98df-9342c32de00b</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": "32ee189f-c780-4775-b538-ab9f924ae443", "AddressId": "538aadc4-244d-4b74-b02e-2262aad071ac", "Congress": "sample string 3", "Senate": "sample string 4", "Legislature": "sample string 5" }, { "GUID": "32ee189f-c780-4775-b538-ab9f924ae443", "AddressId": "538aadc4-244d-4b74-b02e-2262aad071ac", "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>538aadc4-244d-4b74-b02e-2262aad071ac</AddressId> <Congress>sample string 3</Congress> <GUID>32ee189f-c780-4775-b538-ab9f924ae443</GUID> <Legislature>sample string 5</Legislature> <Senate>sample string 4</Senate> </AddressRedistribution> <AddressRedistribution> <AddressId>538aadc4-244d-4b74-b02e-2262aad071ac</AddressId> <Congress>sample string 3</Congress> <GUID>32ee189f-c780-4775-b538-ab9f924ae443</GUID> <Legislature>sample string 5</Legislature> <Senate>sample string 4</Senate> </AddressRedistribution> </ArrayOfAddressRedistribution>