OrganizationCreateResponse
Address of the Organization
Possible values: non-empty
5 Park AvenueList 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 EuropeThe strategic business units that the organization belongs to
["Central Europe","Western Europe"]The strategic business unit category that the organization belongs to
["CZ / Bakery","HU / Bakery","SK / Bakery"]City of the Organization
Minneapoliscontacts 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
JohnUnique identifier of the organization contact
U123456Last name of the organization contact
DoePhone number of the organization contact
Possible values: non-empty
1505123456Country code of the phone number of a Contact
1Country 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
USThe date the organization has been created
2020-04-21T12:36:43.693000+00:00Factory Type
Possible values: [primary, secondary]
primaryUnique identifier of an Organization
Possible values: non-empty
F123Indicates by true or false whether the Organization has the ability to produce food
trueThe lead strategic business unit category that the organization belongs to
CZ / ImpulseLead Manager
John Doelocation object
Location of the Organization
Latitude location of the Organization
38.8951Longitude location of the Organization
-77.0364Name of the Organization
Possible values: non-empty
Acme Corppartners object[]nullable
List of partner IDs of the Organization
Authorized capabilities of an Organization
Unique identifier of the Partner Organization
Possible values: non-empty
P123Indicates 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
AvailableTypes of manufacturing of the Organization represented by an integer from 1 to 5
1 = FACTORY
2 = MILL
3 = LAUNDRY
4 = PACKING
5 = TRIM
1Name of the Partner Organization
Possible values: non-empty
Lex CorpDate of registration of the Partner Organization
2020-04-21Status of the registration of the Organization represented by an integer from 1 to 4
1 = REGISTERED
2 = UNREGISTERED
3 = PENDING
4 = DECLINED
1Scope of the Organization represented by an integer from 1 to 3
1 = OWNED_BRAND
2 = NATIONAL_BRAND
3 = BOTH
1Zip / Postal code of the Organization
55402Province of the Organization
MinnesotaIndicates by true or false whether the Factory requires Maintenance Audit
trueOrganization Status
Possible values: [active, inactive, awaiting approval, awaiting registration, de-listed, unapproved]
awaiting approvalThe type of the Organization, e.g. 'factory' or 'partner'
Possible values: non-empty
factoryThe date the organization has been updated
2020-04-21T12:36:43.693000+00:00{
"address": "5 Park Avenue",
"businessPartnerTypes": [
"Fabric Supplier"
],
"businessUnits": [
"Central Europe",
"Western 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"
}