新增物品
None.
Name | Description | Type | Additional information |
---|---|---|---|
CustId |
客户ID |
integer |
None. |
BliQty |
物品数量 |
integer |
None. |
BliName |
物品名称 |
string |
None. |
{ "CustId": 1, "BliQty": 2, "BliName": "sample string 3" }
<AddBliRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonAa.WebApi.Areas.Customer.Models"> <BliName>sample string 3</BliName> <BliQty>2</BliQty> <CustId>1</CustId> </AddBliRequest>
Sample not available.
新增物品
integer1
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>