GET api/stamp_tax/init
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
ResponseDataOfStatementInitDto| Name | Description | Type | Additional information |
|---|---|---|---|
| State | ResponseState |
None. |
|
| SubState | ResponseSubStateCode |
None. |
|
| Data | StatementInitDto |
None. |
|
| Msg | string |
None. |
|
| TaskType | TaxTaskType |
None. |
Response Formats
application/json, text/json
Sample:
{
"state": 1000,
"subState": 0,
"data": {
"taskId": 1,
"declareDetailList": [
{
"statementCode": "sample string 1",
"statementTitle": "sample string 2",
"statementSubTitle": "sample string 3",
"required": 1
},
{
"statementCode": "sample string 1",
"statementTitle": "sample string 2",
"statementSubTitle": "sample string 3",
"required": 1
}
],
"formData": null,
"modifiedDate": "sample string 2"
},
"msg": "sample string 1",
"taskType": 3
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.