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": "da82b4e4-1095-4a8f-8dfb-dfbb89b4410e"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.