POST api/TBHome/GetSevenTh25AllTablesData

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:
{
  "InActive": "sample string 1",
  "AssesseeClass": "sample string 2",
  "GroupSelection": "sample string 3",
  "AssessSelection": "sample string 4",
  "cmbIncomeIn": "sample string 5",
  "CmbSort": "sample string 6",
  "blLastReturn": true,
  "UserCode": 8,
  "blAckNo": true,
  "blAckDate": true,
  "AY": "sample string 11",
  "cmbSearchBy": "sample string 12",
  "TxtCriteria": "sample string 13",
  "AssName": "sample string 14",
  "ResStatus": "sample string 15",
  "date": "sample string 16",
  "ComStatus": "sample string 17",
  "Skey": "sample string 18",
  "Lkey": "sample string 19"
}

application/xml, text/xml

Sample:
<InputAssessee xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TaxbaseAPI.Models">
  <AY>sample string 11</AY>
  <AssName>sample string 14</AssName>
  <AssessSelection>sample string 4</AssessSelection>
  <AssesseeClass>sample string 2</AssesseeClass>
  <CmbSort>sample string 6</CmbSort>
  <ComStatus>sample string 17</ComStatus>
  <GroupSelection>sample string 3</GroupSelection>
  <InActive>sample string 1</InActive>
  <Lkey>sample string 19</Lkey>
  <ResStatus>sample string 15</ResStatus>
  <Skey>sample string 18</Skey>
  <TxtCriteria>sample string 13</TxtCriteria>
  <UserCode>8</UserCode>
  <blAckDate>true</blAckDate>
  <blAckNo>true</blAckNo>
  <blLastReturn>true</blLastReturn>
  <cmbIncomeIn>sample string 5</cmbIncomeIn>
  <cmbSearchBy>sample string 12</cmbSearchBy>
  <date>sample string 16</date>
</InputAssessee>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "LIC_COMM_AGNTS": "sample string 1",
  "LOAN_CONFIRM": "sample string 2",
  "LOSSES": "sample string 3",
  "ManufactoringAcc": "sample string 4",
  "ManufactoringAcc_IND_AS": "sample string 5",
  "MOV_OF_SHR": "sample string 6",
  "msg_transection": "sample string 7",
  "ORDER_APPEAL": "sample string 8",
  "OS_DET": "sample string 9",
  "OS_SUMM": "sample string 10",
  "OTH_SPECIAL_INC": "sample string 11",
  "OTHER_ALLOWANCES": "sample string 12",
  "OTHER_DETAIL": "sample string 13",
  "OTHER_TDS": "sample string 14",
  "PARAMETER": "sample string 15",
  "PARTNERSHIP": "sample string 16",
  "PHYSICAL_FILE": "sample string 17",
  "PHYSICAL_FILE_ASSESS": "sample string 18",
  "Prod_Screen_Usage": "sample string 19",
  "PROFIT_LOSS": "sample string 20",
  "PROFIT_LOSS_DETAILS": "sample string 21",
  "PROFIT_LOSS_DETAILS_INDAS": "sample string 22",
  "PROFIT_LOSS_INDAS": "sample string 23",
  "RA_GST": "sample string 24",
  "Retain_AttDoc": "sample string 25",
  "SALARY": "sample string 26",
  "Salary_Bifurcation_Details": "sample string 27",
  "SARAL": "sample string 28"
}

application/xml, text/xml

Sample:
<TB_Seventh25Tables xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ServiceLibrary.Model">
  <LIC_COMM_AGNTS>sample string 1</LIC_COMM_AGNTS>
  <LOAN_CONFIRM>sample string 2</LOAN_CONFIRM>
  <LOSSES>sample string 3</LOSSES>
  <MOV_OF_SHR>sample string 6</MOV_OF_SHR>
  <ManufactoringAcc>sample string 4</ManufactoringAcc>
  <ManufactoringAcc_IND_AS>sample string 5</ManufactoringAcc_IND_AS>
  <ORDER_APPEAL>sample string 8</ORDER_APPEAL>
  <OS_DET>sample string 9</OS_DET>
  <OS_SUMM>sample string 10</OS_SUMM>
  <OTHER_ALLOWANCES>sample string 12</OTHER_ALLOWANCES>
  <OTHER_DETAIL>sample string 13</OTHER_DETAIL>
  <OTHER_TDS>sample string 14</OTHER_TDS>
  <OTH_SPECIAL_INC>sample string 11</OTH_SPECIAL_INC>
  <PARAMETER>sample string 15</PARAMETER>
  <PARTNERSHIP>sample string 16</PARTNERSHIP>
  <PHYSICAL_FILE>sample string 17</PHYSICAL_FILE>
  <PHYSICAL_FILE_ASSESS>sample string 18</PHYSICAL_FILE_ASSESS>
  <PROFIT_LOSS>sample string 20</PROFIT_LOSS>
  <PROFIT_LOSS_DETAILS>sample string 21</PROFIT_LOSS_DETAILS>
  <PROFIT_LOSS_DETAILS_INDAS>sample string 22</PROFIT_LOSS_DETAILS_INDAS>
  <PROFIT_LOSS_INDAS>sample string 23</PROFIT_LOSS_INDAS>
  <Prod_Screen_Usage>sample string 19</Prod_Screen_Usage>
  <RA_GST>sample string 24</RA_GST>
  <Retain_AttDoc>sample string 25</Retain_AttDoc>
  <SALARY>sample string 26</SALARY>
  <SARAL>sample string 28</SARAL>
  <Salary_Bifurcation_Details>sample string 27</Salary_Bifurcation_Details>
  <msg_transection>sample string 7</msg_transection>
</TB_Seventh25Tables>