POST api/TBHome/SaveStage2Part2Data

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:
{
  "GROUP": "sample string 1",
  "CODE": "sample string 2",
  "AY": "sample string 3",
  "DEP_180_DETAILS": "sample string 4",
  "DEPRECIATION": "sample string 5",
  "DIRECTOR_UNLISTED_ES": "sample string 6",
  "EXEMPT": "sample string 7",
  "FILING_RETURN": "sample string 8",
  "ITR_SCHCG_D": "sample string 9",
  "LOSSES": "sample string 10",
  "OTH_SPECIAL_INC": "sample string 11",
  "OTHER_ALLOWANCES": "sample string 12",
  "OTHER_TDS": "sample string 13",
  "PARTNERSHIP": "sample string 14",
  "PROFIT_LOSS": "sample string 15",
  "PROFIT_LOSS_DETAILS": "sample string 16",
  "PROFIT_LOSS_INDAS": "sample string 17",
  "PROFIT_LOSS_DETAILS_INDAS": "sample string 18"
}

application/xml, text/xml

Sample:
<Stage2Part2 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ServiceLibrary.Model">
  <AY>sample string 3</AY>
  <CODE>sample string 2</CODE>
  <DEPRECIATION>sample string 5</DEPRECIATION>
  <DEP_180_DETAILS>sample string 4</DEP_180_DETAILS>
  <DIRECTOR_UNLISTED_ES>sample string 6</DIRECTOR_UNLISTED_ES>
  <EXEMPT>sample string 7</EXEMPT>
  <FILING_RETURN>sample string 8</FILING_RETURN>
  <GROUP>sample string 1</GROUP>
  <ITR_SCHCG_D>sample string 9</ITR_SCHCG_D>
  <LOSSES>sample string 10</LOSSES>
  <OTHER_ALLOWANCES>sample string 12</OTHER_ALLOWANCES>
  <OTHER_TDS>sample string 13</OTHER_TDS>
  <OTH_SPECIAL_INC>sample string 11</OTH_SPECIAL_INC>
  <PARTNERSHIP>sample string 14</PARTNERSHIP>
  <PROFIT_LOSS>sample string 15</PROFIT_LOSS>
  <PROFIT_LOSS_DETAILS>sample string 16</PROFIT_LOSS_DETAILS>
  <PROFIT_LOSS_DETAILS_INDAS>sample string 18</PROFIT_LOSS_DETAILS_INDAS>
  <PROFIT_LOSS_INDAS>sample string 17</PROFIT_LOSS_INDAS>
</Stage2Part2>

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>