POST api/CheckInsRest

Request Information

URI Parameters

None.

Body Parameters

CheckIn
NameDescriptionTypeAdditional information
MerchantID

integer

None.

CustomerID

integer

None.

BeaconID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "MerchantID": 1,
  "CustomerID": 2,
  "BeaconID": 3
}

application/xml, text/xml

Sample:
<CheckIn xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/InnoBank.Models">
  <BeaconID>3</BeaconID>
  <CustomerID>2</CustomerID>
  <MerchantID>1</MerchantID>
</CheckIn>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

CheckIn
NameDescriptionTypeAdditional information
MerchantID

integer

None.

CustomerID

integer

None.

BeaconID

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "MerchantID": 1,
  "CustomerID": 2,
  "BeaconID": 3
}

application/xml, text/xml

Sample:
<CheckIn xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/InnoBank.Models">
  <BeaconID>3</BeaconID>
  <CustomerID>2</CustomerID>
  <MerchantID>1</MerchantID>
</CheckIn>