POST api/BillType/List
获取单别
Request Information
URI Parameters
None.
Body Parameters
单据性质
ApiDataParam Of EnumBillCategory| 参数名 | 说明 | 类型 | 附加说明 |
|---|---|---|---|
| Args |
|
EnumBillCategory | |
| SessionId |
会话Id |
string |
Request Formats
application/json, text/json
Sample:
{
"Args": 0,
"SessionId": "sample string 1"
}
application/xml, text/xml
Sample:
<ApiDataParamOfEnumBillCategoryEd_SGDthB xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Cma.YifeiInf.Models"> <SessionId>sample string 1</SessionId> <Args>C21</Args> </ApiDataParamOfEnumBillCategoryEd_SGDthB>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
单别
JsonResult Of ApiDataResult Of ErpBillType[]| 参数名 | 说明 | 类型 | 附加说明 |
|---|---|---|---|
| Content |
|
ApiDataResult Of ErpBillType[] | |
| SerializerSettings |
|
JsonSerializerSettings | |
| Encoding |
|
Encoding | |
| Request |
|
HttpRequestMessage |
Response Formats
application/json, text/json
Sample:
Sample not available.