POST API/ServicesTax/GetServicesTax

Request Information

URI Parameters

None.

Body Parameters

ServicesTax
NameDescriptionTypeAdditional information
ErrMsg

string

None.

TaxName

string

None.

TaxId

integer

None.

Id

integer

None.

Selected

boolean

None.

Flg

boolean

None.

HotelId

integer

None.

UserId

integer

None.

TableId

integer

None.

ServiceTaxUpdate

Collection of ServiceTaxUpdate

None.

Request Formats

application/json, text/json

Sample:
{
  "ErrMsg": "sample string 1",
  "TaxName": "sample string 2",
  "TaxId": 3,
  "Id": 4,
  "Selected": true,
  "Flg": true,
  "HotelId": 7,
  "UserId": 8,
  "TableId": 9,
  "ServiceTaxUpdate": [
    {
      "ErrMsg": "sample string 1",
      "TaxName": "sample string 2",
      "TaxId": 3,
      "Id": 4,
      "Selected": true,
      "Flg": true,
      "TableId": 7
    },
    {
      "ErrMsg": "sample string 1",
      "TaxName": "sample string 2",
      "TaxId": 3,
      "Id": 4,
      "Selected": true,
      "Flg": true,
      "TableId": 7
    }
  ]
}

application/xml, text/xml

Sample:
<ServicesTax xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HMSApi.Models">
  <ErrMsg>sample string 1</ErrMsg>
  <Flg>true</Flg>
  <HotelId>7</HotelId>
  <Id>4</Id>
  <Selected>true</Selected>
  <ServiceTaxUpdate>
    <ServiceTaxUpdate>
      <ErrMsg>sample string 1</ErrMsg>
      <Flg>true</Flg>
      <Id>4</Id>
      <Selected>true</Selected>
      <TableId>7</TableId>
      <TaxId>3</TaxId>
      <TaxName>sample string 2</TaxName>
    </ServiceTaxUpdate>
    <ServiceTaxUpdate>
      <ErrMsg>sample string 1</ErrMsg>
      <Flg>true</Flg>
      <Id>4</Id>
      <Selected>true</Selected>
      <TableId>7</TableId>
      <TaxId>3</TaxId>
      <TaxName>sample string 2</TaxName>
    </ServiceTaxUpdate>
  </ServiceTaxUpdate>
  <TableId>9</TableId>
  <TaxId>3</TaxId>
  <TaxName>sample string 2</TaxName>
  <UserId>8</UserId>
</ServicesTax>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.