OrganizationDetail
Internal unique identifier of the organization (system-generated)
1269
The identifier assigned by the API consumer
Possible values: <= 255 characters
S-123
Official name of the organization
Possible values: <= 255 characters
Acme Corp
Classification of the organization. Support F(Factory), S(Supplier), B(Brand), R(Retailer), I(Inspection Agency)
Possible values: [F
, S
, B
, R
, I
]
S
List 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
1505111222
Organization status as defined by the external system or API consumer
Possible values: [active
, inactive
, awaiting approval
, draft
, suspended
, blacklisted
, closed
]
active
The street address of the organization
Possible values: <= 500 characters
5 Madison Avenue
The city where the organization is located
Possible values: <= 100 characters
New York
The province or state where the organization is located
Possible values: <= 100 characters
New York
Postal or ZIP code of the organization's address
Possible values: <= 20 characters
A1B2C3
Country where the organization is located (ISO 3166-1 alpha-2 format recommended)
Possible values: <= 2 characters
, Value must match regular expression ^[A-Z]{2}$
US
Number of male employees reported by the organization
100
Number of female employees reported by the organization
100
Indicates 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:00Z
Timestamp 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:00Z
The customizable internal identifier is shown in the URL and visible to users
Possible values: <= 10 characters
acme-corp
Current onboarding status of the organization
Possible values: <= 20 characters
New
Key-value pairs for organization-specific data fields
{"factoryCode":"GTX001"}
contacts object[]required
List of primary contact persons for the organization
First name of the contact person
Possible values: <= 100 characters
Minh
Last name of the contact person
Possible values: <= 100 characters
Tran
Email address of the contact person
Possible values: <= 255 characters
[email protected]
Phone number of the contact person
Possible values: <= 50 characters
+84 912 345 678
Job title or role of the contact person within the organization, can refer from List Contact Roles API
Possible values: <= 100 characters
Factory Manager
location objectrequired
Location coordinates of the organization
Longitude of the organization's location
121.4737
Latitude of the organization's location
31.2304
{
"id": 1269,
"externalId": "S-123",
"name": "Acme Corp",
"type": "S",
"capabilities": [
"Dyeing",
"Knitting",
"Cut & Sew"
],
"phoneNumber": "1505111222",
"externalStatus": "active",
"address": "5 Madison Avenue",
"city": "New York",
"province": "New York",
"postalCode": "A1B2C3",
"country": "US",
"maleEmployees": 100,
"femaleEmployees": 100,
"permissions": [
"edit"
],
"createdAt": "2024-09-01T08:30:00Z",
"updatedAt": "2025-06-10T13:45:00Z",
"inspId": "acme-corp",
"onboardingStatus": "New",
"customFields": {
"factoryCode": "GTX001"
},
"contacts": [
{
"firstName": "Minh",
"lastName": "Tran",
"email": "[email protected]",
"phoneNumber": "+84 912 345 678",
"role": "Factory Manager"
}
],
"location": {
"longitude": 121.4737,
"latitude": 31.2304
}
}