OrganizationNames
All names/AKAs associated to the company, with primary designated.
Parameters:
|
id (required) |
Organization Id Example Value: 4513772
|
|
apikey (required) |
Your API key Example Value: 72Agh048-25FD-4A08-BghB-0FBA05346545
|
Sample Resource URL
http://www.baselineapi.com/api/OrganizationNames?id=4513772&apikey=72Agh048-25FD-4A08-BghB-0FBA05346545
Sample Response
[
{
"ORGANIZATION_ID": 4513772,
"NAME": "Pixar Animation Studios",
"TYPE": "PRIMARY"
},
{
"ORGANIZATION_ID": 4513772,
"NAME": "Pixar Archives",
"TYPE": "AKA"
},
{
"ORGANIZATION_ID": 4513772,
"NAME": "Pixar",
"TYPE": "AKA"
},
{
"ORGANIZATION_ID": 4513772,
"NAME": "Disney Pixar",
"TYPE": "AKA"
}
]
