POST api/auction/{id}/confirmlots
To confirm or unconfirm a list of lots for the auction
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
Dezrez.Core.DataContracts.External.Api.Events.Appointments.Command.ConfirmLotsCommandDataContractName | Description | Type | Additional information |
---|---|---|---|
PropertyAuctionRoleIds | Collection of integer |
None. |
|
IsToConfirm | boolean |
None. |
Request Formats
application/x-www-form-urlencoded
Sample:
Sample not available.
application/json, text/json
Sample:
{ "PropertyAuctionRoleIds": [ 1, 2 ], "IsToConfirm": true }
Response Information
Resource Description
System.Net.Http.HttpResponseMessageName | Description | Type | Additional 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. |