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

NameDescriptionTypeAdditional information
tenancyRoleId

integer

Required

negotiatorId

integer

Required

Body Parameters

Dezrez.Core.DataContracts.External.Api.TenantReferencing.VanMildertWebhookDataContract
NameDescriptionTypeAdditional information
event

string

None.

oid

string

None.

rid

string

None.

all

boolean

None.

Request Formats

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'VanMildertWebhookDataContract'.

application/json, text/json

Sample:
{
  "event": "sample string 1",
  "oid": "sample string 2",
  "rid": "sample string 3",
  "all": true
}

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.