POST api/Invoice/OperInvoice

发票生成凭证、审核、删除、上传图片、反审

Request Information

URI Parameters

None.

Body Parameters

OperRequest
NameDescriptionTypeAdditional information
IdList

string

None.

oper_type

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:

Sample not available.

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.