GET api_v2/Accounts/GetRegistrationDate?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> <RegistrationDate>sample string 1</RegistrationDate> </Result>
application/json, text/json
Sample:
{ "RegistrationDate": "sample string 1" }