Personal tools

From HEXONET Wiki

Revision as of 14:20, 4 September 2012 by WikiAdmin (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

The StatusDomainAccount command is used to check your registrar account. For example: How is the account balance?
The informations are retrieved directly from the registry. The RegistrarOC handler caches the values for a certain time (if you need specific cache timeouts, please contact the support).
The parameter TRIGGER is required if the RegistarOC handler is not assigned to the user (or one of his subusers) requested the command.



[COMMAND]

  (required)
  command = StatusDomainAccount
  repository = (REPOSITORY)

  (optional)
  trigger = (TRIGGER)

EOF


[RESPONSE]

  (required)
  code = (CODE)
  description = (DESCRIPTION)

  (optional)
  property[credit][0] = (INT)
  property[currency][0] = (TEXT)
  property[status][0] = (TEXT)
  property[x-eurid-penaltypoints][0] = (INT)
  property[x-eurid-max-penaltypoints][0] = (INT)
  property[x-eurid-prepaymentlevel][0] = (INT)

  property[cache_createddate][0] = (DATE)
  property[cache_expireinsec][0] = (INT)

  property[max_account_credit][0] = (INT)
  property[min_account_credit][0] = (INT)
  property[account_must_be_status][0] = (TEXT)

EOF