Create default Configuration for a given project
Create Communication Configuration for a given project
Successful operation
object | |||||||||||
webhookUrl | string | ||||||||||
defaultPortTime | string The default time for porting in numbers. If you don't specify a time in the order this time will be used. | ||||||||||
defaultPortTimeZone | string The default time zone for porting in numbers. If you don't specify a time zone in the order, this time zone will be used.
|
{ }
{- "contact": {
- "email": "string",
- "name": "string",
- "phone": "string"
}, - "webhookUrl": "string",
- "defaultPortTime": "09:00:00",
- "defaultPortTimeZone": "US/Eastern"
}
Retrieve Notification Configuration for a given project
Successful operation
object | |||||||||||
webhookUrl | string | ||||||||||
defaultPortTime | string The default time for porting in numbers. If you don't specify a time in the order this time will be used. | ||||||||||
defaultPortTimeZone | string The default time zone for porting in numbers. If you don't specify a time zone in the order, this time zone will be used.
|
{- "contact": {
- "email": "string",
- "name": "string",
- "phone": "string"
}, - "webhookUrl": "string",
- "defaultPortTime": "09:00:00",
- "defaultPortTimeZone": "US/Eastern"
}
Update default configurations for a given project
Update default configurations for a given project
object | |||||||||||
webhookUrl | string | ||||||||||
defaultPortTime | string The default time for porting in numbers. If you don't specify a time in the order this time will be used. | ||||||||||
defaultPortTimeZone | string The default time zone for porting in numbers. If you don't specify a time zone in the order, this time zone will be used.
|
Successful operation
object | |||||||||||
webhookUrl | string | ||||||||||
defaultPortTime | string The default time for porting in numbers. If you don't specify a time in the order this time will be used. | ||||||||||
defaultPortTimeZone | string The default time zone for porting in numbers. If you don't specify a time zone in the order, this time zone will be used.
|
{ }
{- "contact": {
- "email": "string",
- "name": "string",
- "phone": "string"
}, - "webhookUrl": "string",
- "defaultPortTime": "09:00:00",
- "defaultPortTimeZone": "US/Eastern"
}