POST api/TBHome/GetStage5Part4Data

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:
{
  "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>