SubOrganizationRelationshipListResponse
Response containing list of sub-organization relationships
data object[]required
Array of relationships associated with the specified sub-organization
target objectrequired
The organization linked to the sub-organization
Internal ID of the organization
5537External ID of the organization, as provided by the API consumer
Possible values: <= 255 characters
ID-LOCALType of the organization.
- F: Factory
- S: Supplier
- R: Retailer
- B: Brand
- I: Inspection Agency
Possible values: [F, S, B, R, I]
BDisplay name of the organization
Possible values: <= 255 characters
LOCAL_ORG_CHECKSystem identifier used in application URLs (nullable)
Possible values: <= 10 characters
nullOrganization status as defined by the external system or API consumer (nullable)
Possible values: [active, inactive, awaiting approval, draft, suspended, blacklisted, closed]
draftIndicates the current status of the relationship
Possible values: [active, inactive]
active{
"data": [
{
"target": {
"id": 5537,
"externalId": "ID-LOCAL",
"type": "B",
"name": "LOCAL_ORG_CHECK",
"inspId": null,
"externalStatus": "draft"
},
"relationshipStatus": "active"
}
]
}