UserOutgoingCallingPlanPinholeDigitPlanCallMeNowGetRequest
Bases: OCIRequest
Request the Call Me Now permissions for Pinhole digit patterns for a user. The response is either a UserOutgoingCallingPlanPinholeDigitPlanCallMeNowgGetResponse or an ErrorResponse.
Attributes:
user_id (str):
Source code in src/mercury_ocip_fast/commands/commands.py
Responses
Example Usage
from mercury_ocip_fast.client import Client
from mercury_ocip_fast.commands import UserOutgoingCallingPlanPinholeDigitPlanCallMeNowGetRequest
client = Client()
command = UserOutgoingCallingPlanPinholeDigitPlanCallMeNowGetRequest(
user_id=...,
)
response = client.command(command)
print(response)