POST api/crmconnect/group/displaysettings

get the display settings for a group, this must be submitted with the group when creating it

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

GroupDisplaySettingsDataContract
NameDescriptionTypeAdditional information
Name

string

None.

Description

string

None.

Notes

string

None.

GroupIcon

EnumDataContract

None.

ImageReference

string

None.

GroupType

EnumDataContract

None.

ExternalProviderTypes

Collection of EnumDataContract

None.

IsSeparated

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "Name": "sample string 1",
  "Description": "sample string 2",
  "Notes": "sample string 3",
  "GroupIcon": {
    "Id": 1,
    "Name": "sample string 2",
    "SystemName": "sample string 3"
  },
  "ImageReference": "sample string 4",
  "GroupType": {
    "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"
    }
  ],
  "IsSeparated": true
}