None.
Name | Description | Type | Additional information |
---|---|---|---|
BillType | BillType |
None. |
|
BillIds | Collection of integer |
None. |
{ "BillType": 1010, "BillIds": [ 1, 2 ] }
<UpdatePrintCountPara xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.WebApi.Areas.Framework.Models"> <BillIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:int>1</d2p1:int> <d2p1:int>2</d2p1:int> </BillIds> <BillType>Purchase</BillType> </UpdatePrintCountPara>
Sample not available.
"sample string 1"
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>