None.
Name | Description | Type | Additional information |
---|---|---|---|
OfMode | integer |
None. |
|
Items | Collection of JofEntryEditModel |
None. |
|
BillItems | Collection of JofSourceEntryEditModel |
None. |
|
PayeeType | ContactType |
None. |
{ "OfMode": 1, "Items": [ { "Id": 1, "BillNo": "sample string 2", "JnCreatedDateFmt": "sample string 3", "JnCreatedDate": "0001-01-01 00:00:00", "BillDate": "2024-11-25 02:34:24", "BType": 1010, "BillAmount": 5.0, "OfAmount": 6.0, "BillOFUAmount": 7.0, "VcId": 8, "AcId": 9, "LineSn": 10 }, { "Id": 1, "BillNo": "sample string 2", "JnCreatedDateFmt": "sample string 3", "JnCreatedDate": "0001-01-01 00:00:00", "BillDate": "2024-11-25 02:34:24", "BType": 1010, "BillAmount": 5.0, "OfAmount": 6.0, "BillOFUAmount": 7.0, "VcId": 8, "AcId": 9, "LineSn": 10 } ], "BillItems": [ { "PayeeType": 1010, "VcId": 1, "BillDate": "2024-11-25 02:34:24", "BillBType": 1010, "Id": 3, "BillNo": "sample string 4", "BillAmount": 5.0, "BillOFDAmount": 6.0, "BillOFUAmount": 7.0, "BillOFAmount": 8.0, "InitBillOFUAmount": -1.0 }, { "PayeeType": 1010, "VcId": 1, "BillDate": "2024-11-25 02:34:24", "BillBType": 1010, "Id": 3, "BillNo": "sample string 4", "BillAmount": 5.0, "BillOFDAmount": 6.0, "BillOFUAmount": 7.0, "BillOFAmount": 8.0, "InitBillOFUAmount": -1.0 } ], "PayeeType": 1010 }
<JofEditModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.WebApi.Areas.Money.Models"> <BillItems> <JofSourceEntryEditModel> <BillAmount>5</BillAmount> <BillBType>Purchase</BillBType> <BillDate>2024-11-25T02:34:24.6597272+08:00</BillDate> <BillNo>sample string 4</BillNo> <BillOFAmount>8</BillOFAmount> <BillOFDAmount>6</BillOFDAmount> <BillOFUAmount>7</BillOFUAmount> <Id>3</Id> <PayeeType>Customer</PayeeType> <VcId>1</VcId> </JofSourceEntryEditModel> <JofSourceEntryEditModel> <BillAmount>5</BillAmount> <BillBType>Purchase</BillBType> <BillDate>2024-11-25T02:34:24.6597272+08:00</BillDate> <BillNo>sample string 4</BillNo> <BillOFAmount>8</BillOFAmount> <BillOFDAmount>6</BillOFDAmount> <BillOFUAmount>7</BillOFUAmount> <Id>3</Id> <PayeeType>Customer</PayeeType> <VcId>1</VcId> </JofSourceEntryEditModel> </BillItems> <Items> <JofEntryEditModel> <AcId>9</AcId> <BType>Purchase</BType> <BillAmount>5</BillAmount> <BillDate>2024-11-25T02:34:24.6597272+08:00</BillDate> <BillNo>sample string 2</BillNo> <BillOFUAmount>7</BillOFUAmount> <Id>1</Id> <JnCreatedDateFmt>sample string 3</JnCreatedDateFmt> <LineSn>10</LineSn> <OfAmount>6</OfAmount> <VcId>8</VcId> </JofEntryEditModel> <JofEntryEditModel> <AcId>9</AcId> <BType>Purchase</BType> <BillAmount>5</BillAmount> <BillDate>2024-11-25T02:34:24.6597272+08:00</BillDate> <BillNo>sample string 2</BillNo> <BillOFUAmount>7</BillOFUAmount> <Id>1</Id> <JnCreatedDateFmt>sample string 3</JnCreatedDateFmt> <LineSn>10</LineSn> <OfAmount>6</OfAmount> <VcId>8</VcId> </JofEntryEditModel> </Items> <OfMode>1</OfMode> <PayeeType>Customer</PayeeType> </JofEditModel>
Sample not available.
None.
{}
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />