OrganizationDetailResponse
data object
Organization data
Address of the Organization
Possible values: non-empty
5 Park Avenue
List of business partner types of the Organization. This field is only used for an Organization of type 'partner'
Possible values: [Fabric Supplier
, Trim Supplier
, Merchandise Vendor
, Packaging Supplier
, Production/Storage Facility Owner
]
The strategic business unit that the organization belongs to
Central Europe
The strategic business unit category that the organization belongs to
["CZ / Bakery","HU / Bakery","SK / Bakery"]
City of the Organization
Minneapolis
contacts object[]nullable
List of contacts of the Organization
Email of the organization contact
Possible values: non-empty
[email protected]
First name of the organization contact
Possible values: non-empty
John
Unique identifier of the organization contact
U123456
Last name of the organization contact
Doe
Phone number of the organization contact
Possible values: non-empty
1505123456
Country code of the phone number of a Contact
1
Country of the Organization represented by the standard ISO Alpha-2 code, e.g. US for the United States
Possible values: >= 2 characters
and <= 2 characters
US
The date the organization has been created
2020-04-21T12:36:43.693000+00:00
Factory Type
Possible values: [primary
, secondary
]
primary
Unique identifier of an Organization
Possible values: non-empty
F123
Indicates by true or false whether the Organization has the ability to produce food
true
The lead strategic business unit category that the organization belongs to
CZ / Impulse
Lead Manager
John Doe
location object
Location of the Organization
Latitude location of the Organization
38.8951
Longitude location of the Organization
-77.0364
Name of the Organization
Possible values: non-empty
Acme Corp
partners object[]nullable
List of partner IDs of the Organization
Authorized capabilities of an Organization
Unique identifier of the Partner Organization
Possible values: non-empty
P123
Indicates by true or false whether the Partner can be marked as a Lead Supplier for the Factory
Status of the Partner Organization between Available, In Progress, Non-Compliant, Pending Transfer, or Pending Duplicate Check
Available
Types of manufacturing of the Organization represented by an integer from 1 to 5
1 = FACTORY
2 = MILL
3 = LAUNDRY
4 = PACKING
5 = TRIM
1
Name of the Partner Organization
Possible values: non-empty
Lex Corp
Date of registration of the Partner Organization
2020-04-21
Status of the registration of the Organization represented by an integer from 1 to 4
1 = REGISTERED
2 = UNREGISTERED
3 = PENDING
4 = DECLINED
1
Scope of the Organization represented by an integer from 1 to 3
1 = OWNED_BRAND
2 = NATIONAL_BRAND
3 = BOTH
1
Zip / Postal code of the Organization
55402
Province of the Organization
Minnesota
Indicates by true or false whether the Factory requires Maintenance Audit
true
Organization Status
Possible values: [active
, inactive
, awaiting approval
, awaiting registration
, de-listed
, unapproved
]
awaiting approval
The type of the Organization, e.g. 'factory' or 'partner'
Possible values: non-empty
factory
The date the organization has been updated
2020-04-21T12:36:43.693000+00:00
{
"data": {
"address": "5 Park Avenue",
"businessPartnerTypes": [
"Fabric Supplier"
],
"businessUnit": "Central Europe",
"businessUnitCategories": [
"CZ / Bakery",
"HU / Bakery",
"SK / Bakery"
],
"city": "Minneapolis",
"contacts": [
{
"email": "[email protected]",
"firstName": "John",
"id": "U123456",
"lastName": "Doe",
"phone": "1505123456",
"phoneCountryCode": "1"
}
],
"country": "US",
"createdDate": "2020-04-21T12:36:43.693000+00:00",
"factoryType": "primary",
"id": "F123",
"isFoodFacility": true,
"leadBusinessUnitCategory": "CZ / Impulse",
"leadManager": "John Doe",
"location": {
"latitude": 38.8951,
"longitude": -77.0364
},
"name": "Acme Corp",
"partners": [
{
"authorizedCapabilities": [
"PRINTING"
],
"id": "P123",
"isLeadSupplier": true,
"locationStatus": "Available",
"manufacturingTypes": "1",
"name": "Lex Corp",
"registrationDate": "2020-04-21",
"registrationStatus": "1",
"scope": "1"
}
],
"postal": "55402",
"province": "Minnesota",
"requiresMaintenanceAudit": true,
"status": "awaiting approval",
"type": "factory",
"updatedDate": "2020-04-21T12:36:43.693000+00:00"
}
}