PHP Domainrobot SDK Documentation
Guide
InterNetX (opens new window)
Imprint (opens new window)
Terms and conditions (opens new window)
GitHub (opens new window)
Guide
InterNetX (opens new window)
Imprint (opens new window)
Terms and conditions (opens new window)
GitHub (opens new window)
  • Introduction

    • Preamble
    • Changelog
    • Installation and Usage
    • Example Implementations
  • Basics

    • Logging Requests and Responses
    • Asynchronous vs Synchronous Requests
    • Setting Headers
    • Exception handling
  • Working with Models

    • Models
    • Instantiating models
    • Model configuration
  • Supported API calls

    • Certificate
    • Contact
    • Document
    • Domain
    • Domain cancelation
    • Domainstudio
    • PC Domains
    • Poll
    • Redirect
    • SslContact
    • Transferout
    • TrustedApplication
    • User
    • Whois
    • Zone
  • Available Constants

    • ACL Restriction
    • Crypto Format
    • Contact types
    • Registry Status
    • Time Unit

# Contact

General call of tasks:

 $objectJob = $domainrobot->contact->create($contact);

List of all available tasks with linked examples:

  • create (opens new window)(Contact $contact)
  • update (opens new window)(Contact $contact)
  • delete (opens new window)(int $contactID)
  • info (opens new window)(int $contactID)
  • list (opens new window)(Query $query = null)

← Certificate Document →