POST api/crmconnect/property/marketingflags

Get Property Marketing Flags

Request Information

URI Parameters

None.

Body Parameters

A value usable to identify the item in the crm, this key is generated by the selected domain service

Object

None.

Request Formats

application/x-www-form-urlencoded

Sample:

Sample not available.

application/json, text/json

Sample:
{}

Response Information

Resource Description

Collection of Dezrez.Core.DataContracts.External.Api.Role.Command.SetMarketingFlag.SetMarketingFlagCommandDataContract
NameDescriptionTypeAdditional information
MarketingFlag

Dezrez.Core.DataContracts.External.Api.System.EnumDataContract

None.

Enabled

boolean

None.

NegotiatorId

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "MarketingFlag": {
      "Id": 1,
      "Name": "sample string 2",
      "SystemName": "sample string 3"
    },
    "Enabled": true,
    "NegotiatorId": 2
  },
  {
    "MarketingFlag": {
      "Id": 1,
      "Name": "sample string 2",
      "SystemName": "sample string 3"
    },
    "Enabled": true,
    "NegotiatorId": 2
  }
]