ModernWMS 2.0
  1. Freightfee
ModernWMS 2.0
  • Account
    • login
      POST
    • get a new token
      POST
    • /hello-world
      POST
  • Category
    • get all records
      GET
    • get a record by id
      GET
    • add a new record
      POST
    • update a record
      PUT
    • delete a record
      DELETE
  • Company
    • Get all records
      GET
    • get a record by id
      GET
    • add a new record
      POST
    • update a record
      PUT
    • delete a record
      DELETE
  • Customer
    • page search
      POST
    • Get all records
      GET
    • get a record by id
      GET
    • add a new record
      POST
    • update a record
      PUT
    • delete a record
      DELETE
    • import customers by excel
      POST
  • Freightfee
    • page search
      POST
    • get all records
      GET
    • get a record by id
      GET
    • add a new record
      POST
    • update a record
      PUT
    • delete a record
      DELETE
    • import freight fee by excel
      POST
  • Goodslocation
    • get select items
    • page search
    • get all records
    • get a record by id
    • add a new record
    • update a record
    • delete a record
  • Goodsowner
    • page search
    • Get all records
    • get a record by id
    • add a new record
    • update a record
    • delete a record
    • import goodsowners by excel
  • Rolemenu
    • Get menu's authority by user role id
    • get all records
    • Get all menus
    • get a record by id
    • add a new record
    • update a record
    • delete a record
  • Spu
    • page search
    • get a record by id
    • add a new record
    • update a record
    • delete a record
    • get sku info by sku_id
    • get sku info by bar_code
    • add or update sku_safety_stock
  • Supplier
    • page search
    • get all records
    • get a record by id
    • add a new record
    • update a record
    • delete a record
    • import suppliers by excel
  • User
    • get select items
    • page search
    • Get all records
    • Get a record by id
    • add a new record
    • update a record
    • delete a record
    • register a new tenant
    • import users by excel
    • reset password
    • change password
  • Userrole
    • save all records
    • get all records
    • get a record by id
    • add a new record
    • update a record
    • delete a record
  • Warehouse
    • get select items
    • page search
    • get all records
    • get a record by id
    • add a new record
    • update a record
    • delete a record
    • import warehouses by excel
  • Warehousearea
    • get warehousearea select items by warehouse_id
    • page search
    • get all records
    • get a record by id
    • add a new record
    • update a record
    • delete a record
  • Action_log
    • page search
  • Asn
    • Arrival list
    • get Arrival list
    • add a new record
    • update record
    • delete a record
    • page search, sqlTitle input asn_status:0 ~ 4
    • get a record by id
    • add a new record
    • update a record
    • delete a record
    • Bulk modify Goodsowner
    • Confirm Delivery change the asn_status from 0 to 1
    • Cancel confirm, change asn_status 1 to 0
    • Unload change the asn_status from 1 to 2
    • Cancel unload change the asn_status from 2 to 1
    • sorting, add a new asnsort record and update asn sorted_qty
    • get asnsorts list by asn_id
    • update or delete asnsorts data
    • Sorted change the asn_status from 2 to 3
    • Cancel sorted change the asn_status from 3 to 2
    • get pending putaway data by asn_id
    • PutAway
  • Dispatchlist
    • page search
    • advanced dispatch order page search
    • add a new record
    • update dispatchlist with same dispatch_no
    • delete a record
    • get dispatchlist by dispatch_no
    • get Dispatchlist details with available stock
    • get pick list by dispatch_id
    • Confirm orders and create dispatchpicklist
    • confirm dispatchpicklist picked by dispatch_no
    • package dispatchpicklist
    • weight dispatchpicklist
    • dispatchpicklist outbound delivery
    • set dispatchlist freightfee
    • sign for arrival
    • cancel order opration
    • cancel dispatchlist detail opration
  • PrintSolution
    • page search
    • get all records
    • get a record by id
    • add a new record
    • update a record
    • delete a record
    • get a record by path
  • Stock
    • stock details page search
    • safety stock page search
    • location stock page search
    • page search select
    • sku page search select
    • get stock infomation by phone
    • delivery statistic
  • Stockadjust
    • page search
  • Stockfreeze
    • page search
    • get all records
    • get a record by id
    • add a new record
    • update a record
    • delete a record
  • Stockmove
    • page search
    • get all records
    • get a record by id
    • add a new record
    • confirm move
    • delete a record
  • Stockprocess
    • page search
    • get all records
    • get a record by id
    • add a new record
    • update a record
    • delete a record
    • confirm processing
    • confirm adjustment
  • Stocktaking
    • page search
    • get a record by id
    • add a new record
    • Confirm a record
    • delete a record
    • confrim a record and change stock and add to stockadjust
  1. Freightfee

page search

POST
/freightfee/list
Freightfee

请求参数

Body 参数application/json
PageSearch
pageIndex
integer <int32>
可选
current page number
pageSize
integer <int32>
可选
rows per page
sqlTitle
string  | null 
可选
Custom Classification
searchObjects
array[object (SearchObject) {8}]  | null 
可选
search condition
sort
integer <int32>
sort
可选
label
string  | null 
label
可选
name
string  | null 
name
可选
type
string  | null 
type
可选
operator
enum<integer> <int32>
可选
DynamicSearch Operators
枚举值:
0123456
text
string  | null 
text
可选
value
null 
value
可选
comboxItem
array[object (ComboxItem) {2}]  | null 
可选
select item combox list
示例
{
    "pageIndex": 0,
    "pageSize": 0,
    "sqlTitle": "string",
    "searchObjects": [
        {
            "sort": 0,
            "label": "string",
            "name": "string",
            "type": "string",
            "operator": 0,
            "text": "string",
            "value": null,
            "comboxItem": [
                {
                    "value": "string",
                    "text": "string"
                }
            ]
        }
    ]
}

示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/freightfee/list' \
--header 'Content-Type: application/json' \
--data-raw '{
    "pageIndex": 0,
    "pageSize": 0,
    "sqlTitle": "string",
    "searchObjects": [
        {
            "sort": 0,
            "label": "string",
            "name": "string",
            "type": "string",
            "operator": 0,
            "text": "string",
            "value": null,
            "comboxItem": [
                {
                    "value": "string",
                    "text": "string"
                }
            ]
        }
    ]
}'

返回响应

🟢200Success
application/json
Body
http response viewmodel
isSuccess
boolean 
可选
is request success
code
integer <int32>
可选
status code
errorMessage
string  | null 
可选
error message
data
object (FreightfeeViewModelPageData) 
PageData
可选
rows
array[object (FreightfeeViewModel) {12}]  | null 
data
可选
totals
integer <int32>
可选
total rows
示例
{
    "isSuccess": true,
    "code": 0,
    "errorMessage": "string",
    "data": {
        "rows": [
            {
                "id": 0,
                "carrier": "string",
                "departure_city": "string",
                "arrival_city": "string",
                "price_per_weight": 0,
                "price_per_volume": 0,
                "min_payment": 0,
                "creator": "string",
                "create_time": "2019-08-24T14:15:22Z",
                "last_update_time": "2019-08-24T14:15:22Z",
                "is_valid": true,
                "tenant_id": 0
            }
        ],
        "totals": 0
    }
}
修改于 2023-10-10 03:03:53
上一页
import customers by excel
下一页
get all records
Built with