PUT api/group/{id}/saveadditionalquestions

To edit the Group additional questions Processes this group API request. The parameter and response sections describe the data exchanged with the API.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

The group id

integer

Required

Body Parameters

The additional questions to set on the group.

AdditionalQuestionsDataContract
NameDescriptionTypeAdditional information
ArrangedMortgage

Indicates whether arranged mortgage is true.

boolean

None.

MortgageProvider

The mortgage provider value.

string

None.

HowLongToMove

The how long to move value.

string

None.

ReasonForMoving

The reason for moving value.

string

None.

HowHeard

The how heard value.

string

None.

EnquiryMethod

The enquiry method value.

string

None.

BestTimeToCall

The best time to call value.

string

None.

WhenCanView

The when can view value.

string

None.

HappyToReceivePropertyEmails

Indicates whether happy to receive property emails is true.

boolean

None.

ViewedAnyProperties

Indicates whether viewed any properties is true.

boolean

None.

LocalOwnToSell

Indicates whether local own to sell is true.

boolean

None.

AskingPrice

The asking price value.

string

None.

Bedrooms

The bedrooms value.

integer

None.

CurrentlyOnMarket

Indicates whether currently on market is true.

boolean

None.

SellingWith

The selling with value.

string

None.

OnMarketSince

The on market since, expressed as a date and time.

date

None.

ReasonForSale

The reason for sale value.

string

None.

OfferedMA

Indicates whether offered ma is true.

boolean

None.

CurrentStatus

The current status value.

EnumDataContract

None.

Financial

The financial value.

EnumDataContract

None.

Reason

The reason value.

EnumDataContract

None.

Request Formats

application/x-www-form-urlencoded

Sample:

Sample not available.

application/json, text/json

Sample:
{
  "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:25:49.5336317Z",
  "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"
  }
}

Response Information

Resource Description

The response returned after the operation completes.

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

The version value.

Version

None.

Content

The content value.

HttpContent

None.

StatusCode

The status code classification.

HttpStatusCode

None.

ReasonPhrase

The reason phrase value.

string

None.

Headers

The collection of headers.

Collection of Object

None.

RequestMessage

The request message value.

HttpRequestMessage

None.

IsSuccessStatusCode

Indicates whether this item is success status code.

boolean

None.