ActivateType

This method is used to activate a specific version of a type.

Parameter

  • token

    The token got by calling Login.

    Type: string

  • mainType

    The main type of the custom type.

    Type: string

  • typeName

    The custom type name.

    Type: string

  • versionName

    The version name.

    Type: string

Used Return Values

  • GrantResult

    String containing code and message; Separated by a comma.

    Type: string

    Examples:

    • 0, Success
    • 4, Authentication Error