POST api/Invoice/AddInvoiceAnnex

添加发票附件

Request Information

URI Parameters

None.

Body Parameters

AddInvAnnexRequest
NameDescriptionTypeAdditional information
invoice_id

发票Id

integer

None.

strJson

字符串:名称:name 路径:file_url [{\"name\":\"10114\",\"file_url\":\"1\"}]

string

None.

user_id

当前登录者Id

string

None.

token

token

string

None.

Request Formats

application/json, text/json

Sample:
{
  "invoice_id": 1,
  "strJson": "sample string 2",
  "user_id": "sample string 3",
  "token": "sample string 4"
}

application/xml, text/xml

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

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 'AddInvAnnexRequest'.

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.