POST api/viewing/bookmultiviewing

Book multiple viewings appointment Processes this viewing API request. The parameter and response sections describe the data exchanged with the API.

Request Information

URI Parameters

None.

Body Parameters

The save multi viewing appointment data contract supplied with the request.

SaveMultiViewingAppointmentDataContract
NameDescriptionTypeAdditional information
TimePerViewing

The time per viewing value.

integer

None.

PotentialViewings

The collection of potential viewings.

Collection of ViewingSlotDataContract

None.

IsOpenHouse

Indicates whether this item is open house.

boolean

None.

Name

The name value.

string

None.

Description

The description value.

string

None.

AllDayEvent

Indicates whether all day event is true.

boolean

None.

StartDate

The start date, expressed as a date and time.

date

None.

EndDate

The end date, expressed as a date and time.

date

None.

EventStatus

The event status value.

EnumDataContract

None.

MeetingPlaceId

The unique identifier of the related meeting place resource.

integer

None.

TeamId

The unique identifier of the related team resource.

integer

None.

EventCategory

The event category value.

EnumDataContract

None.

EventType

The event type value.

EnumDataContract

None.

NegotiatorIds

The unique identifiers of the related negotiator resources.

Collection of integer

None.

AttendingGroups

The collection of attending groups.

Collection of AppointmentAttendeeCommandDataContract

None.

SpecialArrangements

The collection of special arrangements.

Collection of SpecialArrangementCommandDataContract

None.

FollowUpNegotiatorId

The unique identifier of the related follow up negotiator resource.

integer

None.

AppointmentRecurringSchedule

The appointment recurring schedule value.

AppointmentRecurringScheduleDataContract

None.

ExternalAppointmentReference

The external appointment reference value.

string

None.

Id

The unique identifier of this resource.

integer

None.

Request Formats

application/x-www-form-urlencoded

Sample:

Sample not available.

application/json, text/json

Sample:
{
  "TimePerViewing": 1,
  "PotentialViewings": [
    {
      "StartTime": "2026-08-05T01:28:16.0569718Z",
      "EndTime": "2026-08-05T01:28:16.0569718Z",
      "PropertyMarketingRoleId": 3,
      "ApprovedByVendor": {
        "Id": 1,
        "Name": "sample string 2",
        "SystemName": "sample string 3"
      },
      "Address": {
        "Location": {
          "CenterPoint": {
            "Latitude": 1.1,
            "Longitude": 2.1,
            "Altitude": 3.1,
            "Order": 4,
            "Id": 5
          },
          "Extent": [
            {
              "Latitude": 1.1,
              "Longitude": 2.1,
              "Altitude": 3.1,
              "Order": 4,
              "Id": 5
            },
            {
              "Latitude": 1.1,
              "Longitude": 2.1,
              "Altitude": 3.1,
              "Order": 4,
              "Id": 5
            }
          ],
          "ViewPoints": [
            {
              "Point": {
                "Latitude": 1.1,
                "Longitude": 2.1,
                "Altitude": 3.1,
                "Order": 4,
                "Id": 5
              },
              "Pitch": 1.1,
              "Heading": 2.1,
              "FieldOfVision": 3.1,
              "Zoom": 4.1,
              "Label": "sample string 5",
              "Id": 6
            },
            {
              "Point": {
                "Latitude": 1.1,
                "Longitude": 2.1,
                "Altitude": 3.1,
                "Order": 4,
                "Id": 5
              },
              "Pitch": 1.1,
              "Heading": 2.1,
              "FieldOfVision": 3.1,
              "Zoom": 4.1,
              "Label": "sample string 5",
              "Id": 6
            }
          ],
          "Id": 1
        },
        "AddressSource": {
          "Id": 1,
          "Name": "sample string 2",
          "SystemName": "sample string 3"
        },
        "SourceId": "sample string 1",
        "OrganizationName": "sample string 2",
        "Number": "sample string 3",
        "BuildingName": "sample string 4",
        "Street": "sample string 5",
        "Town": "sample string 6",
        "Locality": "sample string 7",
        "County": "sample string 8",
        "Country": "sample string 9",
        "Postcode": "sample string 10",
        "Uprn": "sample string 11",
        "CreatedDate": "2026-08-05T01:28:16.0569718Z",
        "CreatedBy": {
          "Initials": "sample string 1",
          "ContactName": "sample string 2",
          "Gender": {
            "Id": 1,
            "Name": "sample string 2",
            "SystemName": "sample string 3"
          },
          "Title": "sample string 3",
          "FirstName": "sample string 4",
          "LastName": "sample string 5",
          "PrimaryTelephone": {
            "Type": {
              "Id": 1,
              "Name": "sample string 2",
              "SystemName": "sample string 3"
            },
            "Value": "sample string 1",
            "Notes": "sample string 2",
            "ContactOrder": 3,
            "AllowContact": true,
            "MarketingContactStatus": {
              "Id": 1,
              "Name": "sample string 2",
              "SystemName": "sample string 3"
            },
            "Name": "sample string 5",
            "Id": 6
          },
          "PrimaryEmail": {
            "Type": {
              "Id": 1,
              "Name": "sample string 2",
              "SystemName": "sample string 3"
            },
            "Value": "sample string 1",
            "Notes": "sample string 2",
            "ContactOrder": 3,
            "AllowContact": true,
            "MarketingContactStatus": {
              "Id": 1,
              "Name": "sample string 2",
              "SystemName": "sample string 3"
            },
            "Name": "sample string 5",
            "Id": 6
          },
          "JobTitle": "sample string 6",
          "Id": 7
        },
        "Id": 13
      },
      "VendorAttending": true,
      "Id": 5
    },
    {
      "StartTime": "2026-08-05T01:28:16.0569718Z",
      "EndTime": "2026-08-05T01:28:16.0569718Z",
      "PropertyMarketingRoleId": 3,
      "ApprovedByVendor": {
        "Id": 1,
        "Name": "sample string 2",
        "SystemName": "sample string 3"
      },
      "Address": {
        "Location": {
          "CenterPoint": {
            "Latitude": 1.1,
            "Longitude": 2.1,
            "Altitude": 3.1,
            "Order": 4,
            "Id": 5
          },
          "Extent": [
            {
              "Latitude": 1.1,
              "Longitude": 2.1,
              "Altitude": 3.1,
              "Order": 4,
              "Id": 5
            },
            {
              "Latitude": 1.1,
              "Longitude": 2.1,
              "Altitude": 3.1,
              "Order": 4,
              "Id": 5
            }
          ],
          "ViewPoints": [
            {
              "Point": {
                "Latitude": 1.1,
                "Longitude": 2.1,
                "Altitude": 3.1,
                "Order": 4,
                "Id": 5
              },
              "Pitch": 1.1,
              "Heading": 2.1,
              "FieldOfVision": 3.1,
              "Zoom": 4.1,
              "Label": "sample string 5",
              "Id": 6
            },
            {
              "Point": {
                "Latitude": 1.1,
                "Longitude": 2.1,
                "Altitude": 3.1,
                "Order": 4,
                "Id": 5
              },
              "Pitch": 1.1,
              "Heading": 2.1,
              "FieldOfVision": 3.1,
              "Zoom": 4.1,
              "Label": "sample string 5",
              "Id": 6
            }
          ],
          "Id": 1
        },
        "AddressSource": {
          "Id": 1,
          "Name": "sample string 2",
          "SystemName": "sample string 3"
        },
        "SourceId": "sample string 1",
        "OrganizationName": "sample string 2",
        "Number": "sample string 3",
        "BuildingName": "sample string 4",
        "Street": "sample string 5",
        "Town": "sample string 6",
        "Locality": "sample string 7",
        "County": "sample string 8",
        "Country": "sample string 9",
        "Postcode": "sample string 10",
        "Uprn": "sample string 11",
        "CreatedDate": "2026-08-05T01:28:16.0569718Z",
        "CreatedBy": {
          "Initials": "sample string 1",
          "ContactName": "sample string 2",
          "Gender": {
            "Id": 1,
            "Name": "sample string 2",
            "SystemName": "sample string 3"
          },
          "Title": "sample string 3",
          "FirstName": "sample string 4",
          "LastName": "sample string 5",
          "PrimaryTelephone": {
            "Type": {
              "Id": 1,
              "Name": "sample string 2",
              "SystemName": "sample string 3"
            },
            "Value": "sample string 1",
            "Notes": "sample string 2",
            "ContactOrder": 3,
            "AllowContact": true,
            "MarketingContactStatus": {
              "Id": 1,
              "Name": "sample string 2",
              "SystemName": "sample string 3"
            },
            "Name": "sample string 5",
            "Id": 6
          },
          "PrimaryEmail": {
            "Type": {
              "Id": 1,
              "Name": "sample string 2",
              "SystemName": "sample string 3"
            },
            "Value": "sample string 1",
            "Notes": "sample string 2",
            "ContactOrder": 3,
            "AllowContact": true,
            "MarketingContactStatus": {
              "Id": 1,
              "Name": "sample string 2",
              "SystemName": "sample string 3"
            },
            "Name": "sample string 5",
            "Id": 6
          },
          "JobTitle": "sample string 6",
          "Id": 7
        },
        "Id": 13
      },
      "VendorAttending": true,
      "Id": 5
    }
  ],
  "IsOpenHouse": true,
  "Name": "sample string 3",
  "Description": "sample string 4",
  "AllDayEvent": true,
  "StartDate": "2026-08-05T01:28:16.0725996Z",
  "EndDate": "2026-08-05T01:28:16.0725996Z",
  "EventStatus": {
    "Id": 1,
    "Name": "sample string 2",
    "SystemName": "sample string 3"
  },
  "MeetingPlaceId": 7,
  "TeamId": 8,
  "EventCategory": {
    "Id": 1,
    "Name": "sample string 2",
    "SystemName": "sample string 3"
  },
  "EventType": {
    "Id": 1,
    "Name": "sample string 2",
    "SystemName": "sample string 3"
  },
  "NegotiatorIds": [
    1,
    2
  ],
  "AttendingGroups": [
    {
      "Type": {
        "Id": 1,
        "Name": "sample string 2",
        "SystemName": "sample string 3"
      },
      "Group": {
        "Name": "sample string 1",
        "Description": "sample string 2",
        "Members": [
          {
            "Person": {
              "PersonId": 1,
              "Gender": {
                "Id": 1,
                "Name": "sample string 2",
                "SystemName": "sample string 3"
              },
              "Title": "sample string 1",
              "FirstName": "sample string 2",
              "LastName": "sample string 3",
              "Addresses": [
                {
                  "ContactOrder": 1,
                  "AddressType": {
                    "Id": 1,
                    "Name": "sample string 2",
                    "SystemName": "sample string 3"
                  },
                  "Latitude": 2.1,
                  "Longitude": 3.1,
                  "AddressSource": {
                    "Id": 1,
                    "Name": "sample string 2",
                    "SystemName": "sample string 3"
                  },
                  "SourceId": "sample string 4",
                  "OrganizationName": "sample string 5",
                  "Number": "sample string 6",
                  "BuildingName": "sample string 7",
                  "Street": "sample string 8",
                  "Town": "sample string 9",
                  "Locality": "sample string 10",
                  "County": "sample string 11",
                  "Country": "sample string 12",
                  "Postcode": "sample string 13",
                  "Uprn": "sample string 14",
                  "CreatedDate": "2026-08-05T01:28:16.0725996Z",
                  "CreatedBy": {
                    "Initials": "sample string 1",
                    "ContactName": "sample string 2",
                    "Gender": {
                      "Id": 1,
                      "Name": "sample string 2",
                      "SystemName": "sample string 3"
                    },
                    "Title": "sample string 3",
                    "FirstName": "sample string 4",
                    "LastName": "sample string 5",
                    "PrimaryTelephone": {
                      "Type": {
                        "Id": 1,
                        "Name": "sample string 2",
                        "SystemName": "sample string 3"
                      },
                      "Value": "sample string 1",
                      "Notes": "sample string 2",
                      "ContactOrder": 3,
                      "AllowContact": true,
                      "MarketingContactStatus": {
                        "Id": 1,
                        "Name": "sample string 2",
                        "SystemName": "sample string 3"
                      },
                      "Name": "sample string 5",
                      "Id": 6
                    },
                    "PrimaryEmail": {
                      "Type": {
                        "Id": 1,
                        "Name": "sample string 2",
                        "SystemName": "sample string 3"
                      },
                      "Value": "sample string 1",
                      "Notes": "sample string 2",
                      "ContactOrder": 3,
                      "AllowContact": true,
                      "MarketingContactStatus": {
                        "Id": 1,
                        "Name": "sample string 2",
                        "SystemName": "sample string 3"
                      },
                      "Name": "sample string 5",
                      "Id": 6
                    },
                    "JobTitle": "sample string 6",
                    "Id": 7
                  },
                  "Id": 16
                },
                {
                  "ContactOrder": 1,
                  "AddressType": {
                    "Id": 1,
                    "Name": "sample string 2",
                    "SystemName": "sample string 3"
                  },
                  "Latitude": 2.1,
                  "Longitude": 3.1,
                  "AddressSource": {
                    "Id": 1,
                    "Name": "sample string 2",
                    "SystemName": "sample string 3"
                  },
                  "SourceId": "sample string 4",
                  "OrganizationName": "sample string 5",
                  "Number": "sample string 6",
                  "BuildingName": "sample string 7",
                  "Street": "sample string 8",
                  "Town": "sample string 9",
                  "Locality": "sample string 10",
                  "County": "sample string 11",
                  "Country": "sample string 12",
                  "Postcode": "sample string 13",
                  "Uprn": "sample string 14",
                  "CreatedDate": "2026-08-05T01:28:16.0725996Z",
                  "CreatedBy": {
                    "Initials": "sample string 1",
                    "ContactName": "sample string 2",
                    "Gender": {
                      "Id": 1,
                      "Name": "sample string 2",
                      "SystemName": "sample string 3"
                    },
                    "Title": "sample string 3",
                    "FirstName": "sample string 4",
                    "LastName": "sample string 5",
                    "PrimaryTelephone": {
                      "Type": {
                        "Id": 1,
                        "Name": "sample string 2",
                        "SystemName": "sample string 3"
                      },
                      "Value": "sample string 1",
                      "Notes": "sample string 2",
                      "ContactOrder": 3,
                      "AllowContact": true,
                      "MarketingContactStatus": {
                        "Id": 1,
                        "Name": "sample string 2",
                        "SystemName": "sample string 3"
                      },
                      "Name": "sample string 5",
                      "Id": 6
                    },
                    "PrimaryEmail": {
                      "Type": {
                        "Id": 1,
                        "Name": "sample string 2",
                        "SystemName": "sample string 3"
                      },
                      "Value": "sample string 1",
                      "Notes": "sample string 2",
                      "ContactOrder": 3,
                      "AllowContact": true,
                      "MarketingContactStatus": {
                        "Id": 1,
                        "Name": "sample string 2",
                        "SystemName": "sample string 3"
                      },
                      "Name": "sample string 5",
                      "Id": 6
                    },
                    "JobTitle": "sample string 6",
                    "Id": 7
                  },
                  "Id": 16
                }
              ],
              "ContactItems": [
                {
                  "Id": 1,
                  "Type": {
                    "Id": 1,
                    "Name": "sample string 2",
                    "SystemName": "sample string 3"
                  },
                  "Value": "sample string 2",
                  "Notes": "sample string 3",
                  "ContactOrder": 4,
                  "AllowContact": true,
                  "MarketingContactStatus": {
                    "Id": 1,
                    "Name": "sample string 2",
                    "SystemName": "sample string 3"
                  },
                  "NormalisedRegionCode": "sample string 5"
                },
                {
                  "Id": 1,
                  "Type": {
                    "Id": 1,
                    "Name": "sample string 2",
                    "SystemName": "sample string 3"
                  },
                  "Value": "sample string 2",
                  "Notes": "sample string 3",
                  "ContactOrder": 4,
                  "AllowContact": true,
                  "MarketingContactStatus": {
                    "Id": 1,
                    "Name": "sample string 2",
                    "SystemName": "sample string 3"
                  },
                  "NormalisedRegionCode": "sample string 5"
                }
              ],
              "ServiceTypes": [
                {
                  "Service": {
                    "Id": 1,
                    "Name": "sample string 2",
                    "SystemName": "sample string 3"
                  },
                  "Referral": true
                },
                {
                  "Service": {
                    "Id": 1,
                    "Name": "sample string 2",
                    "SystemName": "sample string 3"
                  },
                  "Referral": true
                }
              ],
              "ExternalApplicantReference": "sample string 4",
              "Id": 5
            },
            "RelationshipType": {
              "Id": 1,
              "Name": "sample string 2",
              "SystemName": "sample string 3"
            },
            "Id": 1
          },
          {
            "Person": {
              "PersonId": 1,
              "Gender": {
                "Id": 1,
                "Name": "sample string 2",
                "SystemName": "sample string 3"
              },
              "Title": "sample string 1",
              "FirstName": "sample string 2",
              "LastName": "sample string 3",
              "Addresses": [
                {
                  "ContactOrder": 1,
                  "AddressType": {
                    "Id": 1,
                    "Name": "sample string 2",
                    "SystemName": "sample string 3"
                  },
                  "Latitude": 2.1,
                  "Longitude": 3.1,
                  "AddressSource": {
                    "Id": 1,
                    "Name": "sample string 2",
                    "SystemName": "sample string 3"
                  },
                  "SourceId": "sample string 4",
                  "OrganizationName": "sample string 5",
                  "Number": "sample string 6",
                  "BuildingName": "sample string 7",
                  "Street": "sample string 8",
                  "Town": "sample string 9",
                  "Locality": "sample string 10",
                  "County": "sample string 11",
                  "Country": "sample string 12",
                  "Postcode": "sample string 13",
                  "Uprn": "sample string 14",
                  "CreatedDate": "2026-08-05T01:28:16.0725996Z",
                  "CreatedBy": {
                    "Initials": "sample string 1",
                    "ContactName": "sample string 2",
                    "Gender": {
                      "Id": 1,
                      "Name": "sample string 2",
                      "SystemName": "sample string 3"
                    },
                    "Title": "sample string 3",
                    "FirstName": "sample string 4",
                    "LastName": "sample string 5",
                    "PrimaryTelephone": {
                      "Type": {
                        "Id": 1,
                        "Name": "sample string 2",
                        "SystemName": "sample string 3"
                      },
                      "Value": "sample string 1",
                      "Notes": "sample string 2",
                      "ContactOrder": 3,
                      "AllowContact": true,
                      "MarketingContactStatus": {
                        "Id": 1,
                        "Name": "sample string 2",
                        "SystemName": "sample string 3"
                      },
                      "Name": "sample string 5",
                      "Id": 6
                    },
                    "PrimaryEmail": {
                      "Type": {
                        "Id": 1,
                        "Name": "sample string 2",
                        "SystemName": "sample string 3"
                      },
                      "Value": "sample string 1",
                      "Notes": "sample string 2",
                      "ContactOrder": 3,
                      "AllowContact": true,
                      "MarketingContactStatus": {
                        "Id": 1,
                        "Name": "sample string 2",
                        "SystemName": "sample string 3"
                      },
                      "Name": "sample string 5",
                      "Id": 6
                    },
                    "JobTitle": "sample string 6",
                    "Id": 7
                  },
                  "Id": 16
                },
                {
                  "ContactOrder": 1,
                  "AddressType": {
                    "Id": 1,
                    "Name": "sample string 2",
                    "SystemName": "sample string 3"
                  },
                  "Latitude": 2.1,
                  "Longitude": 3.1,
                  "AddressSource": {
                    "Id": 1,
                    "Name": "sample string 2",
                    "SystemName": "sample string 3"
                  },
                  "SourceId": "sample string 4",
                  "OrganizationName": "sample string 5",
                  "Number": "sample string 6",
                  "BuildingName": "sample string 7",
                  "Street": "sample string 8",
                  "Town": "sample string 9",
                  "Locality": "sample string 10",
                  "County": "sample string 11",
                  "Country": "sample string 12",
                  "Postcode": "sample string 13",
                  "Uprn": "sample string 14",
                  "CreatedDate": "2026-08-05T01:28:16.0725996Z",
                  "CreatedBy": {
                    "Initials": "sample string 1",
                    "ContactName": "sample string 2",
                    "Gender": {
                      "Id": 1,
                      "Name": "sample string 2",
                      "SystemName": "sample string 3"
                    },
                    "Title": "sample string 3",
                    "FirstName": "sample string 4",
                    "LastName": "sample string 5",
                    "PrimaryTelephone": {
                      "Type": {
                        "Id": 1,
                        "Name": "sample string 2",
                        "SystemName": "sample string 3"
                      },
                      "Value": "sample string 1",
                      "Notes": "sample string 2",
                      "ContactOrder": 3,
                      "AllowContact": true,
                      "MarketingContactStatus": {
                        "Id": 1,
                        "Name": "sample string 2",
                        "SystemName": "sample string 3"
                      },
                      "Name": "sample string 5",
                      "Id": 6
                    },
                    "PrimaryEmail": {
                      "Type": {
                        "Id": 1,
                        "Name": "sample string 2",
                        "SystemName": "sample string 3"
                      },
                      "Value": "sample string 1",
                      "Notes": "sample string 2",
                      "ContactOrder": 3,
                      "AllowContact": true,
                      "MarketingContactStatus": {
                        "Id": 1,
                        "Name": "sample string 2",
                        "SystemName": "sample string 3"
                      },
                      "Name": "sample string 5",
                      "Id": 6
                    },
                    "JobTitle": "sample string 6",
                    "Id": 7
                  },
                  "Id": 16
                }
              ],
              "ContactItems": [
                {
                  "Id": 1,
                  "Type": {
                    "Id": 1,
                    "Name": "sample string 2",
                    "SystemName": "sample string 3"
                  },
                  "Value": "sample string 2",
                  "Notes": "sample string 3",
                  "ContactOrder": 4,
                  "AllowContact": true,
                  "MarketingContactStatus": {
                    "Id": 1,
                    "Name": "sample string 2",
                    "SystemName": "sample string 3"
                  },
                  "NormalisedRegionCode": "sample string 5"
                },
                {
                  "Id": 1,
                  "Type": {
                    "Id": 1,
                    "Name": "sample string 2",
                    "SystemName": "sample string 3"
                  },
                  "Value": "sample string 2",
                  "Notes": "sample string 3",
                  "ContactOrder": 4,
                  "AllowContact": true,
                  "MarketingContactStatus": {
                    "Id": 1,
                    "Name": "sample string 2",
                    "SystemName": "sample string 3"
                  },
                  "NormalisedRegionCode": "sample string 5"
                }
              ],
              "ServiceTypes": [
                {
                  "Service": {
                    "Id": 1,
                    "Name": "sample string 2",
                    "SystemName": "sample string 3"
                  },
                  "Referral": true
                },
                {
                  "Service": {
                    "Id": 1,
                    "Name": "sample string 2",
                    "SystemName": "sample string 3"
                  },
                  "Referral": true
                }
              ],
              "ExternalApplicantReference": "sample string 4",
              "Id": 5
            },
            "RelationshipType": {
              "Id": 1,
              "Name": "sample string 2",
              "SystemName": "sample string 3"
            },
            "Id": 1
          }
        ],
        "GroupType": {
          "Id": 1,
          "Name": "sample string 2",
          "SystemName": "sample string 3"
        },
        "Origin": {
          "Id": 1,
          "Name": "sample string 2",
          "SystemName": "sample string 3"
        },
        "Grade": {
          "Id": 1,
          "Name": "sample string 2",
          "SystemName": "sample string 3"
        },
        "ExternalProviderTypes": [
          {
            "Id": 1,
            "Name": "sample string 2",
            "SystemName": "sample string 3"
          },
          {
            "Id": 1,
            "Name": "sample string 2",
            "SystemName": "sample string 3"
          }
        ],
        "VATNumber": "sample string 3",
        "AdditionalQuestions": {
          "ArrangedMortgage": true,
          "MortgageProvider": "sample string 1",
          "HowLongToMove": "sample string 2",
          "ReasonForMoving": "sample string 3",
          "HowHeard": "sample string 4",
          "EnquiryMethod": "sample string 5",
          "BestTimeToCall": "sample string 6",
          "WhenCanView": "sample string 7",
          "HappyToReceivePropertyEmails": true,
          "ViewedAnyProperties": true,
          "LocalOwnToSell": true,
          "AskingPrice": "sample string 8",
          "Bedrooms": 1,
          "CurrentlyOnMarket": true,
          "SellingWith": "sample string 9",
          "OnMarketSince": "2026-08-05T01:28:16.0725996Z",
          "ReasonForSale": "sample string 10",
          "OfferedMA": true,
          "CurrentStatus": {
            "Id": 1,
            "Name": "sample string 2",
            "SystemName": "sample string 3"
          },
          "Financial": {
            "Id": 1,
            "Name": "sample string 2",
            "SystemName": "sample string 3"
          },
          "Reason": {
            "Id": 1,
            "Name": "sample string 2",
            "SystemName": "sample string 3"
          }
        },
        "BranchId": 1,
        "Id": 4
      },
      "AttendingPeopleIds": [
        1,
        2
      ]
    },
    {
      "Type": {
        "Id": 1,
        "Name": "sample string 2",
        "SystemName": "sample string 3"
      },
      "Group": {
        "Name": "sample string 1",
        "Description": "sample string 2",
        "Members": [
          {
            "Person": {
              "PersonId": 1,
              "Gender": {
                "Id": 1,
                "Name": "sample string 2",
                "SystemName": "sample string 3"
              },
              "Title": "sample string 1",
              "FirstName": "sample string 2",
              "LastName": "sample string 3",
              "Addresses": [
                {
                  "ContactOrder": 1,
                  "AddressType": {
                    "Id": 1,
                    "Name": "sample string 2",
                    "SystemName": "sample string 3"
                  },
                  "Latitude": 2.1,
                  "Longitude": 3.1,
                  "AddressSource": {
                    "Id": 1,
                    "Name": "sample string 2",
                    "SystemName": "sample string 3"
                  },
                  "SourceId": "sample string 4",
                  "OrganizationName": "sample string 5",
                  "Number": "sample string 6",
                  "BuildingName": "sample string 7",
                  "Street": "sample string 8",
                  "Town": "sample string 9",
                  "Locality": "sample string 10",
                  "County": "sample string 11",
                  "Country": "sample string 12",
                  "Postcode": "sample string 13",
                  "Uprn": "sample string 14",
                  "CreatedDate": "2026-08-05T01:28:16.0725996Z",
                  "CreatedBy": {
                    "Initials": "sample string 1",
                    "ContactName": "sample string 2",
                    "Gender": {
                      "Id": 1,
                      "Name": "sample string 2",
                      "SystemName": "sample string 3"
                    },
                    "Title": "sample string 3",
                    "FirstName": "sample string 4",
                    "LastName": "sample string 5",
                    "PrimaryTelephone": {
                      "Type": {
                        "Id": 1,
                        "Name": "sample string 2",
                        "SystemName": "sample string 3"
                      },
                      "Value": "sample string 1",
                      "Notes": "sample string 2",
                      "ContactOrder": 3,
                      "AllowContact": true,
                      "MarketingContactStatus": {
                        "Id": 1,
                        "Name": "sample string 2",
                        "SystemName": "sample string 3"
                      },
                      "Name": "sample string 5",
                      "Id": 6
                    },
                    "PrimaryEmail": {
                      "Type": {
                        "Id": 1,
                        "Name": "sample string 2",
                        "SystemName": "sample string 3"
                      },
                      "Value": "sample string 1",
                      "Notes": "sample string 2",
                      "ContactOrder": 3,
                      "AllowContact": true,
                      "MarketingContactStatus": {
                        "Id": 1,
                        "Name": "sample string 2",
                        "SystemName": "sample string 3"
                      },
                      "Name": "sample string 5",
                      "Id": 6
                    },
                    "JobTitle": "sample string 6",
                    "Id": 7
                  },
                  "Id": 16
                },
                {
                  "ContactOrder": 1,
                  "AddressType": {
                    "Id": 1,
                    "Name": "sample string 2",
                    "SystemName": "sample string 3"
                  },
                  "Latitude": 2.1,
                  "Longitude": 3.1,
                  "AddressSource": {
                    "Id": 1,
                    "Name": "sample string 2",
                    "SystemName": "sample string 3"
                  },
                  "SourceId": "sample string 4",
                  "OrganizationName": "sample string 5",
                  "Number": "sample string 6",
                  "BuildingName": "sample string 7",
                  "Street": "sample string 8",
                  "Town": "sample string 9",
                  "Locality": "sample string 10",
                  "County": "sample string 11",
                  "Country": "sample string 12",
                  "Postcode": "sample string 13",
                  "Uprn": "sample string 14",
                  "CreatedDate": "2026-08-05T01:28:16.0725996Z",
                  "CreatedBy": {
                    "Initials": "sample string 1",
                    "ContactName": "sample string 2",
                    "Gender": {
                      "Id": 1,
                      "Name": "sample string 2",
                      "SystemName": "sample string 3"
                    },
                    "Title": "sample string 3",
                    "FirstName": "sample string 4",
                    "LastName": "sample string 5",
                    "PrimaryTelephone": {
                      "Type": {
                        "Id": 1,
                        "Name": "sample string 2",
                        "SystemName": "sample string 3"
                      },
                      "Value": "sample string 1",
                      "Notes": "sample string 2",
                      "ContactOrder": 3,
                      "AllowContact": true,
                      "MarketingContactStatus": {
                        "Id": 1,
                        "Name": "sample string 2",
                        "SystemName": "sample string 3"
                      },
                      "Name": "sample string 5",
                      "Id": 6
                    },
                    "PrimaryEmail": {
                      "Type": {
                        "Id": 1,
                        "Name": "sample string 2",
                        "SystemName": "sample string 3"
                      },
                      "Value": "sample string 1",
                      "Notes": "sample string 2",
                      "ContactOrder": 3,
                      "AllowContact": true,
                      "MarketingContactStatus": {
                        "Id": 1,
                        "Name": "sample string 2",
                        "SystemName": "sample string 3"
                      },
                      "Name": "sample string 5",
                      "Id": 6
                    },
                    "JobTitle": "sample string 6",
                    "Id": 7
                  },
                  "Id": 16
                }
              ],
              "ContactItems": [
                {
                  "Id": 1,
                  "Type": {
                    "Id": 1,
                    "Name": "sample string 2",
                    "SystemName": "sample string 3"
                  },
                  "Value": "sample string 2",
                  "Notes": "sample string 3",
                  "ContactOrder": 4,
                  "AllowContact": true,
                  "MarketingContactStatus": {
                    "Id": 1,
                    "Name": "sample string 2",
                    "SystemName": "sample string 3"
                  },
                  "NormalisedRegionCode": "sample string 5"
                },
                {
                  "Id": 1,
                  "Type": {
                    "Id": 1,
                    "Name": "sample string 2",
                    "SystemName": "sample string 3"
                  },
                  "Value": "sample string 2",
                  "Notes": "sample string 3",
                  "ContactOrder": 4,
                  "AllowContact": true,
                  "MarketingContactStatus": {
                    "Id": 1,
                    "Name": "sample string 2",
                    "SystemName": "sample string 3"
                  },
                  "NormalisedRegionCode": "sample string 5"
                }
              ],
              "ServiceTypes": [
                {
                  "Service": {
                    "Id": 1,
                    "Name": "sample string 2",
                    "SystemName": "sample string 3"
                  },
                  "Referral": true
                },
                {
                  "Service": {
                    "Id": 1,
                    "Name": "sample string 2",
                    "SystemName": "sample string 3"
                  },
                  "Referral": true
                }
              ],
              "ExternalApplicantReference": "sample string 4",
              "Id": 5
            },
            "RelationshipType": {
              "Id": 1,
              "Name": "sample string 2",
              "SystemName": "sample string 3"
            },
            "Id": 1
          },
          {
            "Person": {
              "PersonId": 1,
              "Gender": {
                "Id": 1,
                "Name": "sample string 2",
                "SystemName": "sample string 3"
              },
              "Title": "sample string 1",
              "FirstName": "sample string 2",
              "LastName": "sample string 3",
              "Addresses": [
                {
                  "ContactOrder": 1,
                  "AddressType": {
                    "Id": 1,
                    "Name": "sample string 2",
                    "SystemName": "sample string 3"
                  },
                  "Latitude": 2.1,
                  "Longitude": 3.1,
                  "AddressSource": {
                    "Id": 1,
                    "Name": "sample string 2",
                    "SystemName": "sample string 3"
                  },
                  "SourceId": "sample string 4",
                  "OrganizationName": "sample string 5",
                  "Number": "sample string 6",
                  "BuildingName": "sample string 7",
                  "Street": "sample string 8",
                  "Town": "sample string 9",
                  "Locality": "sample string 10",
                  "County": "sample string 11",
                  "Country": "sample string 12",
                  "Postcode": "sample string 13",
                  "Uprn": "sample string 14",
                  "CreatedDate": "2026-08-05T01:28:16.0725996Z",
                  "CreatedBy": {
                    "Initials": "sample string 1",
                    "ContactName": "sample string 2",
                    "Gender": {
                      "Id": 1,
                      "Name": "sample string 2",
                      "SystemName": "sample string 3"
                    },
                    "Title": "sample string 3",
                    "FirstName": "sample string 4",
                    "LastName": "sample string 5",
                    "PrimaryTelephone": {
                      "Type": {
                        "Id": 1,
                        "Name": "sample string 2",
                        "SystemName": "sample string 3"
                      },
                      "Value": "sample string 1",
                      "Notes": "sample string 2",
                      "ContactOrder": 3,
                      "AllowContact": true,
                      "MarketingContactStatus": {
                        "Id": 1,
                        "Name": "sample string 2",
                        "SystemName": "sample string 3"
                      },
                      "Name": "sample string 5",
                      "Id": 6
                    },
                    "PrimaryEmail": {
                      "Type": {
                        "Id": 1,
                        "Name": "sample string 2",
                        "SystemName": "sample string 3"
                      },
                      "Value": "sample string 1",
                      "Notes": "sample string 2",
                      "ContactOrder": 3,
                      "AllowContact": true,
                      "MarketingContactStatus": {
                        "Id": 1,
                        "Name": "sample string 2",
                        "SystemName": "sample string 3"
                      },
                      "Name": "sample string 5",
                      "Id": 6
                    },
                    "JobTitle": "sample string 6",
                    "Id": 7
                  },
                  "Id": 16
                },
                {
                  "ContactOrder": 1,
                  "AddressType": {
                    "Id": 1,
                    "Name": "sample string 2",
                    "SystemName": "sample string 3"
                  },
                  "Latitude": 2.1,
                  "Longitude": 3.1,
                  "AddressSource": {
                    "Id": 1,
                    "Name": "sample string 2",
                    "SystemName": "sample string 3"
                  },
                  "SourceId": "sample string 4",
                  "OrganizationName": "sample string 5",
                  "Number": "sample string 6",
                  "BuildingName": "sample string 7",
                  "Street": "sample string 8",
                  "Town": "sample string 9",
                  "Locality": "sample string 10",
                  "County": "sample string 11",
                  "Country": "sample string 12",
                  "Postcode": "sample string 13",
                  "Uprn": "sample string 14",
                  "CreatedDate": "2026-08-05T01:28:16.0725996Z",
                  "CreatedBy": {
                    "Initials": "sample string 1",
                    "ContactName": "sample string 2",
                    "Gender": {
                      "Id": 1,
                      "Name": "sample string 2",
                      "SystemName": "sample string 3"
                    },
                    "Title": "sample string 3",
                    "FirstName": "sample string 4",
                    "LastName": "sample string 5",
                    "PrimaryTelephone": {
                      "Type": {
                        "Id": 1,
                        "Name": "sample string 2",
                        "SystemName": "sample string 3"
                      },
                      "Value": "sample string 1",
                      "Notes": "sample string 2",
                      "ContactOrder": 3,
                      "AllowContact": true,
                      "MarketingContactStatus": {
                        "Id": 1,
                        "Name": "sample string 2",
                        "SystemName": "sample string 3"
                      },
                      "Name": "sample string 5",
                      "Id": 6
                    },
                    "PrimaryEmail": {
                      "Type": {
                        "Id": 1,
                        "Name": "sample string 2",
                        "SystemName": "sample string 3"
                      },
                      "Value": "sample string 1",
                      "Notes": "sample string 2",
                      "ContactOrder": 3,
                      "AllowContact": true,
                      "MarketingContactStatus": {
                        "Id": 1,
                        "Name": "sample string 2",
                        "SystemName": "sample string 3"
                      },
                      "Name": "sample string 5",
                      "Id": 6
                    },
                    "JobTitle": "sample string 6",
                    "Id": 7
                  },
                  "Id": 16
                }
              ],
              "ContactItems": [
                {
                  "Id": 1,
                  "Type": {
                    "Id": 1,
                    "Name": "sample string 2",
                    "SystemName": "sample string 3"
                  },
                  "Value": "sample string 2",
                  "Notes": "sample string 3",
                  "ContactOrder": 4,
                  "AllowContact": true,
                  "MarketingContactStatus": {
                    "Id": 1,
                    "Name": "sample string 2",
                    "SystemName": "sample string 3"
                  },
                  "NormalisedRegionCode": "sample string 5"
                },
                {
                  "Id": 1,
                  "Type": {
                    "Id": 1,
                    "Name": "sample string 2",
                    "SystemName": "sample string 3"
                  },
                  "Value": "sample string 2",
                  "Notes": "sample string 3",
                  "ContactOrder": 4,
                  "AllowContact": true,
                  "MarketingContactStatus": {
                    "Id": 1,
                    "Name": "sample string 2",
                    "SystemName": "sample string 3"
                  },
                  "NormalisedRegionCode": "sample string 5"
                }
              ],
              "ServiceTypes": [
                {
                  "Service": {
                    "Id": 1,
                    "Name": "sample string 2",
                    "SystemName": "sample string 3"
                  },
                  "Referral": true
                },
                {
                  "Service": {
                    "Id": 1,
                    "Name": "sample string 2",
                    "SystemName": "sample string 3"
                  },
                  "Referral": true
                }
              ],
              "ExternalApplicantReference": "sample string 4",
              "Id": 5
            },
            "RelationshipType": {
              "Id": 1,
              "Name": "sample string 2",
              "SystemName": "sample string 3"
            },
            "Id": 1
          }
        ],
        "GroupType": {
          "Id": 1,
          "Name": "sample string 2",
          "SystemName": "sample string 3"
        },
        "Origin": {
          "Id": 1,
          "Name": "sample string 2",
          "SystemName": "sample string 3"
        },
        "Grade": {
          "Id": 1,
          "Name": "sample string 2",
          "SystemName": "sample string 3"
        },
        "ExternalProviderTypes": [
          {
            "Id": 1,
            "Name": "sample string 2",
            "SystemName": "sample string 3"
          },
          {
            "Id": 1,
            "Name": "sample string 2",
            "SystemName": "sample string 3"
          }
        ],
        "VATNumber": "sample string 3",
        "AdditionalQuestions": {
          "ArrangedMortgage": true,
          "MortgageProvider": "sample string 1",
          "HowLongToMove": "sample string 2",
          "ReasonForMoving": "sample string 3",
          "HowHeard": "sample string 4",
          "EnquiryMethod": "sample string 5",
          "BestTimeToCall": "sample string 6",
          "WhenCanView": "sample string 7",
          "HappyToReceivePropertyEmails": true,
          "ViewedAnyProperties": true,
          "LocalOwnToSell": true,
          "AskingPrice": "sample string 8",
          "Bedrooms": 1,
          "CurrentlyOnMarket": true,
          "SellingWith": "sample string 9",
          "OnMarketSince": "2026-08-05T01:28:16.0725996Z",
          "ReasonForSale": "sample string 10",
          "OfferedMA": true,
          "CurrentStatus": {
            "Id": 1,
            "Name": "sample string 2",
            "SystemName": "sample string 3"
          },
          "Financial": {
            "Id": 1,
            "Name": "sample string 2",
            "SystemName": "sample string 3"
          },
          "Reason": {
            "Id": 1,
            "Name": "sample string 2",
            "SystemName": "sample string 3"
          }
        },
        "BranchId": 1,
        "Id": 4
      },
      "AttendingPeopleIds": [
        1,
        2
      ]
    }
  ],
  "SpecialArrangements": [
    {
      "Text": "sample string 1",
      "SpecialArrangementType": {
        "Id": 1,
        "Name": "sample string 2",
        "SystemName": "sample string 3"
      },
      "ApplicableToGroupIds": [
        1,
        2
      ],
      "Id": 2
    },
    {
      "Text": "sample string 1",
      "SpecialArrangementType": {
        "Id": 1,
        "Name": "sample string 2",
        "SystemName": "sample string 3"
      },
      "ApplicableToGroupIds": [
        1,
        2
      ],
      "Id": 2
    }
  ],
  "FollowUpNegotiatorId": 9,
  "AppointmentRecurringSchedule": {
    "Id": 1,
    "Frequency": 0,
    "Occurrences": 2,
    "Interval": 3,
    "DaysOfTheWeek": [
      1,
      2
    ],
    "RecurringStartDate": "2026-08-05T01:28:16.0725996Z",
    "RecurringEndDate": "2026-08-05T01:28:16.0725996Z"
  },
  "ExternalAppointmentReference": "sample string 10",
  "Id": 11
}

Response Information

Resource Description

The response returned after the operation completes.

BookMultiViewingResponseDataContract
NameDescriptionTypeAdditional information
GroupIds

The unique identifiers of the related group resources.

Collection of integer

None.

IsSuccess

Indicates whether this item is success.

boolean

None.

MultiViewingAppointmentId

The unique identifier of the related multi viewing appointment resource.

integer

None.

RoleIds

The unique identifiers of the related role resources.

Collection of integer

None.

Response Formats

application/json, text/json

Sample:
{
  "GroupIds": [
    1,
    2
  ],
  "IsSuccess": true,
  "MultiViewingAppointmentId": 2,
  "RoleIds": [
    1,
    2
  ]
}