Attributes
| Param | Type | Description | |
|---|---|---|---|
node_id | string | Unique identifier for the node. | |
node_type | string | Component type of the node. Value is always multi_party_call. | |
phlo_id | string | Unique identifier for the PHLO. | |
member_address | Phone number or SIP endpoint address of the member to put on hold. | ||
created_on | timestamp | Datetime when the PHLO was created. Format: YYYY-MM-DD HH:mm:ss.SSSSSS+ | -hh:mm |
Example Object
{
"node_id": "36989807-a76f-4555-84d1-9dfdccca7a80",
"node_type": "multi_party_call",
"phlo_id": "e564a84a-7910-4447-b16f-65c541dd552c",
"member_address": "9999999999",
"created_on": "2020-11-03 19:32:33.240504+00:00'
}