9.14 机具序列号入库接口
开发中
测试环境
测试环境
POST
https://mtest.eycard.cn:4443
最后修改时间:2023-05-09 03:17:57
责任人:谭得红
该接口用于机具序列号入库;
该接口一次请求仅允许新增10台内的机具;
请求参数
Body 参数application/x-www-form-urlencoded
version
string
版本号 默认1.0
示例值:
1.0
clientCode
string
必需
示例值:
63754675
MAC
string
MAC值
示例值:
{{MAC}}
messageType
string
必需
示例值:
ADDTERMLIC
termModelLicList
string
必需
示例值:
[{ "materialcode": "010100014", "termModelLic": "123213213101"}, { "materialcode": "010100014", "termModelLic": "213213123102"}, { "materialcode": "010100014", "termModelLic": "213213123103"}, { "materialcode": "010100014", "termModelLic": "213213123104"}, { "materialcode": "010100014", "termModelLic": "213213123105"}, { "materialcode": "010100014", "termModelLic": "213213123106"}, { "materialcode": "010100014", "termModelLic": "213213123107"}, { "materialcode": "010100014", "termModelLic": "213213123108"}, { "materialcode": "010100014", "termModelLic": "213213123109"}, { "materialcode": "010100014", "termModelLic": "213213123110"}]
示例代码
返回响应
修改于 2023-05-09 03:17:57