OrganizationListResponse
data object[]
Organizations data
Organization address line 1
Possible values: non-empty
5 Madison AvenueOrganization address line 2
Suite 101City where the organization locates
New Yorkcontacts object[]required
Organization contact information
Possible values: >= 1
First name of the organization contact
Possible values: non-empty
JohnLast name of the organization contact
DoePhone number of the organization contact
1505123123Work phone number of the organization contact
1505456456ISO Alpha-2 country code
USCreation date and time of the organization in the system
2021-06-02 12:34:02.861000+00:00Custom identifier for the organization, provided by the client
Custom ID of the global organization to link this local organization to
123123Global organization that links to this local organization
3111222location objectnullable
Organization location
Latitude of the organization location
38.8951Longitude of the organization location
-77.0364Name of the organization
Possible values: non-empty
Acme CorpList of organization labels
["Tier 1","Tier 2"]Organization phone number
Possible values: non-empty
1505111222Organization postal code
A1B2C3Province where the organization locates
New YorkSupport F(Factory) S(Supplier) B(Brand) R(Retailer) V(Vendor)
Possible values: non-empty
SLast updated date and time of the organization in the system
2021-06-02 12:34:02.861000+00:00description of the local organization
This is a descriptionLimit result of list
{
"data": [
{
"address": "5 Madison Avenue",
"address2": "Suite 101",
"city": "New York",
"contacts": [
{
"firstName": "John",
"lastName": "Doe",
"phone": "1505123123",
"workPhone": "1505456456"
}
],
"country": "US",
"createdAt": "2021-06-02 12:34:02.861000+00:00",
"linkedId": "123123",
"linkedTo": "3111222",
"name": "Acme Corp",
"organizationLabels": [
"Tier 1",
"Tier 2"
],
"phone": "1505111222",
"postal": "A1B2C3",
"province": "New York",
"type": "S",
"updatedAt": "2021-06-02 12:34:02.861000+00:00",
"description": "This is a description"
}
],
"limit": 0,
"offset": 0,
"total": 0
}