POST api/TabsRest

Request Information

URI Parameters

None.

Body Parameters

Tab
NameDescriptionTypeAdditional information
CustomerID

integer

None.

MerchantID

integer

None.

TabAmount

integer

None.

Request Formats

application/json, text/json

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

application/xml, text/xml

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

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Tab
NameDescriptionTypeAdditional information
CustomerID

integer

None.

MerchantID

integer

None.

TabAmount

integer

None.

Response Formats

application/json, text/json

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

application/xml, text/xml

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