POST api/TBHome/SaveTaxBankData

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
model
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "REF_BANK_CITY_CODE": "sample string 1",
  "GROUP": "sample string 2",
  "REF_BANK_ECS": "sample string 3",
  "CODE": "sample string 4",
  "REF_BANK_SNO": "sample string 5",
  "REF_BANK_CODE": "sample string 6",
  "PAYEE_CODE": "sample string 7",
  "REF_BANK_MICR": "sample string 8",
  "REF_BANK_IFSC": "sample string 9",
  "REF_BANK_ACTYP": "sample string 10",
  "PAYEE_TYPE": "sample string 11",
  "GA_CODE": "sample string 1"
}

application/xml, text/xml

Sample:
<TAX_BANK xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ServiceLibrary.Model">
  <CODE>sample string 4</CODE>
  <GA_CODE>sample string 1</GA_CODE>
  <GROUP>sample string 2</GROUP>
  <PAYEE_CODE>sample string 7</PAYEE_CODE>
  <PAYEE_TYPE>sample string 11</PAYEE_TYPE>
  <REF_BANK_ACTYP>sample string 10</REF_BANK_ACTYP>
  <REF_BANK_CITY_CODE>sample string 1</REF_BANK_CITY_CODE>
  <REF_BANK_CODE>sample string 6</REF_BANK_CODE>
  <REF_BANK_ECS>sample string 3</REF_BANK_ECS>
  <REF_BANK_IFSC>sample string 9</REF_BANK_IFSC>
  <REF_BANK_MICR>sample string 8</REF_BANK_MICR>
  <REF_BANK_SNO>sample string 5</REF_BANK_SNO>
</TAX_BANK>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "status_cd": "sample string 1",
  "message": "sample string 2"
}

application/xml, text/xml

Sample:
<APIResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TaxbaseAPI.Models">
  <message>sample string 2</message>
  <status_cd>sample string 1</status_cd>
</APIResponse>