Apply carrier-group details
port_set_group_detailsApply losing-carrier account details (account number, BTN, PIN, names, service address) to all telephone numbers in a SPID group. Run after port_get_request and before port_validate_request.
Instructions
Apply losing-carrier account details (account number, BTN, PIN, service address, names) to EVERY TN in one SPID group. Group membership is recomputed from live TNIQ details, not client-supplied. Get SPID groups from port_get_request; run before port_validate_request. Errors: INVALID_PAYLOAD, INVALID_PARAM, NOT_FOUND, TNIQ_ERROR.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Port request UUID (from port_list_requests or port_create_request) | |
| btn | No | Billing telephone number (10-digit) on the losing account | |
| pin | No | Account PIN/passcode with the losing carrier | |
| spid | Yes | Losing-carrier SPID (from port_get_request's SPID groups) | |
| business_name | No | Business name on the losing account | |
| end_user_name | No | End-user name on the losing account | |
| account_number | No | Account number with the losing carrier | |
| service_address | No | Service address on file with the losing carrier |