Bing Translator Web Service
Bing Translator Web Service / All Operations Resource Group / /V2/Soap.svc/GetAppIdToken (Method)
In This Topic
    Method/V2/Soap.svc/GetAppIdToken
    In This Topic
    Request (LanguageService_GetAppIdToken_InputMessage)

    The request body is of type GetAppIdToken.

    Request Body Parameters

    NameDescriptionData Type
     xml:string
     xml:int
     xml:int
     xml:int
    expireSeconds Element maxRatingWrite Element minRatingRead Element appId Element Sequence GetAppIdToken Element

    Overview

    Sequence
    appId optional xs:string
    A string containing "Bearer" + " " + access token.
    minRatingRead optional xs:int
    maxRatingWrite optional xs:int
    expireSeconds optional xs:int
    Response (LanguageService_GetAppIdToken_OutputMessage)

    The response body is of type GetAppIdTokenResponse.

    Response Body Parameters

    NameDescriptionData Type
     xml:string
    GetAppIdTokenResult Element Sequence GetAppIdTokenResponse Element

    Overview

    Sequence
    GetAppIdTokenResult optional xs:string
    See Also