POST api/tenancy/endtenancy

Request Information

URI Parameters

None.

Body Parameters

Dezrez.Core.DataContracts.External.Api.Events.Progression.Command.EndTenancyCommandDataContract
NameDescriptionTypeAdditional information
RoleId

integer

None.

EndDateTime

date

None.

Note

string

None.

NegotiatorIds

Collection of integer

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 'EndTenancyCommandDataContract'.

application/json, text/json

Sample:
{
  "RoleId": 1,
  "EndDateTime": "2024-03-28T19:54:26.3217678Z",
  "Note": "sample string 3",
  "NegotiatorIds": [
    1,
    2
  ]
}

Response Information

Resource Description

System.Web.Http.IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.