POST api/tenantreferencing/vanmildert/completed/{tenancyRoleId}/{negotiatorId}
Posted via the incomming gateway, this updates the tenancy referening status for this tenancy and maybe in the future will download documents from vm, store them in our system and attach the documents to the role Processes this tenant referencing API request. The parameter and response sections describe the data exchanged with the API.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| tenancyRoleId |
The unique identifier of the tenancy role resource. |
integer |
Required |
| negotiatorId |
The unique identifier of the negotiator resource. |
integer |
Required |
Body Parameters
The van mildert webhook data contract supplied with the request.
VanMildertWebhookDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| event |
The event value. |
string |
None. |
| oid |
The oid value. |
string |
None. |
| rid |
The rid value. |
string |
None. |
| all |
Indicates whether all is true. |
boolean |
None. |
Request Formats
application/x-www-form-urlencoded
Sample not available.
application/json, text/json
{
"event": "sample string 1",
"oid": "sample string 2",
"rid": "sample string 3",
"all": true
}
Response Information
Resource Description
The response returned after the operation completes.
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version |
The version value. |
Version |
None. |
| Content |
The content value. |
HttpContent |
None. |
| StatusCode |
The status code classification. |
HttpStatusCode |
None. |
| ReasonPhrase |
The reason phrase value. |
string |
None. |
| Headers |
The collection of headers. |
Collection of Object |
None. |
| RequestMessage |
The request message value. |
HttpRequestMessage |
None. |
| IsSuccessStatusCode |
Indicates whether this item is success status code. |
boolean |
None. |