文档
测试

新增价格接口get

GET
http://172.18.2.20:8801/HTS/NewPurchInfo1?data={"mainTable":[{"applyBy":"chenjl@houcaller.com","bdat":"20220101","edat":"20231230","iniPrc":"205.0","mBar":"VTQ10224","mtTxt":"收餐车底层带轮子#","priceRange":"0","punit":"套","sPcde":"XMLWFX","sPric":"","spec":"0","srmId":"Mwdcf1ddd5","stgPuser":"laiyg@houcaller.com","tPrice":"205.0","taxRate":"13.0","yf":"0.0" , "producer": "7456321", "prdProtxt": "7456dddd321"}]}

接口描述

测试地址 172.18.10.230

请求参数

参数名
类型
描述
必填
mainTable
array
数据列表
必填
applyBy
string
示例:chenjl@houcaller.com
必填
bdat
string
示例:20220101
必填
edat
string
示例:20231230
必填
iniPrc
string
示例:205.0
必填
mBar
string
示例:VTQ10224
必填
mtTxt
string
示例:收餐车底层带轮子#
必填
priceRange
string
示例:0
必填
punit
string
示例:套
必填
sPcde
string
示例:XMLWFX
必填
sPric
string
示例:
必填
spec
string
示例:0
必填
srmId
string
示例:Mwdcf1ddd5
必填
stgPuser
string
示例:laiyg@houcaller.com
必填
tPrice
string
示例:205.0
必填
taxRate
string
示例:13.0
必填
yf
string
示例:0.0
必填
producer
string
示例:7456321
必填
prdProtxt
string
示例:7456dddd321
必填

响应参数

参数名
类型
描述
必填
ReVal
string
示例:True
必填

说明 / 示例

请求示例: { "mainTable": [ { "applyBy": "chenjl@houcaller.com", "bdat": "20220101", "edat": "20231230", "iniPrc": "205.0", "mBar": "VTQ10224", "mtTxt": "收餐车底层带轮子#", "priceRange": "0", "punit": "套", "sPcde": "XMLWFX", "sPric": "", "spec": "0", "srmId": "Mwdcf1ddd5", "stgPuser": "laiyg@houcaller.com", "tPrice": "205.0", "taxRate": "13.0", "yf": "0.0", "producer": "7456321", "prdProtxt": "7456dddd321" } ] } 返回示例: 正确 {"ReVal":"True"} 出错 {"err":"err"}