POST TaxClassification/TaxClassificationTable_Update

Request Information

URI Parameters

None.

Body Parameters

TaxClassificationTable
NameDescriptionTypeAdditional information
TaxClassificationNo

integer

None.

TaxClassificationName

string

None.

TaxClassificationArabicName

string

None.

TaxRate

decimal number

None.

CompanyId

integer

None.

BranchId

integer

None.

Name

string

None.

TaxClassificationCode

string

None.

Request Formats

application/json, text/json

Sample:
{
  "TaxClassificationNo": 1,
  "TaxClassificationName": "sample string 2",
  "TaxClassificationArabicName": "sample string 3",
  "TaxRate": 4.0,
  "CompanyId": 5,
  "BranchId": 6,
  "Name": "sample string 7",
  "TaxClassificationCode": "sample string 8"
}

application/xml, text/xml

Sample:
<TaxClassificationTable xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/POCO">
  <BranchId>6</BranchId>
  <CompanyId>5</CompanyId>
  <Name>sample string 7</Name>
  <TaxClassificationArabicName>sample string 3</TaxClassificationArabicName>
  <TaxClassificationCode>sample string 8</TaxClassificationCode>
  <TaxClassificationName>sample string 2</TaxClassificationName>
  <TaxClassificationNo>1</TaxClassificationNo>
  <TaxRate>4</TaxRate>
</TaxClassificationTable>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Response
NameDescriptionTypeAdditional information
ErrorCode

integer

None.

ErrorMessage

string

None.

IsScusses

boolean

None.

ResponseDetails

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "ErrorCode": 1,
  "ErrorMessage": "sample string 2",
  "IsScusses": true,
  "ResponseDetails": {}
}

application/xml, text/xml

Sample:
<Response xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Accounting.API.Models">
  <ErrorCode>1</ErrorCode>
  <ErrorMessage>sample string 2</ErrorMessage>
  <IsScusses>true</IsScusses>
  <ResponseDetails />
</Response>