TierMembersResponse
Properties
string
entity_id
Optional
Not available
string
entity_type
Optional
Not available
string
name
Optional
Not available
JSON Example
{
"entity_id": "string",
"entity_type": "string",
"members": [
{
"entity_id": "string",
"entity_type": "string",
"vendor_infos": [
{
"manager": {
"entity_id": "string",
"entity_type": "enum"
},
"vendor_ids": [
{
"id_type": "string",
"id_value": "string"
}
]
}
]
}
],
"name": "string"
}