Skip to main content

OrganizationPartner

authorizedCapabilities string[]nullable

Authorized capabilities of an Organization

Possible values: non-empty

id stringrequired

Unique identifier of the Partner Organization

Possible values: non-empty

Example: P123
isLeadSupplier booleannullable

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

locationStatus stringnullable

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

Example: Available
manufacturingTypes integer[]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

name stringrequired

Name of the Partner Organization

Possible values: non-empty

Example: Lex Corp
registrationDate datenullable

Date of registration of the Partner Organization

Example: 2020-04-21
registrationStatus integernullable

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

Example: 1
scope integernullable

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

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