Name | Description | Type | Additional information |
---|---|---|---|
ScmAsId | integer |
None. |
|
AsId | integer |
None. |
|
StartDate | date |
None. |
|
EndDate | date |
None. |
None.
Name | Description | Type | Additional information |
---|---|---|---|
BillType | integer |
None. |
|
BillId | integer |
None. |
|
BillNo | string |
None. |
|
Warehouse | decimal number |
None. |
|
Delivery | decimal number |
None. |
|
InvoiceId | integer |
None. |
[ { "BillType": 1, "BillId": 2, "BillNo": "sample string 3", "Warehouse": 4.0, "Delivery": 5.0, "InvoiceId": 6 }, { "BillType": 1, "BillId": 2, "BillNo": "sample string 3", "Warehouse": 4.0, "Delivery": 5.0, "InvoiceId": 6 } ]
<ArrayOfBillDetailModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonAcc.Scm.DTO"> <BillDetailModel> <BillId>2</BillId> <BillNo>sample string 3</BillNo> <BillType>1</BillType> <Delivery>5</Delivery> <InvoiceId>6</InvoiceId> <Warehouse>4</Warehouse> </BillDetailModel> <BillDetailModel> <BillId>2</BillId> <BillNo>sample string 3</BillNo> <BillType>1</BillType> <Delivery>5</Delivery> <InvoiceId>6</InvoiceId> <Warehouse>4</Warehouse> </BillDetailModel> </ArrayOfBillDetailModel>