Skip to content

导出定制

manage接口

report/orders 收入表(明细、汇总)

Method
    GET
request
    export_type         O    string    导出表格类型,profit表示毛利,incoming表示收入
    search_type         M    int       搜索订单类型
    is_summary          O    bool      是否导出汇总表,1位汇总表,0表示明细表
    start_time          O    date      开始时间
    end_time            O    date      结束时间
    limit               O    int       获取数据条数
response
    不变

station接口

station/stock/out_stock_sku 出库明细表

Method
    GET
request
    customer_export     O    bool   是否导出定制表格
    begin               O    date   开始时间
    end                 O    date   结束时间
    limit               O    int    获取数据条数
responseç 
    不变

/station/stock/out_stock_sheet/list 出库汇总表

Method
    GET
request
    customer_export     O    bool   是否导出定制表格
    start               O    date   开始时间
    end                 O    date   结束时间
    type                M    int    搜索类型
    status              M    int    出库单状态
    limit               O    int    获取数据条数
response
    不变

station/stock/in_stock_sku 入库表(明细、汇总)

Method
    GET
request
    customer_export_type     O    int    导出表格类型,1表示明细,2表示汇总
    begin                    O    date   开始时间
    end                      O    date   结束时间
    limit                    O    int    获取数据条数
response
    不变

station/report/value_export 进销存表(明细、汇总)

Method
    GET
request
    customer_export_type     O    int    导出表格类型,1表示明细,2表示汇总
    view_type                M    int    
    begin                    O    date   开始时间
    end                      O    date   结束时间
response
    不变