This API is used to submit a port-in request for new customers. It's applicable only when the customer was initially created using the create_customer_prepaid_multiline
API without specifying "PORTIN" in the activation_type
.
The possible values for activation_type
are:
- NEW-ACTIVATION: Assigns a new phone number.
- PORT-IN: Initiates a port-in request to transfer an existing phone number.
If you prefer not to allow the customer to choose their option during purchase, set activation_type
to NEWACTIVATION. After the purchase is complete, the customer can later decide to port their number. In that case, you can process the request using the create_portin_v2_when_create_customer_was_called_without_portin_tag
API.
Click the button below to explore complete API documentation.