Next Topic

Previous Topic

Book Contents

Get Organization Locations

Returns an array of organization location records.

GET /system/orgs/locations

Headers

Model Schema

Field

Datatype

Filterable

Sortable

OrgId

decimal

 

 

OrgName

string

 

 

OrgRef

string

 

 

PreferredContactMethod

string

 

 

PrimaryPhone

string

 

 

PrimaryFax

string

 

 

PrimaryEmail

string

 

 

Country

string

 

 

Street

string

 

 

City

string

 

 

State

string

 

 

ZipCode

string

 

 

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"
}