GET api_v2/AccountSaleManager/GetAccountSaleManagerInfo?accountId={accountId}
Получить информацию по сейл менеджеру для аккаунта
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
accountId | Id аккаунта |
Define this parameter in the request URI. |
Response Information
Информацию по сейл менеджеру для аккаунта
Response body formats
application/xml, text/xml
Sample:
<Response> <Login>sample string 1</Login> </Response>
application/json, text/json
Sample:
{ "Login": "sample string 1" }