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:
[ "cc701c47-e160-4dab-9650-1906553a616d", "06531f0d-74a9-4cea-9359-74017b2f18c2" ]
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>cc701c47-e160-4dab-9650-1906553a616d</guid> <guid>06531f0d-74a9-4cea-9359-74017b2f18c2</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": "84953682-afbe-46e1-996c-0117e212b1a3", "AddressId": "a3bb44da-f0b9-4bb1-9b3b-7522a72c7a43", "Congress": "sample string 3", "Senate": "sample string 4", "Legislature": "sample string 5" }, { "GUID": "84953682-afbe-46e1-996c-0117e212b1a3", "AddressId": "a3bb44da-f0b9-4bb1-9b3b-7522a72c7a43", "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>a3bb44da-f0b9-4bb1-9b3b-7522a72c7a43</AddressId> <Congress>sample string 3</Congress> <GUID>84953682-afbe-46e1-996c-0117e212b1a3</GUID> <Legislature>sample string 5</Legislature> <Senate>sample string 4</Senate> </AddressRedistribution> <AddressRedistribution> <AddressId>a3bb44da-f0b9-4bb1-9b3b-7522a72c7a43</AddressId> <Congress>sample string 3</Congress> <GUID>84953682-afbe-46e1-996c-0117e212b1a3</GUID> <Legislature>sample string 5</Legislature> <Senate>sample string 4</Senate> </AddressRedistribution> </ArrayOfAddressRedistribution>