POST api/Accounts/GetTaxMaster

Request Information

URI Parameters

None.

Body Parameters

TaxmasterInput
NameDescriptionTypeAdditional information
TX_ID

integer

None.

TX_CP_ID

integer

None.

TX_CODE

string

None.

TX_DESC

string

None.

TX_TYPE

string

None.

TX_STATUS

string

None.

START

integer

None.

LENGTH

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "TX_ID": 1,
  "TX_CP_ID": 1,
  "TX_CODE": "sample string 1",
  "TX_DESC": "sample string 2",
  "TX_TYPE": "sample string 3",
  "TX_STATUS": "sample string 4",
  "START": 1,
  "LENGTH": 1
}

application/xml, text/xml

Sample:
<TaxmasterInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <LENGTH>1</LENGTH>
  <START>1</START>
  <TX_CODE>sample string 1</TX_CODE>
  <TX_CP_ID>1</TX_CP_ID>
  <TX_DESC>sample string 2</TX_DESC>
  <TX_ID>1</TX_ID>
  <TX_STATUS>sample string 4</TX_STATUS>
  <TX_TYPE>sample string 3</TX_TYPE>
</TaxmasterInput>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.