关区业务关系表API

单条数据查询

url:rest/bns_port/{id}/get

method:get

request:id传入

response:TST_PORT_BUSINESS对象

列表数据查询

url:rest/bns_port/list

method:get

request:业务类型code传入

response:TST_PORT_BUSINESS对象列表

新增数据

url:rest/bns_port/{id=0}/create

method:post

request:id=0 传入

response:新增TST_PORT_BUSINESS对象

更新

url:rest/bns_port/{id}/update"

method:post

request:id传入

response:更新TST_PORT_BUSINESS对象

删除

url:rest/bns_port/{id}/del

method:post

request:id传入

response:删除TST_PORT_BUSINESS对象

你可能感兴趣的:(关区业务关系表API)