Skip to main content

OrganizationPartnerResponse

authorizedCapabilities string[]nullable

Authorized capabilities of an Organization

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 string[]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
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 stringnullable

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
scope stringnullable

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"
}