@akamai/openapi-ts
    Preparing search index...

    Type Alias PostProfilePhoneNumberData

    type PostProfilePhoneNumberData = {
        body?: { iso_code: string; phone_number: string };
        path?: never;
        query?: never;
        url: "profile/phone-number";
    }
    Index

    Properties

    Properties

    body?: { iso_code: string; phone_number: string }

    Enter a phone number and country code for verification.

    Type Declaration

    • iso_code: string

      The two-letter ISO 3166 country code associated with the phone number.

    • phone_number: string

      A valid phone number.

    path?: never
    query?: never
    url: "profile/phone-number"