POST api/TBHome/SaveStage6Part1
No documentation available.
Request Information
Parameters
| Name | Description | Additional 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",
"DMS_INFO": "sample string 4",
"DMS_Inword_Details": "sample string 5",
"DMS_SYNC_LOG": "sample string 6",
"Email_Config": "sample string 7",
"FBT_EST": "sample string 8",
"FBT_EXP": "sample string 9",
"FBT_MAIN": "sample string 10",
"FBT_MISC": "sample string 11",
"FBT_POST_FILE_INFO": "sample string 12",
"FBT_SUMM": "sample string 13",
"FIN_STAT_DETAILS": "sample string 14",
"FIN_STAT_PARTICULARS": "sample string 15",
"FIN_STAT_TITLE": "sample string 16"
}
application/xml, text/xml
Sample:
<Stage6Part1 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> <DMS_INFO>sample string 4</DMS_INFO> <DMS_Inword_Details>sample string 5</DMS_Inword_Details> <DMS_SYNC_LOG>sample string 6</DMS_SYNC_LOG> <Email_Config>sample string 7</Email_Config> <FBT_EST>sample string 8</FBT_EST> <FBT_EXP>sample string 9</FBT_EXP> <FBT_MAIN>sample string 10</FBT_MAIN> <FBT_MISC>sample string 11</FBT_MISC> <FBT_POST_FILE_INFO>sample string 12</FBT_POST_FILE_INFO> <FBT_SUMM>sample string 13</FBT_SUMM> <FIN_STAT_DETAILS>sample string 14</FIN_STAT_DETAILS> <FIN_STAT_PARTICULARS>sample string 15</FIN_STAT_PARTICULARS> <FIN_STAT_TITLE>sample string 16</FIN_STAT_TITLE> <GROUP>sample string 1</GROUP> </Stage6Part1>
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>