POST api/tenantreferencing/vanmildert/ordered/{tenancyRoleId}/{negotiatorId}
Posted via the incomming gateway, this records the oid against the tenancy role so that we know it is is ordered 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. |