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 List Events Response

    {
        "items": [
            {
                "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                "transactionId": "75906707-8c31-479c-b354-aa805c4cefbc",
                "tenantId": "f97df110-f4de-492e-8849-4a6af68026b0",
                "eventType": "ContactAdded",
                "eventTypeShortCode": "string",
                "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"
                        }
                    ]
                },
                "sequenceNumber": 0,
                "createdDate": "2019-08-24T14:15:22.123Z"
            }
        ],
        "page": 2,
        "pageSize": 1,
        "availableCount": 0,
        "totalPages": 0
    }
    Built with