POST api/sync/dezrezlegalcallback/{groupId}
Create Generic Event For External companies to log items on the timeline
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| groupId | integer |
Required |
Body Parameters
ConveyancingEventDataContract| Name | Description | Type | Additional 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
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |