Skip to main content

OrganizationPartnerResponse

authorizedCapabilitiesstring[]nullable

Authorized capabilities of an Organization

idstringrequired

Unique identifier of the Partner Organization

Possible values: non-empty

Example: P123
isLeadSupplierbooleannullable

Indicates by true or false whether the Partner can be marked as a Lead Supplier for the Factory

locationStatusstringnullable

Status of the Partner Organization between Available, In Progress, Non-Compliant, Pending Transfer, or Pending Duplicate Check

Example: Available
manufacturingTypesstring[]nullable

Types of manufacturing of the Organization represented by an integer from 1 to 5
1 = FACTORY
2 = MILL
3 = LAUNDRY
4 = PACKING
5 = TRIM

Example: 1
namestringrequired

Name of the Partner Organization

Possible values: non-empty

Example: Lex Corp
registrationDatedatenullable

Date of registration of the Partner Organization

Example: 2020-04-21
registrationStatusstringnullable

Status of the registration of the Organization represented by an integer from 1 to 4
1 = REGISTERED
2 = UNREGISTERED
3 = PENDING
4 = DECLINED

Example: 1
scopestringnullable

Scope of the Organization represented by an integer from 1 to 3
1 = OWNED_BRAND
2 = NATIONAL_BRAND
3 = BOTH

Example: 1
OrganizationPartnerResponse
{
"authorizedCapabilities": [
"PRINTING"
],
"id": "P123",
"isLeadSupplier": true,
"locationStatus": "Available",
"manufacturingTypes": "1",
"name": "Lex Corp",
"registrationDate": "2020-04-21",
"registrationStatus": "1",
"scope": "1"
}