POST api/customer/checkin

Request Information

URI Parameters

None.

Body Parameters

CheckInCustomerDto
NameDescriptionTypeAdditional information
IdNumber

string

None.

AuctionSessionId

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "IdNumber": "sample string 1",
  "AuctionSessionId": "da82b4e4-1095-4a8f-8dfb-dfbb89b4410e"
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'CheckInCustomerDto'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.