POST api/crmconnect/group/displaysettings
get the display settings for a group, this must be submitted with the group when creating it Processes this crm connect API request. The parameter and response sections describe the data exchanged with the API.
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
The response returned after the operation completes.
GroupDisplaySettingsDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| Name |
The name value. |
string |
None. |
| Description |
The description value. |
string |
None. |
| Notes |
The notes value. |
string |
None. |
| GroupIcon |
The group icon value. |
EnumDataContract |
None. |
| ImageReference |
The image reference value. |
string |
None. |
| GroupType |
The group type value. |
EnumDataContract |
None. |
| ExternalProviderTypes |
The collection of external provider types. |
Collection of EnumDataContract |
None. |
| IsSeparated |
Indicates whether this item is separated. |
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
}