Organization
Internal unique identifier of the organization (system-generated)
1269The identifier assigned by the API consumer
Possible values: <= 255 characters
S-123Official name of the organization
Possible values: <= 255 characters
Acme CorpClassification of the organization. Support F(Factory), S(Supplier), B(Brand), R(Retailer), I(Inspection Agency)
Possible values: [F, S, B, R, I]
SList of capabilities or services the organization offers, can refer from List Capabilities API
Possible values: <= 255 characters
["Dyeing","Knitting","Cut & Sew"]The phone number of the organization
Possible values: <= 50 characters
1505111222Organization status as defined by the external system or API consumer
Possible values: [active, inactive, awaiting approval, draft, suspended, blacklisted, closed]
activeClassification of the supplier organization's role in the supply chain
Possible values: [fabric supplier, trim supplier, merchandise vendor, packaging supplier, production/storage facility owner]
fabric supplierIndicates whether the supplier owns brands, works with national brands, or both
Possible values: [owned brand, national brand, both]
owned brandThe street address of the organization
Possible values: <= 500 characters
5 Madison AvenueThe city where the organization is located
Possible values: <= 100 characters
New YorkThe province or state where the organization is located
Possible values: <= 100 characters
New YorkPostal or ZIP code of the organization's address
Possible values: <= 20 characters
A1B2C3Country where the organization is located (ISO 3166-1 alpha-2 format recommended)
Possible values: <= 2 characters, Value must match regular expression ^[A-Z]{2}$
USNumber of male employees reported by the organization
100Number of female employees reported by the organization
100Number of relationships this organization has
0Indicates the access level of the current user has for the listed organization. This helps determine what actions the user can perform (e.g., view-only, edit, manage relationships)
Possible values: [read, write, edit, share, full]
["edit"]Timestamp when the organization record was created (ISO 8601 format)
Possible values: Value must match regular expression ^\d{4}-[01]\d-[0-3]\dT[0-2]\d:[0-5]\d:[0-5]\d(\.\d{3})?Z$
2024-09-01T08:30:00ZTimestamp when the organization record was last updated (ISO 8601 format)
Possible values: Value must match regular expression ^\d{4}-[01]\d-[0-3]\dT[0-2]\d:[0-5]\d:[0-5]\d(\.\d{3})?Z$
2025-06-10T13:45:00ZThe customizable internal identifier is shown in the URL and visible to users
Possible values: <= 10 characters
acme-corpCurrent invitation status of the organization
Possible values: <= 20 characters
NewList of official website/social network URLs for the organization. Each entry must be a valid URL
["https://www.linkedin.com/company/abc-supplier","https://facebook.com/abc-supplier"]Year the organization was founded
1998Registered name of the organization
Possible values: <= 255 characters
ABC Textiles Co., Ltd.List of subsidiaries under the same corporate group
Possible values: <= 255 characters
["ABC Vietnam Ltd.","ABC Bangladesh Co., Ltd."]Key customer/product segments served
Possible values: <= 255 characters
["Mass Market","Luxury Only"]Primary markets or regions where the organization operates
Possible values: [North America, Europe, Asia-Pacific, Global]
["Asia-Pacific","Europe"]Main languages used for communication, use set 1 from List of ISO 639 language codes
Possible values: <= 2 characters, Value must match regular expression ^[a-z]{2}$
["en","vi"]Time zones of operation, from List of tz database time zones
Possible values: <= 100 characters
["America/Fort_Nelson","Asia/Singapore"]List of nearest commercial airports to the organization. Accepts IATA 3-letter airport codes. Max 200 characters total.
Possible values: <= 200 characters
["SGN","HAN","BKK"]List of nearest maritime seaports near the organization. Accepts UN/LOCODE 5-character port codes. Max 200 characters total.
Possible values: <= 200 characters
["VNSGN","THBKK"]Key-value pairs for organization-specific data fields
{"factoryCode":"GTX001"}High-level grouping of business activities for the organization. Multiple values allowed and configured by customer taxonomy (Custom ID field).
["businessUnitCategory1","businessUnitCategory2"]Defines the operational unit(s) within the organization. Multiple values allowed and configured by customer taxonomy (Custom ID field).
["businessUnit1","businessUnit2"]{
"id": 1269,
"externalId": "S-123",
"name": "Acme Corp",
"type": "S",
"capabilities": [
"Dyeing",
"Knitting",
"Cut & Sew"
],
"phoneNumber": "1505111222",
"externalStatus": "active",
"businessPartnerType": "fabric supplier",
"brandType": "owned brand",
"address": "5 Madison Avenue",
"city": "New York",
"province": "New York",
"postalCode": "A1B2C3",
"country": "US",
"maleEmployees": 100,
"femaleEmployees": 100,
"relationshipsCount": 0,
"permissions": [
"edit"
],
"createdAt": "2024-09-01T08:30:00Z",
"updatedAt": "2025-06-10T13:45:00Z",
"inspId": "acme-corp",
"invitationStatus": "New",
"webLinks": [
"https://www.linkedin.com/company/abc-supplier",
"https://facebook.com/abc-supplier"
],
"yearEstablished": 1998,
"legalBusinessName": "ABC Textiles Co., Ltd.",
"subsidiaries": [
"ABC Vietnam Ltd.",
"ABC Bangladesh Co., Ltd."
],
"targetMarketSegments": [
"Mass Market",
"Luxury Only"
],
"geographicMarketsServed": [
"Asia-Pacific",
"Europe"
],
"primaryLanguages": [
"en",
"vi"
],
"timeZones": [
"America/Fort_Nelson",
"Asia/Singapore"
],
"nearestAirports": [
"SGN",
"HAN",
"BKK"
],
"nearestSeaports": [
"VNSGN",
"THBKK"
],
"customFields": {
"factoryCode": "GTX001"
},
"businessUnitCategories": [
"businessUnitCategory1",
"businessUnitCategory2"
],
"businessUnits": [
"businessUnit1",
"businessUnit2"
]
}