文档
测试

获取馆藏信息(根据书目ID查询)

GET
https://syapi.shsyzn.com.cn/book/GetBookListByCatalogueID

请求头

参数名
类型
描述
必填
token
string
token
必填
code
string
客户编码
必填

请求参数

参数名
类型
描述
必填
ItemID
int
书目ID
必填

响应参数

参数名
类型
描述
必填
errorcode
int
错误编码
必填
errormsg
string
错误信息
必填
operatetime
datetime
操作时间
必填
iserror
bool
是否发生错误
必填
data
object
返回数据对象
必填
Count
int
返回数据总数
必填
List
array
返回数据集合
必填
ItemID
int
资源主键ID
必填
ItemBarcode
string
资源编码
必填
ItemCircState
int
资源流通状态 1库存 2外借 3领用
必填
ItemLocationName
string
馆藏地址
必填
ItemLocationNum
string
书架号
必填
CableNumber
string
索书号
必填
ItemStorageDate
string
入库日期
必填