簡要描述:
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 | 備注 |