POST api/Servo/Tax/Task/StatusApply
应用在途开票任务的状态改变
Request Information
URI Parameters
None.
Body Parameters
TaxApplyRunningTaskParm
TaxApplyRunningTaskParmName | Description | Type | Additional information |
---|---|---|---|
TaskNum |
开票任务ID |
string |
None. |
Code |
平台返回的参数码 |
string |
None. |
Message |
平台返回的信息 |
string |
None. |
Fpqqlsh |
发票请求流水号 |
string |
None. |
EventTime |
操作时间 |
date |
None. |
EventType |
操作类型 |
string |
None. |
KPRQ |
开票日期 |
date |
None. |
FPDM |
发票代码 |
string |
None. |
FPHM |
发票号码 |
string |
None. |
HJSE |
合计税额 |
decimal number |
None. |
BHSJE |
不含税金额 |
decimal number |
None. |
PDFURL |
发票pdf地址 |
string |
None. |
RedStatus |
红字票状态 |
string |
None. |
RedConfirmApplyMsg |
红字确认单状态 |
string |
None. |
RedConfirmUUID |
红字确认单UUID |
string |
None. |
RedConfirmNum |
红字确认单编号 |
string |
None. |
Request Formats
application/json, text/json
Sample:
{ "TaskNum": "sample string 1", "Code": "sample string 2", "Message": "sample string 3", "Fpqqlsh": "sample string 4", "EventTime": "2025-01-22T01:39:42.0159053+08:00", "EventType": "sample string 5", "KPRQ": "2025-01-22T01:39:42.0159053+08:00", "FPDM": "sample string 7", "FPHM": "sample string 8", "HJSE": 9.0, "BHSJE": 10.0, "PDFURL": "sample string 11", "RedStatus": "sample string 12", "RedConfirmApplyMsg": "sample string 13", "RedConfirmUUID": "sample string 14", "RedConfirmNum": "sample string 15" }
application/xml, text/xml
Sample:
<TaxApplyRunningTaskParm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DigitalScience.DataTransfer.Tour.V5.Parm.Tax"> <BHSJE>10</BHSJE> <Code>sample string 2</Code> <EventTime>2025-01-22T01:39:42.0159053+08:00</EventTime> <EventType>sample string 5</EventType> <FPDM>sample string 7</FPDM> <FPHM>sample string 8</FPHM> <Fpqqlsh>sample string 4</Fpqqlsh> <HJSE>9</HJSE> <KPRQ>2025-01-22T01:39:42.0159053+08:00</KPRQ> <Message>sample string 3</Message> <PDFURL>sample string 11</PDFURL> <RedConfirmApplyMsg>sample string 13</RedConfirmApplyMsg> <RedConfirmNum>sample string 15</RedConfirmNum> <RedConfirmUUID>sample string 14</RedConfirmUUID> <RedStatus>sample string 12</RedStatus> <TaskNum>sample string 1</TaskNum> </TaxApplyRunningTaskParm>
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
应用在途开票任务的状态改变
CommonOperationResultName | Description | Type | Additional information |
---|---|---|---|
errcode |
错误代码,通常0表示成功,其他值表示错误。 |
integer |
None. |
errmsg |
错误描述,当errcode不为零时,此值可以用于呈现给用户。 |
string |
None. |
tag |
操作同时,服务器端需要返回的其他值。 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{ "errcode": 1, "errmsg": "sample string 2", "tag": "sample string 3" }
application/xml, text/xml
Sample:
<CommonOperationResult 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>sample string 3</tag> </CommonOperationResult>
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.