PortOutCredentials

Port out credentials issued by network provider and used for the porting process at the target provider.

  • Name
    object
    Type
    string
    Description

    Type of object is always portOutCredentials.

    Allowed values: portOutCredentials 
  • Name
    accountNumber
    Type
    nullable string
    Description

    The account number on the service provider. Account number is null if no account number is issued in the respective country.

    Example: "123456789"
  • Name
    accountPin
    Type
    string
    Description

    The account pin from the service provider.

    Example: "1234"
  • Name
    portOut
    Type
    string
    Description

    Unique identifier of the port out this credentials are for.

    Example: "pto_0SNlurA049MEWV4DWEaT4SaeDI8s"

Example

{
  "object": "portOutCredentials",
  "accountNumber": "123456789",
  "accountPin": "1234",
  "portOut": "pto_0SNlurA049MEWV4DWEaT4SaeDI8s"
}