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 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.
CrmConnectGroupDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| ExistingGroupId |
The unique identifier of the related existing group resource. |
integer |
None. |
| GroupName |
The group name value. |
string |
None. |
| NavigationContextJson |
The navigation context json value. |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"ExistingGroupId": 1,
"GroupName": "sample string 2",
"NavigationContextJson": "sample string 3"
}