POST api/ClubManagement/TaxMaster

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
Tax
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "cType": "sample string 1",
  "nTaxId": 2,
  "cTaxName": "sample string 3",
  "cShName": "sample string 4",
  "nTaxType": 5,
  "bActive": true,
  "bCancelled": true,
  "nCompanyId": 8,
  "nCreatedBy": 9,
  "dCreatedDate": "2024-10-09T03:45:11.4662101+05:30",
  "nModifiedBy": 1,
  "cSearch": "sample string 10",
  "dModifiedDate": "2024-10-09T03:45:11.4662101+05:30",
  "cTaxIds": "sample string 11"
}

application/xml, text/xml

Sample:
<TaxMaster xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TabHDManagement.Models">
  <bActive>true</bActive>
  <bCancelled>true</bCancelled>
  <cSearch>sample string 10</cSearch>
  <cShName>sample string 4</cShName>
  <cTaxIds>sample string 11</cTaxIds>
  <cTaxName>sample string 3</cTaxName>
  <cType>sample string 1</cType>
  <dCreatedDate>2024-10-09T03:45:11.4662101+05:30</dCreatedDate>
  <dModifiedDate>2024-10-09T03:45:11.4662101+05:30</dModifiedDate>
  <nCompanyId>8</nCompanyId>
  <nCreatedBy>9</nCreatedBy>
  <nModifiedBy>1</nModifiedBy>
  <nTaxId>2</nTaxId>
  <nTaxType>5</nTaxType>
</TaxMaster>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{}

application/xml, text/xml

Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />