POST api/Param/GetParam
获取参数
Request Information
URI Parameters
None.
Body Parameters
请求数据
ParamRequestName | Description | Type | Additional information |
---|---|---|---|
p_id |
类型:发票类型:1 单据类型:2 |
integer |
None. |
mark_type |
列表标志 进项销项-0 费用银行其他-1 |
integer |
None. |
user_id |
当前登录者Id |
string |
None. |
token |
token |
string |
None. |
Request Formats
application/json, text/json
Sample:
{ "p_id": 1, "mark_type": 1, "user_id": "sample string 2", "token": "sample string 3" }
application/xml, text/xml
Sample:
<ParamRequest 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> <mark_type>1</mark_type> <p_id>1</p_id> </ParamRequest>
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. |