Veco Plus API
    Veco Plus API
    • Introduction
    • Authentication
    • API Keys
    • Rate Limits
    • Data Types
    • Enums Reference Guide
    • Contacts
      • List all events
        GET
      • Get event by id
        GET
    • Properties
      • List all events
        GET
      • Get event by id
        GET
    • Schemas
      • Contact communication
      • Property payload
      • Property Address
      • Property Price Information
      • Property Media
      • Property Details
      • Property Sizing
      • Property Rooms
      • Property List Events Response
      • Property EPC Information
      • Property Obligations
      • Property Risks
      • ExternalOfficeReference
      • Contact List Events Response
      • Contact payload

    Contact payload

    {
        "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
        "firstName": "string",
        "surname": "string",
        "otherName": "string",
        "companyName": "string",
        "canSendEmail": true,
        "canSendPost": true,
        "canSendSms": true,
        "canSendDetails": true,
        "hasGivenGdprDataConsent": true,
        "hasGivenGdprMarketingConsent": true,
        "communications": {
            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
            "communicationType": "Email",
            "communicationDetail": "string",
            "defaultMethod": true,
            "communicationOrder": 0,
            "isArchived": true,
            "createdDate": "2019-08-24T14:15:22.123Z",
            "updatedDate": "2019-08-24T14:15:22.123Z"
        },
        "createdDate": "2019-08-24T14:15:22.123Z",
        "updatedDate": "2019-08-24T14:15:22.123Z",
        "externalOfficeReference": "string",
        "title": "string",
        "contactTypesList": [
            "string"
        ],
        "ExternalOfficeReferences": [
            {
                "BrandId": "string",
                "Reference": "string",
                "Name": "string"
            }
        ]
    }
    Built with