POST api/crmconnect/event/getmissing

An event in the old crm may link properties and people, determine which items are already imported into rezi, and return the remaining items as a CrmConnectMissingEventInfoDataContract 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.

CrmConnectMissingEventInfoDataContract
NameDescriptionTypeAdditional information
EventType

The event type value.

string

None.

Missing

The collection of missing.

Collection of CrmConnectNavigationDataContract

None.

Response Formats

application/json, text/json

Sample:
{
  "EventType": "sample string 1",
  "Missing": [
    {
      "NavigationContextJson": "sample string 1"
    },
    {
      "NavigationContextJson": "sample string 1"
    }
  ]
}