Name | Description | Type | Additional information |
---|---|---|---|
billId | integer |
Required |
|
entryId | string |
Default value is |
None.
Name | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
VcId | integer |
None. |
|
Date | date |
None. |
|
DateFmt | string |
None. |
|
No | string |
None. |
|
Type | InvoiceType |
None. |
|
TypeName | string |
None. |
|
Amount | decimal number |
None. |
|
Tax | decimal number |
None. |
|
AmountTax | decimal number |
None. |
|
OfdAmount | decimal number |
None. |
|
OfuAmount | decimal number |
None. |
|
OfAmount | decimal number |
None. |
|
PayeeType | ContactType |
None. |
|
PayeeId | integer |
None. |
[ { "Id": 1, "VcId": 2, "Date": "2024-11-25 02:38:15", "DateFmt": "2024-11-25", "No": "sample string 4", "Type": 1010, "TypeName": "sample string 5", "Amount": 6.0, "Tax": 7.0, "AmountTax": 8.0, "OfdAmount": 9.0, "OfuAmount": -1.0, "OfAmount": 10.0, "PayeeType": 1010, "PayeeId": 11 }, { "Id": 1, "VcId": 2, "Date": "2024-11-25 02:38:15", "DateFmt": "2024-11-25", "No": "sample string 4", "Type": 1010, "TypeName": "sample string 5", "Amount": 6.0, "Tax": 7.0, "AmountTax": 8.0, "OfdAmount": 9.0, "OfuAmount": -1.0, "OfAmount": 10.0, "PayeeType": 1010, "PayeeId": 11 } ]
<ArrayOfInvoiceEnrollListModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.WebApi.Areas.Purchase.Models"> <InvoiceEnrollListModel> <Amount>6</Amount> <AmountTax>8</AmountTax> <Date>2024-11-25T02:38:15.5496521+08:00</Date> <Id>1</Id> <No>sample string 4</No> <OfAmount>10</OfAmount> <OfdAmount>9</OfdAmount> <PayeeId>11</PayeeId> <PayeeType>Customer</PayeeType> <Tax>7</Tax> <Type>NoInvoice</Type> <TypeName>sample string 5</TypeName> <VcId>2</VcId> </InvoiceEnrollListModel> <InvoiceEnrollListModel> <Amount>6</Amount> <AmountTax>8</AmountTax> <Date>2024-11-25T02:38:15.5496521+08:00</Date> <Id>1</Id> <No>sample string 4</No> <OfAmount>10</OfAmount> <OfdAmount>9</OfdAmount> <PayeeId>11</PayeeId> <PayeeType>Customer</PayeeType> <Tax>7</Tax> <Type>NoInvoice</Type> <TypeName>sample string 5</TypeName> <VcId>2</VcId> </InvoiceEnrollListModel> </ArrayOfInvoiceEnrollListModel>