POST api/Invoice/OperInvoice

发票审核、删除、上传图片、生成凭证、已审核页面反审、已审核页面复审、归档页面反审、处理

Request Information

URI Parameters

None.

Body Parameters

OperRequest
NameDescriptionTypeAdditional information
IdList

主键,多个逗号分隔

string

None.

oper_type

操作类型:0-审核 1-删除 2-上传图片 3-生成凭证 4-已审核页面反审 5-已审核页面复审 6-归档页面反审 7-处理

integer

None.

file_url

图片路径

string

None.

user_id

当前登录者Id

string

None.

token

token

string

None.

Request Formats

application/json, text/json

Sample:
{
  "IdList": "sample string 1",
  "oper_type": 2,
  "file_url": "sample string 3",
  "user_id": "sample string 4",
  "token": "sample string 5"
}

application/xml, text/xml

Sample:
<OperRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BBS.Model">
  <token>sample string 5</token>
  <user_id>sample string 4</user_id>
  <IdList>sample string 1</IdList>
  <file_url>sample string 3</file_url>
  <oper_type>2</oper_type>
</OperRequest>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'OperRequest'.

Response Information

Resource Description

发票审核、删除、上传图片、生成凭证、已审核页面反审、已审核页面复审、归档页面反审、处理

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.