Http方法:POST
路由:api/Sale_SendList/Add

添加发货单信息

请求参数

None.

Body Parameters

发货单信息

Sale_SendList
参数名称参数描述类型附加信息
SendList_Id

发货单ID

integer

None

StoreInfo_Id

ERP店铺ID

integer

None

store_id

店铺ID

integer

None

StoreName

店铺名称

string

None

Send_Id

主表ID

integer

None

Consignor_Id

货主ID

integer

None

ConsignorCode

货主编号

string

None

ConsignorName

货主名称

string

None

ExpressCorp_Id

快递ID

integer

None

ExpressCorpName

快递名称

string

None

Order_Id

出库单ID

integer

None

OrderCode

关联单号

string

None

ExpressCode

快递单号

string

None

StoreOrderCode

店铺订单号

string

None

OrderPrint_Id

波次单ID

integer

None

OrderPrintCode

波次单号

string

None

PrintStatusID

打印状态ID

byte

None

PrintStatusText

打印状态

string

None

Client_Id

客户ID

integer

None

ClientCode

客户编号

string

None

ClientShortName

客户名称

string

None

TotalQuantityOrder

销售数量

integer

None

Outer_Id

出库单ID

integer

None

OuterCode

出库单号

string

None

User_Id

经手人ID

integer

None

UserTrueName

经手人

string

None

ApplyDate

下单日期

date

None

PayLimitDate

收款期限

date

None

SubTotal

订单金额

decimal number

None

DiscountAmount

折扣金额

decimal number

None

GrandTotal

应收金额

decimal number

None

MaterialCount

物件数量

integer

None

GatherMoney

已收金额

decimal number

None

UnGatherMoney

未收金额

decimal number

None

ShippingAmount

快递费

decimal number

None

AgentTotalMoney

代收款

decimal number

None

Solidity

体积

decimal number

None

Weight

重量

decimal number

None

ServiceValue

服务费

decimal number

None

InsuranceAmount

保价金额

decimal number

None

InsuranceFee

保价费

decimal number

None

Package

包装方式

string

None

ShippingName

收货人

string

None

ShippingAddress

地址

string

None

Telephone

收货人电话

string

None

Mobile

收货人手机

string

None

Enable

是否可用

byte

None

Remark

备注

string

None

CreateID

创建人ID

integer

None

Creator

创建人

string

None

CreateDate

创建时间

date

None

ModifyID

修改人ID

integer

None

Modifier

修改人

string

None

ModifyDate

修改时间

date

None

ShipStatusID

配送同步状态ID

integer

None

ShipStatusText

配送同步状态

string

None

CountryCnName

国家

string

None

Email

客户邮件

string

None

OrderChannel

订单渠道

byte

None

RecordAction

记录操作动作

RecordAction

None

Request Formats

application/json, text/json

Sample:
{
  "SendList_Id": 1,
  "StoreInfo_Id": 1,
  "store_id": 1,
  "StoreName": "sample string 2",
  "Send_Id": 3,
  "Consignor_Id": 1,
  "ConsignorCode": "sample string 4",
  "ConsignorName": "sample string 5",
  "ExpressCorp_Id": 1,
  "ExpressCorpName": "sample string 6",
  "Order_Id": 7,
  "OrderCode": "sample string 8",
  "ExpressCode": "sample string 9",
  "StoreOrderCode": "sample string 10",
  "OrderPrint_Id": 1,
  "OrderPrintCode": "sample string 11",
  "PrintStatusID": 64,
  "PrintStatusText": "sample string 12",
  "Client_Id": 13,
  "ClientCode": "sample string 14",
  "ClientShortName": "sample string 15",
  "TotalQuantityOrder": 1,
  "Outer_Id": 1,
  "OuterCode": "sample string 16",
  "User_Id": 1,
  "UserTrueName": "sample string 17",
  "ApplyDate": "2024-03-29T22:30:58.72502+08:00",
  "PayLimitDate": "2024-03-29T22:30:58.72502+08:00",
  "SubTotal": 1.0,
  "DiscountAmount": 1.0,
  "GrandTotal": 1.0,
  "MaterialCount": 1,
  "GatherMoney": 1.0,
  "UnGatherMoney": 1.0,
  "ShippingAmount": 1.0,
  "AgentTotalMoney": 1.0,
  "Solidity": 1.0,
  "Weight": 1.0,
  "ServiceValue": 1.0,
  "InsuranceAmount": 1.0,
  "InsuranceFee": 1.0,
  "Package": "sample string 18",
  "ShippingName": "sample string 19",
  "ShippingAddress": "sample string 20",
  "Telephone": "sample string 21",
  "Mobile": "sample string 22",
  "Enable": 64,
  "Remark": "sample string 23",
  "CreateID": 1,
  "Creator": "sample string 24",
  "CreateDate": "2024-03-29T22:30:58.7259976+08:00",
  "ModifyID": 1,
  "Modifier": "sample string 25",
  "ModifyDate": "2024-03-29T22:30:58.7259976+08:00",
  "ShipStatusID": 1,
  "ShipStatusText": "sample string 26",
  "CountryCnName": "sample string 27",
  "Email": "sample string 28",
  "OrderChannel": 64,
  "RecordAction": 0
}

返回响应信息

添加发货单信息

ResultInfoOfInt64
参数名称参数描述类型附加信息
Result

boolean

None

State

string

None

Dynamic

Object

None

Msg

string

None

Data

integer

None

Response Formats

application/json, text/json

Sample:
{
  "Result": true,
  "State": "sample string 2",
  "Dynamic": {},
  "Msg": "sample string 4",
  "Data": 5
}