OrganizationIdentifier-2
idintegerrequired
Internal ID of the organization identifier record
Example:
100
identifier objectrequired
Object describing the type of identifier
idinteger
Internal ID of the identifier type
Example:
60
namestring
Full name of the identifier type
Example:
OSH (Open Supply Hub) ID
keystring
Standardized key for the identifier
Example:
OSH ID
uniqueboolean
Boolean indicates whether this identifier must be unique per organization
valuestringrequired
Actual value of the identifier assigned to the organization
Example:
12312
updatedAtdate-timerequired
The timestamp (UTC format) of when the identifier was last updated
Example:
2025-07-04T08:28:50Z
OrganizationIdentifier-2
{
"id": 100,
"identifier": {
"id": 60,
"name": "OSH (Open Supply Hub) ID",
"key": "OSH ID",
"unique": true
},
"value": "12312",
"updatedAt": "2025-07-04T08:28:50Z"
}