OrganizationLocal
Organization address line 1
Possible values: non-empty
5 Madison Avenue
Organization address line 2
Suite 101
City where the organization locates
New York
contacts object[]required
Organization contact information
Possible values: >= 1
First name of the organization contact
Possible values: non-empty
John
Last name of the organization contact
Doe
Phone number of the organization contact
1505123123
Work phone number of the organization contact
1505456456
ISO Alpha-2 country code
US
Creation date and time of the organization in the system
2021-06-02 12:34:02.861000+00:00
Possible values: non-empty
null
123123
Global organization that links to this local organization
3111222
location objectnullable
Organization location
Latitude of the organization location
38.8951
Longitude of the organization location
-77.0364
Name of the organization
Possible values: non-empty
Acme Corp
Office ID
office_123
Organization phone number
Possible values: non-empty
1505111222
Organization postal code
A1B2C3
Province where the organization locates
New York
Support F(Factory) S(Supplier) B(Brand) R(Retailer) V(Vendor)
Possible values: non-empty
S
Last updated date and time of the organization in the system
2021-06-02 12:34:02.861000+00:00
description of the local organization
This is a description
{
"address": "5 Madison Avenue",
"address2": "Suite 101",
"billing_email": "[email protected]",
"city": "New York",
"contacts": [
{
"email": "[email protected]",
"firstName": "John",
"lastName": "Doe",
"phone": "1505123123",
"workPhone": "1505456456"
}
],
"country": "US",
"createdAt": "2021-06-02 12:34:02.861000+00:00",
"id": "string",
"linkedId": "123123",
"linkedTo": "3111222",
"location": {
"latitude": 38.8951,
"longitude": -77.0364
},
"name": "Acme Corp",
"officeId": "office_123",
"phone": "1505111222",
"postal": "A1B2C3",
"province": "New York",
"type": "S",
"updatedAt": "2021-06-02 12:34:02.861000+00:00",
"description": "This is a description"
}