地址: http://test.birdsystem.co.ukcom/client/return-consignment-action
字段 | 注释 | 类型 |
---|---|---|
id | 系统ID |
INT(10) | |
name | 名称 |
VARCHAR | ||
price | 价格 | DECIMAL(10,2) |
type | 退货服务类型 |
ENUM('CONTAINER','SELLER','DISPOSE','CHECK','TRANSFER') CONTAINER 退货上架, SELLER 退货等待回国, DISPOSE 退货销毁 CHECK 退货查验 TRANSFER 退货转运 | |
status | 状态 |
ENUM('ACTIVE','DELETED')
退货服务类型有五种:上架,回国,销毁,查验,转运返回
Code Block |
---|
{
"total": 1,
"data": [
{
"id": 92,
"company_id": 36,
"name": "退货上架",
"cost": "0.000",
"weight_unit_price": "0.000",
"volume_unit_price": "0.000",
"sku_unit_price": "0.000",
"product_unit_price": "0.000",
"type": "CONTAINER",
"return_consignment_type": "SINGLE",
"status": "ACTIVE",
"primary_keys": [
"id"
]
}
],
"success": true,
"moduleName": "client"
} |