SubOrganization
Internal unique identifier of the sub-organization (system-generated)
5472The identifier assigned by the API consumer
Possible values: <= 255 characters
New-Sub-ORG-IDOfficial name of the sub-organization
Possible values: <= 255 characters
ABCGHSub-organization status as defined by the external system or API consumer
Possible values: [active, inactive, awaiting approval, draft, suspended, blacklisted, closed]
activeCountry where the sub-organization is located (ISO 3166-1 alpha-2 format)
Possible values: <= 2 characters, Value must match regular expression ^[A-Z]{2}$
AFThe city where the sub-organization is located
Possible values: <= 100 characters
The province or state where the sub-organization is located
Possible values: <= 100 characters
Postal or ZIP code of the sub-organization's address
Possible values: <= 20 characters
Number of male employees reported by the sub-organization
123456Number of female employees reported by the sub-organization
1241List of solutions used by the sub-organization
Possible values: [Inspection, T&A, Lab Test]
["Inspection","T&A","Lab Test"]The phone number of the sub-organization
Possible values: <= 50 characters
Timestamp when the sub-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-12-18T09:51:32ZlinkedOrganizations object[]required
List of organizations linked to this sub-organization
Internal unique identifier of the linked organization
5484Name of the linked organization
Possible values: <= 255 characters
Test Local Org link to sub org 9897970123{
"id": 5472,
"externalId": "New-Sub-ORG-ID",
"name": "ABCGH",
"externalStatus": "active",
"country": "AF",
"city": "",
"province": "",
"postalCode": "",
"maleEmployees": 123456,
"femaleEmployees": 1241,
"solutionsUsed": [
"Inspection",
"T&A",
"Lab Test"
],
"phoneNumber": "",
"updatedAt": "2025-12-18T09:51:32Z",
"linkedOrganizations": [
{
"id": 5484,
"name": "Test Local Org 1"
},
{
"id": 5189,
"name": "Test Local Org 2"
},
{
"id": 5203,
"name": "Test Local Org 3"
}
]
}