ShareOrganizationResponse
data object[]required
Array of operation results
Array [
- ShareOrganizationSuccessItem
- ShareOrganizationErrorItem
idintegerrequired
ID of the successfully shared organization
Example:
456
statusintegerrequired
HTTP status code for this operation
Example:
201
statusintegerrequired
HTTP status code for this operation
Example:
400
error objectrequired
Error details for the failed operation
organizationstring
Error message related to the organization
Possible values: <= 500 characters
Example:
Organization not found
receiverstring
Error message related to the receiver
Possible values: <= 500 characters
Example:
Receiver organization not found
property name*any
Error details for the failed operation
]
ShareOrganizationResponse
{
"data": [
{
"id": 456,
"status": 201
},
{
"status": 400,
"error": {
"organization": "Organization not found"
}
}
]
}