ServiceProvider

  • Name
    object
    Type
    string
    Description

    Type of object is always serviceProvider.

    Allowed values: serviceProvider 
  • Name
    id
    Type
    string
    Description

    Unique identifier for the service provider.

    Example: "svp_0SNlurA01K6GY5L0XJffY8"
  • Name
    country
    Type
    string
    Description

    The ISO 3166-1 alpha-2 country code of the service provider.

    Example: "US"
  • Name
    name
    Type
    string
    Description

    The name of the service provider, usually a brand name.

    Example: "AT&T"
  • Name
    recipientProviders
    Type
    array
    Description

    List of network providers IDs that can receive portings from the service provider.

    Default: p3

Example

{
  "object": "serviceProvider",
  "id": "svp_0SNlurA01K6GY5L0XJffY8",
  "country": "US",
  "name": "AT&T",
  "recipientProviders": [
    "p3"
  ]
}