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
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
CrmConnectMissingEventInfoDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| EventType | string |
None. |
|
| 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"
}
]
}