POST api/crmconnect/group/getsolicitor

Get a solcitor for a grouo context from the old crm as a CrmConnectGroupDataContract so that it can be added to rezi

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

Dezrez.Core.DataContracts.External.Api.CrmConnect.CrmConnectGroupDataContract
NameDescriptionTypeAdditional information
ExistingGroupId

integer

None.

GroupName

string

None.

NavigationContextJson

string

None.

Response Formats

application/json, text/json

Sample:
{
  "ExistingGroupId": 1,
  "GroupName": "sample string 2",
  "NavigationContextJson": "sample string 3"
}