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