POST api/Tax/Task/Running/RedConfirm/Apply/Cancel
撤销红字确认单
Request Information
URI Parameters
None.
Body Parameters
TaxRedConfirmCancelParmName | Description | Type | Additional information |
---|---|---|---|
hzqrdsqh |
红字确认单申请号 |
string |
Required |
hzqrdbh |
红字确认单编号 |
string |
Required |
Request Formats
application/json, text/json
Sample:
{ "hzqrdsqh": "sample string 1", "hzqrdbh": "sample string 2" }
application/xml, text/xml
Sample:
<TaxRedConfirmCancelParm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DigitalScience.DataTransfer.Tour.V5.Parm.Tax"> <hzqrdbh>sample string 2</hzqrdbh> <hzqrdsqh>sample string 1</hzqrdsqh> </TaxRedConfirmCancelParm>
application/x-www-form-urlencoded
Sample:
Sample not available.
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.
Response Information
Resource Description
撤销红字确认单
CommonOperationResultWithTagOfTaxCommonResultName | Description | Type | Additional information |
---|---|---|---|
errcode | integer |
None. |
|
errmsg | string |
None. |
|
tag | TaxCommonResult |
None. |
Response Formats
application/json, text/json
Sample:
{ "errcode": 1, "errmsg": "sample string 2", "tag": { "code": "sample string 1", "message": "sample string 2", "interfacetype": "sample string 3" } }
application/xml, text/xml
Sample:
<CommonOperationResultWithTagOfTaxCommonResultYrAe0Cso xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DigitalScience.DataTransfer"> <errcode>1</errcode> <errmsg>sample string 2</errmsg> <tag xmlns:d2p1="http://schemas.datacontract.org/2004/07/DigitalScience.DataTransfer.Tour.V5.Result.Tax"> <d2p1:code>sample string 1</d2p1:code> <d2p1:interfacetype>sample string 3</d2p1:interfacetype> <d2p1:message>sample string 2</d2p1:message> </tag> </CommonOperationResultWithTagOfTaxCommonResultYrAe0Cso>
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.