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

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

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.