GET /v1/auctions/{id}/registration
Whether the caller is registered for an auction.
Api-Key headermember token
Signed-in member. Send the token from POST /v1/sessions. Always send Api-Key as well.
Parameters
| Name | In | Type | Required |
id | path | integer (int32) | yes |
Responses
POST /v1/auctions/{id}/registration
Requests registration for an auction on behalf of the caller.
Api-Key headermember token
A member must be registered for an auction before they can bid in it. The auction comes
from the URL and the member from your token, so the body carries only what neither can
supply:
<list type="bullet"><item><description>PaymentMethod — where the auction charges a registration fee or
takes a deposit.</description></item><item><description>LotUrl — the page the member was on, used in the confirmation
email so they can get back to it.</description></item><item><description>InvoiceId — when the registration is settled against an existing
invoice.</description></item></list>
Registration is a <i>request</i>. Check the outcome withGET /v1/auctions/{id}/registration, which reports whether it has been granted;approval may be immediate or may wait on payment or a manual check.
Parameters
| Name | In | Type | Required |
id The auction to register for. | path | integer (int32) | yes |
Request body · application/json · AddAuctionRegistrationRequest
| Property | Type | Required |
PaymentMethod | string | no |
LotUrl | string | no |
InvoiceId | integer (int32) | no |
Responses
| Status | Meaning | Body |
200 | OK | HttpResponseMessage |