open-api
首页
open-api
  • 快速开始
  • 授权登录
  • 客户
  • 销售订单
  • 采购订单
  • 产品
  • 回款登记
  • 回款单
  • 付款单
  • 费用单
  • 报价单
    • 报价单
    • 报价单列表GET
    • 报价单状态、币种查询GET
    • 报价单删除POST
    • 报价单数据字典GET
    • 报价单新建/编辑POST
    • 查询报价单详情GET
  • 供应商
  • 商机
  • 用户
  • 销售出库单
  • 库存
  • 线索
  • 资金
  • 采购入库单
  • 采购退货单
  • 统计分析
  • 示例接口(勿用)
  • 阿里账号信息GET
  • 阿里资金账户信息GET
亮色模式
  1. 报价单

报价单列表

GET/v1/invoices/quotation/list

请求参数

Query 参数
start_time
string 
可选

时间查询范围:开始日期

end_time
string 
可选

时间查询范围:结束日期

start_index
number 
可选

第几页,默认 = 1

count
number 
可选

每页记录数,默认 = 10

removed
number 
可选

默认0,1表示查询已删除的数据列表

approval
number 
可选

默认0,1表示查询审批通过的数据列表

status
string 
可选

默认值: 0,设置对应的状态值可以查询相关状态的数据列表,支持以半角逗号分割的多个状态值

示例代码

返回响应

成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer 
必需
message
string 
必需
now
string 
必需
data
object 
必需
list
array [object {41}] 
必需
totalItem
integer 
总数
必需
示例
{
  "code": 200,
  "message": "success",
  "now": "2024-07-31 09:30:56",
  "data": {
    "list": [
      {
        "quotation_id": 3601718864,
        "quotation_no": "20240730qiao1133",
        "lock_flag": "1",
        "can_unlock": 0,
        "approval_status": 1,
        "name": "默认值计算逻辑",
        "currency": "CNY",
        "exchange_rate": "100.0000000000",
        "amount": "977.0000000000",
        "amount_rmb": "977.0000000000",
        "company_id": 1161895151,
        "customer_id": 1161895150,
        "opportunity_id": 0,
        "quotation_date": "2024-07-30 00:00:00",
        "addition_cost_amount": 10,
        "product_total_amount": 967,
        "price_contract": "FOB",
        "receive_remittance_way": "Wechat",
        "price_contract_remark": "---edit",
        "receive_remittance_remark": "shouhui fanghis---edit",
        "insurance_remark": "baoxian shuom---edit",
        "company_name": "株式会社 シグマ---edit",
        "company_phone": "2134950239293---edit",
        "company_fax": "0952-22-8434---edit",
        "company_address": "〒840-0857 佐賀市鍋島町大字八戸3005---edit",
        "customer_name": "徳丸 茂樹---edit",
        "customer_phone": " 0952-26-7661---edit",
        "customer_address": "---edit",
        "transport_mode": "海运",
        "shipment_deadline": "2024-08-08",
        "shipment_port": "shekou",
        "target_port": "省着玩",
        "shipment_deadline_remark": "5天之内到期",
        "create_time": "2024-07-30 18:12:44",
        "update_time": "2024-07-30 22:46:14",
        "enable_flag": 1,
        "_id": 3601718864,
        "approval_flow_info": [],
        "create_user_info": {
          "user_id": "11858712",
          "nickname": "qiao"
        },
        "company": {
          "company_id": 1161895151,
          "name": "株式会社 シグマ",
          "is_archive": 1
        },
        "status_info": {
          "is_purchase": 0,
          "is_beginning": 1,
          "is_ending": 0,
          "into_performance": 0,
          "need_review": 0,
          "change_ending": 1,
          "change_review": 0,
          "can_delete": 0,
          "next_status": [
            "1101043704",
            "1101043705",
            "1101043706",
            "1101043707",
            "3375434976",
            "3266554186",
            "3581929295"
          ],
          "client_id": "14119",
          "id": "1101043703",
          "name": "草稿",
          "remark": "",
          "rank": "0",
          "create_time": "2019-11-15 11:52:05",
          "update_time": "2024-07-18 17:11:01"
        }
      },
      {
        "quotation_id": 3601722484,
        "quotation_no": "20240730xpro1143",
        "lock_flag": "0",
        "can_unlock": 0,
        "approval_status": -1,
        "name": "erp创建的报价单",
        "currency": "USD",
        "exchange_rate": "700.0000000000",
        "amount": "1.7800000000",
        "amount_rmb": "12.4600000000",
        "company_id": 3601647172,
        "customer_id": 0,
        "opportunity_id": 0,
        "quotation_date": "2024-05-11 00:00:00",
        "addition_cost_amount": 0,
        "product_total_amount": 1.78,
        "price_contract": null,
        "receive_remittance_way": "",
        "price_contract_remark": null,
        "receive_remittance_remark": null,
        "insurance_remark": null,
        "company_name": "",
        "company_phone": "",
        "company_fax": "",
        "company_address": null,
        "customer_name": "",
        "customer_phone": "",
        "customer_address": null,
        "transport_mode": "",
        "shipment_deadline": "",
        "shipment_port": "",
        "target_port": "",
        "shipment_deadline_remark": null,
        "create_time": "2024-07-30 18:38:22",
        "update_time": "2024-07-30 18:38:22",
        "enable_flag": 1,
        "_id": 3601722484,
        "approval_flow_info": [],
        "create_user_info": {
          "user_id": "11858711",
          "nickname": "xpro"
        },
        "company": {
          "company_id": 3601647172,
          "name": "周黑鸭公司-45",
          "is_archive": 1
        },
        "status_info": {
          "is_purchase": 0,
          "is_beginning": 1,
          "is_ending": 0,
          "into_performance": 0,
          "need_review": 0,
          "change_ending": 1,
          "change_review": 0,
          "can_delete": 0,
          "next_status": [
            "1101043704",
            "1101043705",
            "1101043706",
            "1101043707",
            "3375434976",
            "3266554186",
            "3581929295"
          ],
          "client_id": "14119",
          "id": "1101043703",
          "name": "草稿",
          "remark": "",
          "rank": "0",
          "create_time": "2019-11-15 11:52:05",
          "update_time": "2024-07-18 17:11:01"
        }
      },
      {
        "quotation_id": 3601722471,
        "quotation_no": "20240730xpro1142",
        "lock_flag": "0",
        "can_unlock": 0,
        "approval_status": -1,
        "name": "erp创建的报价单",
        "currency": "USD",
        "exchange_rate": "700.0000000000",
        "amount": "46.7800000000",
        "amount_rmb": "327.4600000000",
        "company_id": 3601647172,
        "customer_id": 0,
        "opportunity_id": 0,
        "quotation_date": "2024-05-11 00:00:00",
        "addition_cost_amount": 45,
        "product_total_amount": 1.78,
        "price_contract": null,
        "receive_remittance_way": "",
        "price_contract_remark": null,
        "receive_remittance_remark": null,
        "insurance_remark": null,
        "company_name": "",
        "company_phone": "",
        "company_fax": "",
        "company_address": null,
        "customer_name": "",
        "customer_phone": "",
        "customer_address": null,
        "transport_mode": "",
        "shipment_deadline": "",
        "shipment_port": "",
        "target_port": "",
        "shipment_deadline_remark": null,
        "create_time": "2024-07-30 18:38:08",
        "update_time": "2024-07-30 18:38:08",
        "enable_flag": 1,
        "_id": 3601722471,
        "approval_flow_info": [],
        "create_user_info": {
          "user_id": "11858711",
          "nickname": "xpro"
        },
        "company": {
          "company_id": 3601647172,
          "name": "周黑鸭公司-45",
          "is_archive": 1
        },
        "status_info": {
          "is_purchase": 0,
          "is_beginning": 1,
          "is_ending": 0,
          "into_performance": 0,
          "need_review": 0,
          "change_ending": 1,
          "change_review": 0,
          "can_delete": 0,
          "next_status": [
            "1101043704",
            "1101043705",
            "1101043706",
            "1101043707",
            "3375434976",
            "3266554186",
            "3581929295"
          ],
          "client_id": "14119",
          "id": "1101043703",
          "name": "草稿",
          "remark": "",
          "rank": "0",
          "create_time": "2019-11-15 11:52:05",
          "update_time": "2024-07-18 17:11:01"
        }
      },
      {
        "quotation_id": 3601722452,
        "quotation_no": "20240730xpro1141",
        "lock_flag": "0",
        "can_unlock": 0,
        "approval_status": -1,
        "name": "erp创建的报价单",
        "currency": "USD",
        "exchange_rate": "700.0000000000",
        "amount": "1.7800000000",
        "amount_rmb": "12.4600000000",
        "company_id": 3601647172,
        "customer_id": 0,
        "opportunity_id": 0,
        "quotation_date": "2024-05-11 00:00:00",
        "addition_cost_amount": 0,
        "product_total_amount": 1.78,
        "price_contract": null,
        "receive_remittance_way": "",
        "price_contract_remark": null,
        "receive_remittance_remark": null,
        "insurance_remark": null,
        "company_name": "",
        "company_phone": "",
        "company_fax": "",
        "company_address": null,
        "customer_name": "",
        "customer_phone": "",
        "customer_address": null,
        "transport_mode": "",
        "shipment_deadline": "",
        "shipment_port": "",
        "target_port": "",
        "shipment_deadline_remark": null,
        "create_time": "2024-07-30 18:37:37",
        "update_time": "2024-07-30 18:37:37",
        "enable_flag": 1,
        "_id": 3601722452,
        "approval_flow_info": [],
        "create_user_info": {
          "user_id": "11858711",
          "nickname": "xpro"
        },
        "company": {
          "company_id": 3601647172,
          "name": "周黑鸭公司-45",
          "is_archive": 1
        },
        "status_info": {
          "is_purchase": 0,
          "is_beginning": 1,
          "is_ending": 0,
          "into_performance": 0,
          "need_review": 0,
          "change_ending": 1,
          "change_review": 0,
          "can_delete": 0,
          "next_status": [
            "1101043704",
            "1101043705",
            "1101043706",
            "1101043707",
            "3375434976",
            "3266554186",
            "3581929295"
          ],
          "client_id": "14119",
          "id": "1101043703",
          "name": "草稿",
          "remark": "",
          "rank": "0",
          "create_time": "2019-11-15 11:52:05",
          "update_time": "2024-07-18 17:11:01"
        }
      },
      {
        "quotation_id": 3601722440,
        "quotation_no": "20240730xpro1140",
        "lock_flag": "0",
        "can_unlock": 0,
        "approval_status": -1,
        "name": "erp创建的报价单",
        "currency": "USD",
        "exchange_rate": "700.0000000000",
        "amount": "46.7800000000",
        "amount_rmb": "327.4600000000",
        "company_id": 3601647172,
        "customer_id": 0,
        "opportunity_id": 0,
        "quotation_date": "2024-05-11 00:00:00",
        "addition_cost_amount": 45,
        "product_total_amount": 1.78,
        "price_contract": null,
        "receive_remittance_way": "",
        "price_contract_remark": null,
        "receive_remittance_remark": null,
        "insurance_remark": null,
        "company_name": "",
        "company_phone": "",
        "company_fax": "",
        "company_address": null,
        "customer_name": "",
        "customer_phone": "",
        "customer_address": null,
        "transport_mode": "",
        "shipment_deadline": "",
        "shipment_port": "",
        "target_port": "",
        "shipment_deadline_remark": null,
        "create_time": "2024-07-30 18:37:00",
        "update_time": "2024-07-30 18:37:00",
        "enable_flag": 1,
        "_id": 3601722440,
        "approval_flow_info": [],
        "create_user_info": {
          "user_id": "11858711",
          "nickname": "xpro"
        },
        "company": {
          "company_id": 3601647172,
          "name": "周黑鸭公司-45",
          "is_archive": 1
        },
        "status_info": {
          "is_purchase": 0,
          "is_beginning": 1,
          "is_ending": 0,
          "into_performance": 0,
          "need_review": 0,
          "change_ending": 1,
          "change_review": 0,
          "can_delete": 0,
          "next_status": [
            "1101043704",
            "1101043705",
            "1101043706",
            "1101043707",
            "3375434976",
            "3266554186",
            "3581929295"
          ],
          "client_id": "14119",
          "id": "1101043703",
          "name": "草稿",
          "remark": "",
          "rank": "0",
          "create_time": "2019-11-15 11:52:05",
          "update_time": "2024-07-18 17:11:01"
        }
      },
      {
        "quotation_id": 3601721092,
        "quotation_no": "20240730xpro1139",
        "lock_flag": "0",
        "can_unlock": 0,
        "approval_status": -1,
        "name": "erp创建的报价单",
        "currency": "USD",
        "exchange_rate": "700.0000000000",
        "amount": "46.7800000000",
        "amount_rmb": "327.4600000000",
        "company_id": 3601647172,
        "customer_id": 0,
        "opportunity_id": 0,
        "quotation_date": "2024-05-11 00:00:00",
        "addition_cost_amount": 45,
        "product_total_amount": 1.78,
        "price_contract": null,
        "receive_remittance_way": "",
        "price_contract_remark": null,
        "receive_remittance_remark": null,
        "insurance_remark": null,
        "company_name": "",
        "company_phone": "",
        "company_fax": "",
        "company_address": null,
        "customer_name": "",
        "customer_phone": "",
        "customer_address": null,
        "transport_mode": "",
        "shipment_deadline": "",
        "shipment_port": "",
        "target_port": "",
        "shipment_deadline_remark": null,
        "create_time": "2024-07-30 18:28:31",
        "update_time": "2024-07-30 18:28:31",
        "enable_flag": 1,
        "_id": 3601721092,
        "approval_flow_info": [],
        "create_user_info": {
          "user_id": "11858711",
          "nickname": "xpro"
        },
        "company": {
          "company_id": 3601647172,
          "name": "周黑鸭公司-45",
          "is_archive": 1
        },
        "status_info": {
          "is_purchase": 0,
          "is_beginning": 1,
          "is_ending": 0,
          "into_performance": 0,
          "need_review": 0,
          "change_ending": 1,
          "change_review": 0,
          "can_delete": 0,
          "next_status": [
            "1101043704",
            "1101043705",
            "1101043706",
            "1101043707",
            "3375434976",
            "3266554186",
            "3581929295"
          ],
          "client_id": "14119",
          "id": "1101043703",
          "name": "草稿",
          "remark": "",
          "rank": "0",
          "create_time": "2019-11-15 11:52:05",
          "update_time": "2024-07-18 17:11:01"
        }
      },
      {
        "quotation_id": 3601721080,
        "quotation_no": "20240730xpro1138",
        "lock_flag": "0",
        "can_unlock": 0,
        "approval_status": -1,
        "name": "erp创建的报价单",
        "currency": "USD",
        "exchange_rate": "700.0000000000",
        "amount": "46.7800000000",
        "amount_rmb": "327.4600000000",
        "company_id": 3601647172,
        "customer_id": 0,
        "opportunity_id": 0,
        "quotation_date": "2024-05-11 00:00:00",
        "addition_cost_amount": 45,
        "product_total_amount": 1.78,
        "price_contract": null,
        "receive_remittance_way": "",
        "price_contract_remark": null,
        "receive_remittance_remark": null,
        "insurance_remark": null,
        "company_name": "",
        "company_phone": "",
        "company_fax": "",
        "company_address": null,
        "customer_name": "",
        "customer_phone": "",
        "customer_address": null,
        "transport_mode": "",
        "shipment_deadline": "",
        "shipment_port": "",
        "target_port": "",
        "shipment_deadline_remark": null,
        "create_time": "2024-07-30 18:28:08",
        "update_time": "2024-07-30 18:28:08",
        "enable_flag": 1,
        "_id": 3601721080,
        "approval_flow_info": [],
        "create_user_info": {
          "user_id": "11858711",
          "nickname": "xpro"
        },
        "company": {
          "company_id": 3601647172,
          "name": "周黑鸭公司-45",
          "is_archive": 1
        },
        "status_info": {
          "is_purchase": 0,
          "is_beginning": 1,
          "is_ending": 0,
          "into_performance": 0,
          "need_review": 0,
          "change_ending": 1,
          "change_review": 0,
          "can_delete": 0,
          "next_status": [
            "1101043704",
            "1101043705",
            "1101043706",
            "1101043707",
            "3375434976",
            "3266554186",
            "3581929295"
          ],
          "client_id": "14119",
          "id": "1101043703",
          "name": "草稿",
          "remark": "",
          "rank": "0",
          "create_time": "2019-11-15 11:52:05",
          "update_time": "2024-07-18 17:11:01"
        }
      },
      {
        "quotation_id": 3601720925,
        "quotation_no": "20240730xpro1137",
        "lock_flag": "0",
        "can_unlock": 0,
        "approval_status": -1,
        "name": "erp创建的报价单",
        "currency": "USD",
        "exchange_rate": "700.0000000000",
        "amount": "46.7800000000",
        "amount_rmb": "327.4600000000",
        "company_id": 3601647172,
        "customer_id": 0,
        "opportunity_id": 0,
        "quotation_date": "2024-05-11 00:00:00",
        "addition_cost_amount": 45,
        "product_total_amount": 1.78,
        "price_contract": null,
        "receive_remittance_way": "",
        "price_contract_remark": null,
        "receive_remittance_remark": null,
        "insurance_remark": null,
        "company_name": "",
        "company_phone": "",
        "company_fax": "",
        "company_address": null,
        "customer_name": "",
        "customer_phone": "",
        "customer_address": null,
        "transport_mode": "",
        "shipment_deadline": "",
        "shipment_port": "",
        "target_port": "",
        "shipment_deadline_remark": null,
        "create_time": "2024-07-30 18:25:47",
        "update_time": "2024-07-30 18:25:47",
        "enable_flag": 1,
        "_id": 3601720925,
        "approval_flow_info": [],
        "create_user_info": {
          "user_id": "11858711",
          "nickname": "xpro"
        },
        "company": {
          "company_id": 3601647172,
          "name": "周黑鸭公司-45",
          "is_archive": 1
        },
        "status_info": {
          "is_purchase": 0,
          "is_beginning": 1,
          "is_ending": 0,
          "into_performance": 0,
          "need_review": 0,
          "change_ending": 1,
          "change_review": 0,
          "can_delete": 0,
          "next_status": [
            "1101043704",
            "1101043705",
            "1101043706",
            "1101043707",
            "3375434976",
            "3266554186",
            "3581929295"
          ],
          "client_id": "14119",
          "id": "1101043703",
          "name": "草稿",
          "remark": "",
          "rank": "0",
          "create_time": "2019-11-15 11:52:05",
          "update_time": "2024-07-18 17:11:01"
        }
      },
      {
        "quotation_id": 3601720497,
        "quotation_no": "20240730xpro1136",
        "lock_flag": "0",
        "can_unlock": 0,
        "approval_status": -1,
        "name": "erp创建的报价单",
        "currency": "USD",
        "exchange_rate": "700.0000000000",
        "amount": "46.7800000000",
        "amount_rmb": "327.4600000000",
        "company_id": 3601647172,
        "customer_id": 0,
        "opportunity_id": 0,
        "quotation_date": "2024-05-11 00:00:00",
        "addition_cost_amount": 45,
        "product_total_amount": 1.78,
        "price_contract": null,
        "receive_remittance_way": "",
        "price_contract_remark": null,
        "receive_remittance_remark": null,
        "insurance_remark": null,
        "company_name": "",
        "company_phone": "",
        "company_fax": "",
        "company_address": null,
        "customer_name": "",
        "customer_phone": "",
        "customer_address": null,
        "transport_mode": "",
        "shipment_deadline": "",
        "shipment_port": "",
        "target_port": "",
        "shipment_deadline_remark": null,
        "create_time": "2024-07-30 18:24:08",
        "update_time": "2024-07-30 18:24:08",
        "enable_flag": 1,
        "_id": 3601720497,
        "approval_flow_info": [],
        "create_user_info": {
          "user_id": "11858711",
          "nickname": "xpro"
        },
        "company": {
          "company_id": 3601647172,
          "name": "周黑鸭公司-45",
          "is_archive": 1
        },
        "status_info": {
          "is_purchase": 0,
          "is_beginning": 1,
          "is_ending": 0,
          "into_performance": 0,
          "need_review": 0,
          "change_ending": 1,
          "change_review": 0,
          "can_delete": 0,
          "next_status": [
            "1101043704",
            "1101043705",
            "1101043706",
            "1101043707",
            "3375434976",
            "3266554186",
            "3581929295"
          ],
          "client_id": "14119",
          "id": "1101043703",
          "name": "草稿",
          "remark": "",
          "rank": "0",
          "create_time": "2019-11-15 11:52:05",
          "update_time": "2024-07-18 17:11:01"
        }
      },
      {
        "quotation_id": 3601720256,
        "quotation_no": "20240730qiao1135",
        "lock_flag": "0",
        "can_unlock": 0,
        "approval_status": -1,
        "name": "基础信息默认值计算",
        "currency": "CNY",
        "exchange_rate": "100.0000000000",
        "amount": "0.0000000000",
        "amount_rmb": "0.0000000000",
        "company_id": 1161895151,
        "customer_id": 1161895150,
        "opportunity_id": 0,
        "quotation_date": "2024-07-30 00:00:00",
        "addition_cost_amount": 0,
        "product_total_amount": 0,
        "price_contract": "",
        "receive_remittance_way": "",
        "price_contract_remark": "",
        "receive_remittance_remark": "",
        "insurance_remark": "",
        "company_name": "株式会社 シグマ",
        "company_phone": "2134950239293",
        "company_fax": "0952-22-8434",
        "company_address": "〒840-0857 佐賀市鍋島町大字八戸3005",
        "customer_name": "徳丸 茂樹",
        "customer_phone": " 0952-26-7661",
        "customer_address": "",
        "transport_mode": "",
        "shipment_deadline": "",
        "shipment_port": "",
        "target_port": "",
        "shipment_deadline_remark": "",
        "create_time": "2024-07-30 18:23:13",
        "update_time": "2024-07-30 18:23:13",
        "enable_flag": 1,
        "_id": 3601720256,
        "approval_flow_info": [],
        "create_user_info": {
          "user_id": "11858712",
          "nickname": "qiao"
        },
        "company": {
          "company_id": 1161895151,
          "name": "株式会社 シグマ",
          "is_archive": 1
        },
        "status_info": {
          "is_purchase": 0,
          "is_beginning": 1,
          "is_ending": 0,
          "into_performance": 0,
          "need_review": 0,
          "change_ending": 1,
          "change_review": 0,
          "can_delete": 0,
          "next_status": [
            "1101043704",
            "1101043705",
            "1101043706",
            "1101043707",
            "3375434976",
            "3266554186",
            "3581929295"
          ],
          "client_id": "14119",
          "id": "1101043703",
          "name": "草稿",
          "remark": "",
          "rank": "0",
          "create_time": "2019-11-15 11:52:05",
          "update_time": "2024-07-18 17:11:01"
        }
      }
    ],
    "totalItem": 977
  }
}
最后修改时间: 3 个月前