POST TaxLocationTable/TaxLocationTable_Update

Request Information

URI Parameters

None.

Body Parameters

TaxLocationTable
NameDescriptionTypeAdditional information
TaxLocationNo

integer

None.

TaxLocationName

string

None.

TaxLocationArabicName

string

None.

BranchId

integer

None.

CompanyId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "TaxLocationNo": 1,
  "TaxLocationName": "sample string 2",
  "TaxLocationArabicName": "sample string 3",
  "BranchId": 4,
  "CompanyId": 5
}

application/xml, text/xml

Sample:
<TaxLocationTable xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/POCO">
  <BranchId>4</BranchId>
  <CompanyId>5</CompanyId>
  <TaxLocationArabicName>sample string 3</TaxLocationArabicName>
  <TaxLocationName>sample string 2</TaxLocationName>
  <TaxLocationNo>1</TaxLocationNo>
</TaxLocationTable>

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>