POST api/customer/checkin
Request Information
URI Parameters
None.
Body Parameters
CheckInCustomerDto| Name | Description | Type | Additional information |
|---|---|---|---|
| IdNumber | string |
None. |
|
| AuctionSessionId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"IdNumber": "sample string 1",
"AuctionSessionId": "ddec5312-dc73-4073-8e6d-941151ecdf78"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.