POST api/crmconnect/event/getimportsteps

Events are sometimes made of multiple steps in rezi, this will create a event as a series of steps for the api to create For example an accepted offer, is an offer, that is subsequently accepted, ie 2 steps 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.

Collection of CrmConnectTimelineRecreationItem
NameDescriptionTypeAdditional information
Type

The type value.

string

None.

Path

The path value.

string

None.

Method

The method value.

string

None.

Json

The json value.

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Type": "sample string 1",
    "Path": "sample string 2",
    "Method": "sample string 3",
    "Json": "sample string 4"
  },
  {
    "Type": "sample string 1",
    "Path": "sample string 2",
    "Method": "sample string 3",
    "Json": "sample string 4"
  }
]