POST Visual/GetBillMenu

获取系统PC端菜单

Request Information

URI Parameters

None.

Body Parameters

VisualBillMenuModel
NameDescriptionTypeAdditional information
fBillTypeId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "fBillTypeId": 1
}

application/xml, text/xml

Sample:
<VisualBillMenuModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DbFrameModel.Models.Visual">
  <fBillTypeId>1</fBillTypeId>
</VisualBillMenuModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

BillMenuResModel
NameDescriptionTypeAdditional information
cnt

integer

None.

error

integer

None.

Msg

string

None.

Response Formats

application/json, text/json

Sample:
{
  "cnt": 1,
  "error": 2,
  "Msg": "sample string 3"
}

application/xml, text/xml

Sample:
<BillMenuResModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BLL.Visual">
  <Msg>sample string 3</Msg>
  <error>2</error>
  <cnt>1</cnt>
</BillMenuResModel>