OnTime REST API
OnTime REST API / Contact Json Schema
In This Topic
    Contact Json Schema
    In This Topic
    Description
    Represents a comprehensive Contact record within the OnTime API.
    Overview
    Contact
    Represents a comprehensive Contact record within the OnTime API.
    ID : string
    The unique identifier of this Contact.
    CustomerID : string
    The unique identifier of the Customer associated with this Contact.
    Name : string
    The name assigned to this Contact.
    Email : string
    The email address assigned to this Contact.
    Phone : string
    The phone number assigned to this Contact.
    Properties
    NameDescriptionData Type
    The unique identifier of this Contact.string
    The unique identifier of the Customer associated with this Contact.string
    The name assigned to this Contact.string
    The email address assigned to this Contact.string
    The phone number assigned to this Contact.string
    See Also