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
ObjectNone.
Request Formats
application/x-www-form-urlencoded
Sample:
Sample not available.
application/json, text/json
Sample:
{}
Response Information
Resource Description
Dezrez.Core.DataContracts.External.Api.Group.Query.DisplaySettings.GroupDisplaySettingsDataContractName | Description | Type | Additional information |
---|---|---|---|
Name | string |
None. |
|
Description | string |
None. |
|
Notes | string |
None. |
|
GroupIcon | Dezrez.Core.DataContracts.External.Api.System.EnumDataContract |
None. |
|
ImageReference | string |
None. |
|
GroupType | Dezrez.Core.DataContracts.External.Api.System.EnumDataContract |
None. |
|
ExternalProviderTypes | Collection of Dezrez.Core.DataContracts.External.Api.System.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 }