POST api/Voc/GetInvoiceImg
通过凭证摘要获取发票信息
Request Information
URI Parameters
None.
Body Parameters
请求数据
InvoiceImgRequestName | Description | Type | Additional information |
---|---|---|---|
v_detail_id |
表eis_voucher_detail主键 |
integer |
None. |
remark |
摘要 |
string |
None. |
user_id |
当前登录者Id |
string |
None. |
token |
token |
string |
None. |
Request Formats
application/json, text/json
Sample:
{ "v_detail_id": 1, "remark": "sample string 2", "user_id": "sample string 3", "token": "sample string 4" }
application/xml, text/xml
Sample:
<InvoiceImgRequest 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> <remark>sample string 2</remark> <v_detail_id>1</v_detail_id> </InvoiceImgRequest>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
通过凭证摘要获取发票信息
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |