简要描述:
CC合同信息标准接口
请求URL:
api/v1/cc-contract-info
请求方式:
GET
参数:
参数名 | 必选 | 类型 | 说明 |
---|---|---|---|
login_token | 是 | str | 通行证 |
code | 是 | str | 合同号 |
返回示例
{ "status": 0, "message": "ok", "data": [ { "id": 10392, "group_code": "FG20230221-2", "customer_name": "张家港周柏明", "brand": null, "buyer": "", "buyer_phone": "", "buyer_address": "2324", "money_sum": 1044, "money_get": 0, "money_pay": 0, "money_left": 0, "rebates_money": 0, "pay_percent": 0, "discount": 0, "other_money": 4, "area": 4, "count": 1, "weight": null, "status": "had_confirmcox", "delivery": "中通", "area_manager": null, "handler": "admin", "order_time": null, "due_date": "2023-03-18 13:35:29" "orderInfo": [ { "id": 8889282, "order_code": "20220110-27", "product_name": "测试格条", "customer_name": "南京市姬生", "height": "2000", "width": "1500", "color": ",金橡木", "count": 2, "money_sum": 3600, "handler": "thinkerx_root", "status": "had_confirm", "note": null } ] } ] }
返回参数说明
参数名 | 类型 | 说明 |
---|---|---|
status | int | 状态码 0成功 1失败 |
message | str | 返回信息 |
data | array | 合同数据 |
合同数据说明
参数名 | 类型 | 说明 |
---|---|---|
id | int | 合同id |
group_code | str | 合同编号 |
customer_name | str | 经销商名称 |
buyer | str | 订单数据 |
buyer_phone | str | 订单编号 |
buyer_address | str | 永利·集团·产品名称 |
money_sum | str | 总金额 |
money_get | str | 应收金额 |
money_pay | str | 已付金额 |
money_left | str | 剩余金额 |
rebates_money | str | 去零头 |
pay_percent | str | 付款进度 |
discount | str | 折扣 |
other_money | str | 其他金额 |
area | str | 面积 |
count | str | 数量 |
weight | str | 重量 |
status | str | 状态 |
delivery | str | 物流 |
area_manager | str | 区域经理 |
handler | str | 操作人 |
order_time | str | 下单时间 |
due_date | str | 交货时间 |
订单数据说明
参数名 | 类型 | 说明 |
---|---|---|
id | int | 订单id |
order_code | str | 订单编号 |
product_name | str | 永利·集团·产品名称 |
customer_name | str | 经销商名称 |
height | str | 高 |
width | str | 宽 |
color | str | 颜色 |
count | str | 数量 |
money_sum | str | 订单金额 |
handler | str | 操作人 |
status | str | 订单状态 |
note | str | 备注 |