Returns an array of organization location records.
GET /system/orgs/locations
Headers
Model Schema
Field |
Datatype |
Filterable |
Sortable |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Sample Response Model
{
"TotalRecords": 0,
"Result": [
{
"OrgId": 0,
"OrgRef": "string",
"OrgName": "string",
"PreferredContactMethod": "string",
"PrimaryPhone": "string",
"PrimaryFax": "string",
"PrimaryEmail": "string",
"Country": "string",
"Street": "string",
"City": "string",
"State": "string",
"ZipCode": "string",
"Attributes": {}
}
],
"ResponseCode": 0,
"Status": "string",
"Error": "string"
}