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 ] }, { "BillType": 1010, "Id": 1, "EntityId": 1, "InvoiceIds": [ 1, 2 ], "EntryIds": [ 1, 2 ] } ]
<ArrayOfUnEnrollPara xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.WebApi.Areas.Purchase.Models"> <UnEnrollPara> <BillType>Purchase</BillType> <EntityId>1</EntityId> <EntryIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:int>1</d3p1:int> <d3p1:int>2</d3p1:int> </EntryIds> <Id>1</Id> <InvoiceIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:int>1</d3p1:int> <d3p1:int>2</d3p1:int> </InvoiceIds> </UnEnrollPara> <UnEnrollPara> <BillType>Purchase</BillType> <EntityId>1</EntityId> <EntryIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:int>1</d3p1:int> <d3p1:int>2</d3p1:int> </EntryIds> <Id>1</Id> <InvoiceIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:int>1</d3p1:int> <d3p1:int>2</d3p1:int> </InvoiceIds> </UnEnrollPara> </ArrayOfUnEnrollPara>
Sample not available.
None.