网售订单发货
POST
http://api.123580.com/api/gateway/service
接口描述
网售订单发货-改库存-供应商发货加应付
ReqBody参数
参数名
类型
描述
必填
UserId
int
示例:0
必填
UserNo
string
示例:system
必填
UserName
string
示例:systemapi
必填
BranchId
int
示例:2
必填
RequestMethod
string
ebusiness.tradesend
必填
TradeId
string
示例:网售单号-网售单号-平台编号必填其一
必填
PlatformCode
string
平台单号
必填
ManualNo
string
示例:网售发货单手工单号 string
必填
LogisticsID
string
示例:物流公司 string
必填
ExpressNo
string
示例:物流单号 string
必填
PostFee
decimal
示例:邮费
必填
Weight
decimal
示例:重量
必填
SendUnitType
int
发货类型 0-仓库,1-店铺,2-供应商
必填
SendUnitCode
string
发货单位
必填
Remark
string
备注
必填
IsPosPrint
bool
是否打印
必填
RspBody参数
参数名
类型
描述
必填
IsSuccess
boolean
是否成功 示例:true
必填
IsException
boolean
是否异常 示例:false
必填
Code
string
代码 示例:101000
必填
Message
string
操作说明 示例:操作成功!
必填
RData
object
返回数据 一般list
必填