POST api/roomcountdescription/Save

Save. Processes this room count description API request. The parameter and response sections describe the data exchanged with the API.

Request Information

URI Parameters

None.

Body Parameters

The room count description save data contract supplied with the request.

RoomCountDescriptionSaveDataContract
NameDescriptionTypeAdditional information
Bedrooms

The bedrooms value.

integer

Range: inclusive between 0 and 20

Bathrooms

The bathrooms value.

integer

Range: inclusive between 0 and 20

Receptions

The receptions value.

integer

Range: inclusive between 0 and 20

Others

The others value.

integer

Range: inclusive between 0 and 20

Conservatories

The conservatories value.

integer

Range: inclusive between 0 and 20

Extensions

The extensions value.

integer

Range: inclusive between 0 and 20

Name

The name value.

string

None.

Notes

The notes value.

string

None.

PropertyId

The unique identifier of the related property resource.

integer

None.

RoleId

The unique identifier of the related role resource.

integer

None.

ForceUpdate

Indicates whether force update is true.

boolean

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:
{
  "Bedrooms": 1,
  "Bathrooms": 2,
  "Receptions": 3,
  "Others": 4,
  "Conservatories": 5,
  "Extensions": 6,
  "Name": "sample string 7",
  "Notes": "sample string 8",
  "PropertyId": 9,
  "RoleId": 10,
  "ForceUpdate": true,
  "Id": 12
}

Response Information

Resource Description

The response returned after the operation completes.

RoomCountDescriptionDataContract
NameDescriptionTypeAdditional information
Bedrooms

The bedrooms value.

integer

None.

Bathrooms

The bathrooms value.

integer

None.

Receptions

The receptions value.

integer

None.

Others

The others value.

integer

None.

Conservatories

The conservatories value.

integer

None.

Extensions

The extensions value.

integer

None.

Name

The name value.

string

None.

Order

The order value.

integer

None.

Type

The type value.

EnumDataContract

None.

PropertyId

The unique identifier of the related property resource.

integer

None.

Notes

The notes value.

string

None.

Roles

The collection of roles.

Collection of DescriptionRoleDataContract

None.

CreatedDate

The created date, expressed as a date and time.

date

None.

CreatedBy

The created by value.

CreatedByDataContract

None.

Id

The unique identifier of this resource.

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "Bedrooms": 1,
  "Bathrooms": 2,
  "Receptions": 3,
  "Others": 4,
  "Conservatories": 5,
  "Extensions": 6,
  "Name": "sample string 7",
  "Order": 8,
  "Type": {
    "Id": 1,
    "Name": "sample string 2",
    "SystemName": "sample string 3"
  },
  "PropertyId": 9,
  "Notes": "sample string 10",
  "Roles": [
    {
      "Name": "sample string 1",
      "RoleType": {
        "Id": 1,
        "Name": "sample string 2",
        "SystemName": "sample string 3"
      },
      "RoleStatus": {
        "Id": 1,
        "Name": "sample string 2",
        "SystemName": "sample string 3"
      },
      "Id": 2
    },
    {
      "Name": "sample string 1",
      "RoleType": {
        "Id": 1,
        "Name": "sample string 2",
        "SystemName": "sample string 3"
      },
      "RoleStatus": {
        "Id": 1,
        "Name": "sample string 2",
        "SystemName": "sample string 3"
      },
      "Id": 2
    }
  ],
  "CreatedDate": "2026-08-05T01:24:24.6420831Z",
  "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": 12
}