Bandwidth · JSON Structure

Phone Numbers Port In Response Structure

Response containing port-in request details

Type: object Properties: 4
CommunicationsCPaaSVoiceMessagingTelephonySMSMFA

PortInResponse is a JSON Structure definition published by Bandwidth, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

portInId status requestedFocDate actualFocDate

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/bandwidth/refs/heads/main/json-structure/phone-numbers-port-in-response-structure.json",
  "name": "PortInResponse",
  "description": "Response containing port-in request details",
  "type": "object",
  "properties": {
    "portInId": {
      "type": "string",
      "description": "The unique identifier for the port-in request"
    },
    "status": {
      "type": "string",
      "description": "The current status of the port-in request"
    },
    "requestedFocDate": {
      "type": "string",
      "format": "date",
      "description": "The requested FOC date"
    },
    "actualFocDate": {
      "type": "string",
      "format": "date",
      "description": "The actual FOC date assigned by the carrier"
    }
  }
}