POST api/tenancy/renewtenancy
Request Information
URI Parameters
None.
Body Parameters
Dezrez.Core.DataContracts.External.Api.Events.Progression.Command.RenewTenancyCommandDataContractName | Description | Type | Additional information |
---|---|---|---|
RoleId | integer |
None. |
|
Note | string |
None. |
|
NegotiatorIds | Collection of integer |
None. |
Request Formats
application/x-www-form-urlencoded
Sample:
Sample not available.
application/json, text/json
Sample:
{ "RoleId": 1, "Note": "sample string 2", "NegotiatorIds": [ 1, 2 ] }
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.