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

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

Collection of Dezrez.Core.DataContracts.External.Api.CrmConnect.CrmConnectTimelineRecreationItem
NameDescriptionTypeAdditional information
Type

string

None.

Path

string

None.

Method

string

None.

Json

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