POST api/crmconnect/property/tags

Get the tags for a property

Request Information

URI Parameters

None.

Body Parameters

Object

None.

Request Formats

application/x-www-form-urlencoded

Sample:

Sample not available.

application/json, text/json

Sample:
{}

Response Information

Resource Description

TagDescriptionSaveDataContract
NameDescriptionTypeAdditional information
Tags

Collection of TagSaveDataContract

None.

Name

string

None.

Notes

string

None.

PropertyId

integer

None.

RoleId

integer

None.

ForceUpdate

boolean

None.

Id

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "Tags": [
    {
      "Order": 1,
      "Name": "sample string 2",
      "SelectedTagId": 3,
      "Id": 4
    },
    {
      "Order": 1,
      "Name": "sample string 2",
      "SelectedTagId": 3,
      "Id": 4
    }
  ],
  "Name": "sample string 1",
  "Notes": "sample string 2",
  "PropertyId": 3,
  "RoleId": 4,
  "ForceUpdate": true,
  "Id": 6
}