POST api/role/auction/{id}/setlotnumber?auctionId={auctionId}&lotNumber={lotNumber}

Set the lot number for a property auction role.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

the id of the role

integer

Required

auctionId

the id of the auction to set the lot number for

integer

Required

lotNumber

the lot number

integer

Required

Body Parameters

None.

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.