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

Add a property auction role to an existing auction

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

the id of the role

integer

Required

auctionId

the id of the auction to add the role to

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.