GET api_v2/Accounts/GetIDs?registrationDateFrom={registrationDateFrom}®istrationDateTo={registrationDateTo}
Get registration date
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
registrationDateFrom | No documentation available. |
Define this parameter in the request URI. |
registrationDateTo | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/xml, text/xml
Sample:
<Result> <AccountIDs Type="sample string 1"> <Item>8e1e255c-4e34-4c98-93c8-9c8035fa1e32</Item> <Item>1961ebea-f624-429f-b815-a097cf9542cb</Item> <Item>178df102-87fc-41ec-b281-4a173a492997</Item> </AccountIDs> </Result>
application/json, text/json
Sample:
{ "AccountIDs": { "List": [ "8e1e255c-4e34-4c98-93c8-9c8035fa1e32", "1961ebea-f624-429f-b815-a097cf9542cb", "178df102-87fc-41ec-b281-4a173a492997" ] } }