POST api/crmconnect/property/getpurchaser

Get a purchaser for a property 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

Object

None.

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
NameDescriptionTypeAdditional 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"
}