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

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:

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

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.