Number Portout
List eligible port-out rejection codes for a specific order
Given a port-out ID, list rejection codes that are eligible for that port-out
get/portouts/rejections/{portout_id}
Path parameters
portout_idstring required
Example:329d6658-8f93-405d-862f-648776e8afd7
Identifies a port out order.
Query parameters
Consolidated filter parameter (deepObject style). Originally: filter[code], filter[code][in]
{
"code": 1002
}Response
Successful response
Example response
{
"data": [
{
"code": 1002,
"description": "Invalid PIN"
}
]
}