POST api/crmconnect/property/getvendor
Get a vendor for a property 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
ObjectNone.
Request Formats
application/x-www-form-urlencoded
Sample:
Sample not available.
application/json, text/json
Sample:
{}
Response Information
Resource Description
CrmConnectGroupDataContract| Name | Description | Type | Additional 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"
}