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
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| tenancyRoleId | integer |
Required |
|
| negotiatorId | integer |
Required |
Body Parameters
VanMildertWebhookDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| event | string |
None. |
|
| oid | string |
None. |
|
| rid | string |
None. |
|
| all | boolean |
None. |
Request Formats
application/x-www-form-urlencoded
Sample:
Sample not available.
application/json, text/json
Sample:
{
"event": "sample string 1",
"oid": "sample string 2",
"rid": "sample string 3",
"all": true
}
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. |