POST api/sync/dezrezlegalcallback/{groupId}

Create Generic Event For External companies to log items on the timeline

Request Information

URI Parameters

NameDescriptionTypeAdditional information
groupId

integer

Required

Body Parameters

Dezrez.Core.DataContracts.External.Api.Events.Command.ConveyancingEventDataContract
NameDescriptionTypeAdditional information
PropertyId

integer

None.

RelatingTo

string

None.

EventTypeSystemName

string

None.

Name

string

None.

Description

string

None.

RoleIds

Collection of integer

None.

Request Formats

application/x-www-form-urlencoded

Sample:

Sample not available.

application/json, text/json

Sample:
{
  "PropertyId": 1,
  "RelatingTo": "sample string 2",
  "EventTypeSystemName": "sample string 3",
  "Name": "sample string 4",
  "Description": "sample string 5",
  "RoleIds": [
    1,
    2
  ]
}

Response Information

Resource Description

System.Net.Http.HttpResponseMessage
NameDescriptionTypeAdditional information
Version

System.Version

None.

Content

System.Net.Http.HttpContent

None.

StatusCode

System.Net.HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

System.Net.Http.HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.