ModernWMS 2.0
  1. Dispatchlist
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
    • Get all records
    • get a record by id
    • add a new record
    • update a record
    • delete a record
    • import customers by excel
  • Freightfee
    • page search
    • get all records
    • get a record by id
    • add a new record
    • update a record
    • delete a record
    • import freight fee by excel
  • 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
      POST
    • advanced dispatch order page search
      POST
    • add a new record
      POST
    • update dispatchlist with same dispatch_no
      PUT
    • delete a record
      DELETE
    • get dispatchlist by dispatch_no
      GET
    • get Dispatchlist details with available stock
      GET
    • get pick list by dispatch_id
      GET
    • Confirm orders and create dispatchpicklist
      POST
    • confirm dispatchpicklist picked by dispatch_no
      PUT
    • package dispatchpicklist
      POST
    • weight dispatchpicklist
      POST
    • dispatchpicklist outbound delivery
      POST
    • set dispatchlist freightfee
      POST
    • sign for arrival
      POST
    • cancel order opration
      POST
    • cancel dispatchlist detail opration
      PUT
  • 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. Dispatchlist

get dispatchlist by dispatch_no

GET
/dispatchlist/by-dispatch_no
Dispatchlist

请求参数

Query 参数
dispatch_no
string 
可选
dispatch_no

示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET '/dispatchlist/by-dispatch_no'

返回响应

🟢200Success
application/json
Body
http response viewmodel
isSuccess
boolean 
可选
is request success
code
integer <int32>
可选
status code
errorMessage
string  | null 
可选
error message
data
array[object (DispatchlistViewModel) {44}]  | null 
data
可选
id
integer <int32>
id
可选
dispatch_no
string  | null 
可选
dispatch_no
<= 32 字符
dispatch_status
integer <int32>
可选
dispatch_status
customer_id
integer <int32>
可选
customer_id
customer_name
string  | null 
可选
customer_name
<= 256 字符
sku_id
integer <int32>
sku_id
可选
qty
integer <int32>
qty
可选
weight
number <double>
weight
可选
volume
number <double>
volume
可选
creator
string  | null 
creator
可选
<= 64 字符
create_time
string <date-time>
可选
create_time
damage_qty
integer <int32>
可选
damage_qty
lock_qty
integer <int32>
lock_qty
可选
picked_qty
integer <int32>
可选
picked_qty
unpicked_qty
integer <int32>
可选
unpicked_qty
intrasit_qty
integer <int32>
可选
intrasit_qty
package_qty
integer <int32>
可选
package_qty
unpackage_qty
integer <int32>
可选
unpackage_qty
weighing_qty
integer <int32>
可选
weighing_qty
unweighing_qty
integer <int32>
可选
weighing_qty
actual_qty
integer <int32>
可选
actual_qty
sign_qty
integer <int32>
sign_qty
可选
package_no
string  | null 
可选
package_no
<= 32 字符
package_person
string  | null 
可选
package_person
<= 64 字符
package_time
string <date-time>
可选
package_time
weighing_no
string  | null 
可选
weighing_no
<= 32 字符
weighing_person
string  | null 
可选
weighing_person
<= 64 字符
weighing_weight
number <double>
可选
weighing_weight
waybill_no
string  | null 
可选
waybill_no
<= 64 字符
carrier
string  | null 
carrier
可选
<= 256 字符
freightfee
number <double>
可选
freightfee
last_update_time
string <date-time>
可选
last_update_time
tenant_id
integer <int64>
tenant_id
可选
spu_code
string  | null 
spu_code
可选
spu_name
string  | null 
spu_name
可选
sku_code
string  | null 
sku_code
可选
spu_description
string  | null 
可选
spu_description
bar_code
string  | null 
bar_code
可选
volume_unit
integer <int32>
可选
volume_unit
weight_unit
integer <int32>
可选
weight_unit
length_unit
integer <int32>
可选
length_unit
sku_name
string  | null 
sku_name
可选
unit
string  | null 
unit
可选
is_todo
boolean 
is_todo
可选
示例
{
    "isSuccess": true,
    "code": 0,
    "errorMessage": "string",
    "data": [
        {
            "id": 0,
            "dispatch_no": "string",
            "dispatch_status": 0,
            "customer_id": 0,
            "customer_name": "string",
            "sku_id": 0,
            "qty": 0,
            "weight": 0,
            "volume": 0,
            "creator": "string",
            "create_time": "2019-08-24T14:15:22Z",
            "damage_qty": 0,
            "lock_qty": 0,
            "picked_qty": 0,
            "unpicked_qty": 0,
            "intrasit_qty": 0,
            "package_qty": 0,
            "unpackage_qty": 0,
            "weighing_qty": 0,
            "unweighing_qty": 0,
            "actual_qty": 0,
            "sign_qty": 0,
            "package_no": "string",
            "package_person": "string",
            "package_time": "2019-08-24T14:15:22Z",
            "weighing_no": "string",
            "weighing_person": "string",
            "weighing_weight": 0,
            "waybill_no": "string",
            "carrier": "string",
            "freightfee": 0,
            "last_update_time": "2019-08-24T14:15:22Z",
            "tenant_id": 0,
            "spu_code": "string",
            "spu_name": "string",
            "sku_code": "string",
            "spu_description": "string",
            "bar_code": "string",
            "volume_unit": 0,
            "weight_unit": 0,
            "length_unit": 0,
            "sku_name": "string",
            "unit": "string",
            "is_todo": true
        }
    ]
}
修改于 2023-10-11 06:40:59
上一页
delete a record
下一页
get Dispatchlist details with available stock
Built with