GET api_v2/Accounts/GetReferralAccountID?accountID={accountID}
Получить идентификатор рефферала по идентификатору аккаунта.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
accountID | Идентификатор аккаунта. |
Define this parameter in the request URI. |
Response Information
Идентификатор рефферала
Response body formats
application/xml, text/xml
Sample:
<Result> <ReferralAccountID>sample string 1</ReferralAccountID> </Result>
application/json, text/json
Sample:
{ "ReferralAccountID": "sample string 1" }