Version: 202201
Stock Adjust Order List
GET/openapi/2022-01/center/stock_adjust_orders
Request
Query Parameters
page int32
limit string
Responses
- 200
200
- application/json
- Schema
- Example
- Result
Schema
- Array [
- ]
list object[]
idstring
Example:
403803876811094971stock_adjust_nostring
Example:
AD202407190001stock_adjust_typeinteger
Default value:
0Example:
0location_idstring
Example:
342856793933758347location_namestring
Example:
地点10003stock_adjust_statusinteger
Default value:
0Example:
1stock_adjust_atstring
Example:
2024-07-19T06:52:27Zcreated_atstring
Example:
2024-07-19T06:52:27Znotestring
Example:
countinteger
Default value:
0Example:
36{
"list": [
{
"id": "403803876811094971",
"stock_adjust_no": "AD202407190001",
"stock_adjust_type": 0,
"location_id": "342856793933758347",
"location_name": "地点10003",
"stock_adjust_status": 1,
"stock_adjust_at": "2024-07-19T06:52:27Z",
"created_at": "2024-07-19T06:52:27Z",
"note": ""
}
],
"count": 36
}
{
"list": [
{
"id": "403803876811094971",
"stock_adjust_no": "AD202407190001",
"stock_adjust_type": 0,
"location_id": "342856793933758347",
"location_name": "地点10003",
"stock_adjust_status": 1,
"stock_adjust_at": "2024-07-19T06:52:27Z",
"created_at": "2024-07-19T06:52:27Z",
"note": ""
},
{
"id": "402379636819893597",
"stock_adjust_no": "AD202407150002",
"stock_adjust_type": 0,
"location_id": "328074629845364893",
"location_name": "仓库地点4\\",
"stock_adjust_status": 1,
"stock_adjust_at": "2024-07-15T08:33:01Z",
"created_at": "2024-07-15T08:33:01Z",
"note": ""
}
],
"count": 36
}