POST api/Invoice/OperInvoiceAccount
费用发票维护科目
Request Information
URI Parameters
None.
Body Parameters
OperAccountRequestName | Description | Type | Additional information |
---|---|---|---|
strJson |
字符串: 发票Id-invoice_id 不含税金额借方-str_debit_info(金额-debit_money,借方科目-debit_account) 税额借方-str_debit_tax(金额-debit_money,借方科目-debit_account) 贷方-str_credit_info(金额-credit_money,贷方科目-credit_account) 备注-remarks |
string |
None. |
user_id |
当前登录者Id |
string |
None. |
token |
token |
string |
None. |
Request Formats
application/json, text/json
Sample:
{ "strJson": "sample string 1", "user_id": "sample string 2", "token": "sample string 3" }
application/xml, text/xml
Sample:
<OperAccountRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BBS.Model"> <token>sample string 3</token> <user_id>sample string 2</user_id> <strJson>sample string 1</strJson> </OperAccountRequest>
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. |