POST api/event/add

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

Request Information

URI Parameters

None.

Body Parameters

the details of the event to add

Dezrez.Core.DataContracts.External.Api.Events.Command.RecordGenericEventRoleLinkedDataContract
NameDescriptionTypeAdditional information
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:
{
  "EventTypeSystemName": "sample string 1",
  "Name": "sample string 2",
  "Description": "sample string 3",
  "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.