POST jxc_api/SellOrderTrack/Search

Request Information

URI Parameters

None.

Body Parameters

SoTrackSearchCondition
NameDescriptionTypeAdditional information
Id

Collection of integer

None.

BillStart

string

None.

BillEnd

string

None.

CustId

Collection of integer

None.

CustType

Collection of integer

None.

Sales

Collection of integer

None.

Status

Collection of integer

None.

ReceiptStatus

Collection of integer

None.

InvoiceStatus

Collection of integer

None.

ProductIds

Collection of integer

None.

ProdType

Collection of integer

None.

Keywords

string

None.

CreatedBy

Collection of integer

None.

AccountingItemId

Collection of integer

None.

DepartmentId

Collection of integer

None.

IsShowProdDetail

boolean

None.

IsAllFlowTrack

boolean

None.

PageIndex

integer

None.

PageSize

integer

None.

UsePager

boolean

None.

CustomSearchAndOrderCondition

CustomSearchAndOrderCondition

None.

CurrUserSn

integer

None.

CanViewAllBill

boolean

None.

CanOpeAllWh

boolean

None.

OpeWhList

Collection of integer

None.

DocumentDateType

integer

None.

DocumentDateArr

Collection of date

None.

DeliveryDateType

integer

None.

DeliveryDateArr

Collection of date

None.

OffDateType

integer

None.

OffDateArr

Collection of date

None.

InventoryDateType

integer

None.

InventoryDateArr

Collection of date

None.

BillOrigins

Collection of integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": [
    1,
    2
  ],
  "BillStart": "sample string 1",
  "BillEnd": "sample string 2",
  "CustId": [
    1,
    2
  ],
  "CustType": [
    1,
    2
  ],
  "Sales": [
    1,
    2
  ],
  "Status": [
    1,
    2
  ],
  "ReceiptStatus": [
    1,
    2
  ],
  "InvoiceStatus": [
    1,
    2
  ],
  "ProductIds": [
    1,
    2
  ],
  "ProdType": [
    1,
    2
  ],
  "Keywords": "sample string 3",
  "CreatedBy": [
    1,
    2
  ],
  "AccountingItemId": [
    1,
    2
  ],
  "DepartmentId": [
    1,
    2
  ],
  "IsShowProdDetail": true,
  "IsAllFlowTrack": true,
  "PageIndex": 6,
  "PageSize": 7,
  "UsePager": true,
  "CustomSearchAndOrderCondition": {
    "OrderColumnName": "sample string 1",
    "OrderType": 0,
    "CustomSearchParams": [
      {
        "ColumnName": "sample string 1",
        "Params": [
          {},
          {}
        ]
      },
      {
        "ColumnName": "sample string 1",
        "Params": [
          {},
          {}
        ]
      }
    ]
  },
  "CurrUserSn": 9,
  "CanViewAllBill": true,
  "CanOpeAllWh": true,
  "OpeWhList": [
    1,
    2
  ],
  "DocumentDateType": 12,
  "DocumentDateArr": [
    "2025-04-04 20:52:21",
    "2025-04-04 20:52:21"
  ],
  "DeliveryDateType": 13,
  "DeliveryDateArr": [
    "2025-04-04 20:52:21",
    "2025-04-04 20:52:21"
  ],
  "OffDateType": 14,
  "OffDateArr": [
    "2025-04-04 20:52:21",
    "2025-04-04 20:52:21"
  ],
  "InventoryDateType": 15,
  "InventoryDateArr": [
    "2025-04-04 20:52:21",
    "2025-04-04 20:52:21"
  ],
  "BillOrigins": [
    1,
    2
  ]
}

application/xml, text/xml

Sample:
<SoTrackSearchCondition xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Sell">
  <_billOrigins xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Abstraction.Setting">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </_billOrigins>
  <_x003C_DeliveryDateArr_x003E_k__BackingField xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Abstraction.Setting">
    <d2p1:dateTime>2025-04-04T20:52:21.3424938+08:00</d2p1:dateTime>
    <d2p1:dateTime>2025-04-04T20:52:21.3424938+08:00</d2p1:dateTime>
  </_x003C_DeliveryDateArr_x003E_k__BackingField>
  <_x003C_DeliveryDateType_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Abstraction.Setting">13</_x003C_DeliveryDateType_x003E_k__BackingField>
  <_x003C_DocumentDateArr_x003E_k__BackingField xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Abstraction.Setting">
    <d2p1:dateTime>2025-04-04T20:52:21.3424938+08:00</d2p1:dateTime>
    <d2p1:dateTime>2025-04-04T20:52:21.3424938+08:00</d2p1:dateTime>
  </_x003C_DocumentDateArr_x003E_k__BackingField>
  <_x003C_DocumentDateType_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Abstraction.Setting">12</_x003C_DocumentDateType_x003E_k__BackingField>
  <_x003C_InventoryDateArr_x003E_k__BackingField xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Abstraction.Setting">
    <d2p1:dateTime>2025-04-04T20:52:21.3424938+08:00</d2p1:dateTime>
    <d2p1:dateTime>2025-04-04T20:52:21.3424938+08:00</d2p1:dateTime>
  </_x003C_InventoryDateArr_x003E_k__BackingField>
  <_x003C_InventoryDateType_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Abstraction.Setting">15</_x003C_InventoryDateType_x003E_k__BackingField>
  <_x003C_OffDateArr_x003E_k__BackingField xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Abstraction.Setting">
    <d2p1:dateTime>2025-04-04T20:52:21.3424938+08:00</d2p1:dateTime>
    <d2p1:dateTime>2025-04-04T20:52:21.3424938+08:00</d2p1:dateTime>
  </_x003C_OffDateArr_x003E_k__BackingField>
  <_x003C_OffDateType_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Abstraction.Setting">14</_x003C_OffDateType_x003E_k__BackingField>
  <_x003C_CanOpeAllWh_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Setting">true</_x003C_CanOpeAllWh_x003E_k__BackingField>
  <_x003C_CanViewAllBill_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Setting">true</_x003C_CanViewAllBill_x003E_k__BackingField>
  <_x003C_CurrUserSn_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Setting">9</_x003C_CurrUserSn_x003E_k__BackingField>
  <_x003C_OpeWhList_x003E_k__BackingField xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Setting">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </_x003C_OpeWhList_x003E_k__BackingField>
  <_x003C_AccountingItemId_x003E_k__BackingField xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </_x003C_AccountingItemId_x003E_k__BackingField>
  <_x003C_BillEnd_x003E_k__BackingField>sample string 2</_x003C_BillEnd_x003E_k__BackingField>
  <_x003C_BillStart_x003E_k__BackingField>sample string 1</_x003C_BillStart_x003E_k__BackingField>
  <_x003C_CreatedBy_x003E_k__BackingField xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </_x003C_CreatedBy_x003E_k__BackingField>
  <_x003C_CustId_x003E_k__BackingField xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </_x003C_CustId_x003E_k__BackingField>
  <_x003C_CustType_x003E_k__BackingField xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </_x003C_CustType_x003E_k__BackingField>
  <_x003C_CustomSearchAndOrderCondition_x003E_k__BackingField xmlns:d2p1="http://schemas.datacontract.org/2004/07/LemonScm.Model.Abstraction.NewApi.BaseData">
    <d2p1:CustomSearchParams>
      <d2p1:CustomSearchParam>
        <d2p1:ColumnName>sample string 1</d2p1:ColumnName>
        <d2p1:Params xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
          <d5p1:anyType />
          <d5p1:anyType />
        </d2p1:Params>
      </d2p1:CustomSearchParam>
      <d2p1:CustomSearchParam>
        <d2p1:ColumnName>sample string 1</d2p1:ColumnName>
        <d2p1:Params xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
          <d5p1:anyType />
          <d5p1:anyType />
        </d2p1:Params>
      </d2p1:CustomSearchParam>
    </d2p1:CustomSearchParams>
    <d2p1:OrderColumnName>sample string 1</d2p1:OrderColumnName>
    <d2p1:OrderType>None</d2p1:OrderType>
  </_x003C_CustomSearchAndOrderCondition_x003E_k__BackingField>
  <_x003C_DepartmentId_x003E_k__BackingField xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </_x003C_DepartmentId_x003E_k__BackingField>
  <_x003C_Id_x003E_k__BackingField xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </_x003C_Id_x003E_k__BackingField>
  <_x003C_InvoiceStatus_x003E_k__BackingField xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </_x003C_InvoiceStatus_x003E_k__BackingField>
  <_x003C_IsAllFlowTrack_x003E_k__BackingField>true</_x003C_IsAllFlowTrack_x003E_k__BackingField>
  <_x003C_IsShowProdDetail_x003E_k__BackingField>true</_x003C_IsShowProdDetail_x003E_k__BackingField>
  <_x003C_Keywords_x003E_k__BackingField>sample string 3</_x003C_Keywords_x003E_k__BackingField>
  <_x003C_PageIndex_x003E_k__BackingField>6</_x003C_PageIndex_x003E_k__BackingField>
  <_x003C_PageSize_x003E_k__BackingField>7</_x003C_PageSize_x003E_k__BackingField>
  <_x003C_ProdType_x003E_k__BackingField xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </_x003C_ProdType_x003E_k__BackingField>
  <_x003C_ProductIds_x003E_k__BackingField xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </_x003C_ProductIds_x003E_k__BackingField>
  <_x003C_ReceiptStatus_x003E_k__BackingField xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </_x003C_ReceiptStatus_x003E_k__BackingField>
  <_x003C_Sales_x003E_k__BackingField xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </_x003C_Sales_x003E_k__BackingField>
  <_x003C_Status_x003E_k__BackingField xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </_x003C_Status_x003E_k__BackingField>
  <_x003C_UsePager_x003E_k__BackingField>true</_x003C_UsePager_x003E_k__BackingField>
</SoTrackSearchCondition>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ReportResultOfSoTrackModel
NameDescriptionTypeAdditional information
DataList

Collection of SoTrackModel

None.

TotalRow

SoTrackModel

None.

PageIndex

integer

None.

PageSize

integer

None.

Total

integer

None.

RDocumentStartDate

string

None.

RDocumentEndDate

string

None.

RDeliveryStartDate

string

None.

RDeliveryEndDate

string

None.

Response Formats

application/json, text/json

Sample:
{
  "DataList": [
    {
      "IsCountRow": true,
      "IsIgnorePage": false,
      "IsSummary": true,
      "ProdNo": "sample string 3",
      "WhName": "sample string 4",
      "ProdType": "sample string 5",
      "ProdID": 6,
      "ProdName": "sample string 7",
      "ProdImage": "sample string 8",
      "Spec": "sample string 9",
      "ApName": "sample string 10",
      "UnitID": 11,
      "UnitName": "sample string 12",
      "Id": 13,
      "EntryId": 14,
      "Date": "sample string 15",
      "CustName": "sample string 16",
      "CustNo": "sample string 17",
      "CustId": 18,
      "CustTypeID": 19,
      "CustTypeName": "sample string 20",
      "SalesName": "sample string 21",
      "DoStatusStr": "sample string 22",
      "ReceiptStatusStr": "sample string 24",
      "ReceiptStatus": 25,
      "InvoiceStatusStr": "sample string 26",
      "InvoiceStatus": 27,
      "QTY": 28.0,
      "WholeLooseQty": "sample string 29",
      "Price": 30.0,
      "PriceTax": 31.0,
      "PriceDis": 32.0,
      "Amount": 33.0,
      "AmountTax": 34.0,
      "DiscRate": 35.0,
      "DiscAmount": 36.0,
      "AmountAfterDisc": 37.0,
      "DiscAllocation": 38.0,
      "ExQTY": 39.0,
      "RestQty": 40.0,
      "ExAmount": 41.0,
      "RestAmount": 42.0,
      "DeliveryDate": "sample string 43",
      "DoDate": "sample string 44",
      "Note": "sample string 45",
      "BillNote": "sample string 46",
      "InvoiceAmount": 47.0,
      "NoInvoiceAmount": 48.0,
      "OfdAmount": 49.0,
      "OfuAmount": 50.0,
      "CreatedBy": 51,
      "CreatedByName": "sample string 52",
      "StrValue1": "sample string 53",
      "StrValue2": "sample string 54",
      "StrValue3": "sample string 55",
      "StrValue4": "sample string 56",
      "StrValue5": "sample string 57",
      "StrValue6": "sample string 58",
      "StrValue7": "sample string 59",
      "StrValue8": "sample string 60",
      "AccountingItemId": 61,
      "AccountingItemName": "sample string 62",
      "DepartmentId": 63,
      "DepartmentName": "sample string 64",
      "SourceId": 65,
      "SourceEntityId": 66,
      "No": "sample string 67",
      "NewNo": "sample string 68",
      "WhId": 69,
      "RelationBillId": 70,
      "RelationBillType": 1010,
      "RelationBillTypeStr": "sample string 72",
      "RelationBillDateStr": "2025-04-04",
      "RelationBillNo": "sample string 74",
      "InvoiceType": "sample string 75",
      "InvoiceDate": "sample string 76",
      "InvoiceNo": "sample string 77",
      "JournalBankName": "sample string 78",
      "JournalRpTypeName": "sample string 79",
      "JournalDate": "sample string 80",
      "JournalBillNo": "sample string 81",
      "JournalAcId": 82,
      "JournalAcType": 83,
      "JournalBillType": 1010,
      "JournalBillTypeStr": "sample string 84",
      "OffsetBillNo": "sample string 85",
      "OffsetBillTypeStr": "sample string 86",
      "OffsetBillType": 1010,
      "OffsetBillId": 87,
      "OffsetBillDate": "sample string 88"
    },
    {
      "IsCountRow": true,
      "IsIgnorePage": false,
      "IsSummary": true,
      "ProdNo": "sample string 3",
      "WhName": "sample string 4",
      "ProdType": "sample string 5",
      "ProdID": 6,
      "ProdName": "sample string 7",
      "ProdImage": "sample string 8",
      "Spec": "sample string 9",
      "ApName": "sample string 10",
      "UnitID": 11,
      "UnitName": "sample string 12",
      "Id": 13,
      "EntryId": 14,
      "Date": "sample string 15",
      "CustName": "sample string 16",
      "CustNo": "sample string 17",
      "CustId": 18,
      "CustTypeID": 19,
      "CustTypeName": "sample string 20",
      "SalesName": "sample string 21",
      "DoStatusStr": "sample string 22",
      "ReceiptStatusStr": "sample string 24",
      "ReceiptStatus": 25,
      "InvoiceStatusStr": "sample string 26",
      "InvoiceStatus": 27,
      "QTY": 28.0,
      "WholeLooseQty": "sample string 29",
      "Price": 30.0,
      "PriceTax": 31.0,
      "PriceDis": 32.0,
      "Amount": 33.0,
      "AmountTax": 34.0,
      "DiscRate": 35.0,
      "DiscAmount": 36.0,
      "AmountAfterDisc": 37.0,
      "DiscAllocation": 38.0,
      "ExQTY": 39.0,
      "RestQty": 40.0,
      "ExAmount": 41.0,
      "RestAmount": 42.0,
      "DeliveryDate": "sample string 43",
      "DoDate": "sample string 44",
      "Note": "sample string 45",
      "BillNote": "sample string 46",
      "InvoiceAmount": 47.0,
      "NoInvoiceAmount": 48.0,
      "OfdAmount": 49.0,
      "OfuAmount": 50.0,
      "CreatedBy": 51,
      "CreatedByName": "sample string 52",
      "StrValue1": "sample string 53",
      "StrValue2": "sample string 54",
      "StrValue3": "sample string 55",
      "StrValue4": "sample string 56",
      "StrValue5": "sample string 57",
      "StrValue6": "sample string 58",
      "StrValue7": "sample string 59",
      "StrValue8": "sample string 60",
      "AccountingItemId": 61,
      "AccountingItemName": "sample string 62",
      "DepartmentId": 63,
      "DepartmentName": "sample string 64",
      "SourceId": 65,
      "SourceEntityId": 66,
      "No": "sample string 67",
      "NewNo": "sample string 68",
      "WhId": 69,
      "RelationBillId": 70,
      "RelationBillType": 1010,
      "RelationBillTypeStr": "sample string 72",
      "RelationBillDateStr": "2025-04-04",
      "RelationBillNo": "sample string 74",
      "InvoiceType": "sample string 75",
      "InvoiceDate": "sample string 76",
      "InvoiceNo": "sample string 77",
      "JournalBankName": "sample string 78",
      "JournalRpTypeName": "sample string 79",
      "JournalDate": "sample string 80",
      "JournalBillNo": "sample string 81",
      "JournalAcId": 82,
      "JournalAcType": 83,
      "JournalBillType": 1010,
      "JournalBillTypeStr": "sample string 84",
      "OffsetBillNo": "sample string 85",
      "OffsetBillTypeStr": "sample string 86",
      "OffsetBillType": 1010,
      "OffsetBillId": 87,
      "OffsetBillDate": "sample string 88"
    }
  ],
  "TotalRow": {
    "IsCountRow": true,
    "IsIgnorePage": false,
    "IsSummary": true,
    "ProdNo": "sample string 3",
    "WhName": "sample string 4",
    "ProdType": "sample string 5",
    "ProdID": 6,
    "ProdName": "sample string 7",
    "ProdImage": "sample string 8",
    "Spec": "sample string 9",
    "ApName": "sample string 10",
    "UnitID": 11,
    "UnitName": "sample string 12",
    "Id": 13,
    "EntryId": 14,
    "Date": "sample string 15",
    "CustName": "sample string 16",
    "CustNo": "sample string 17",
    "CustId": 18,
    "CustTypeID": 19,
    "CustTypeName": "sample string 20",
    "SalesName": "sample string 21",
    "DoStatusStr": "sample string 22",
    "ReceiptStatusStr": "sample string 24",
    "ReceiptStatus": 25,
    "InvoiceStatusStr": "sample string 26",
    "InvoiceStatus": 27,
    "QTY": 28.0,
    "WholeLooseQty": "sample string 29",
    "Price": 30.0,
    "PriceTax": 31.0,
    "PriceDis": 32.0,
    "Amount": 33.0,
    "AmountTax": 34.0,
    "DiscRate": 35.0,
    "DiscAmount": 36.0,
    "AmountAfterDisc": 37.0,
    "DiscAllocation": 38.0,
    "ExQTY": 39.0,
    "RestQty": 40.0,
    "ExAmount": 41.0,
    "RestAmount": 42.0,
    "DeliveryDate": "sample string 43",
    "DoDate": "sample string 44",
    "Note": "sample string 45",
    "BillNote": "sample string 46",
    "InvoiceAmount": 47.0,
    "NoInvoiceAmount": 48.0,
    "OfdAmount": 49.0,
    "OfuAmount": 50.0,
    "CreatedBy": 51,
    "CreatedByName": "sample string 52",
    "StrValue1": "sample string 53",
    "StrValue2": "sample string 54",
    "StrValue3": "sample string 55",
    "StrValue4": "sample string 56",
    "StrValue5": "sample string 57",
    "StrValue6": "sample string 58",
    "StrValue7": "sample string 59",
    "StrValue8": "sample string 60",
    "AccountingItemId": 61,
    "AccountingItemName": "sample string 62",
    "DepartmentId": 63,
    "DepartmentName": "sample string 64",
    "SourceId": 65,
    "SourceEntityId": 66,
    "No": "sample string 67",
    "NewNo": "sample string 68",
    "WhId": 69,
    "RelationBillId": 70,
    "RelationBillType": 1010,
    "RelationBillTypeStr": "sample string 72",
    "RelationBillDateStr": "2025-04-04",
    "RelationBillNo": "sample string 74",
    "InvoiceType": "sample string 75",
    "InvoiceDate": "sample string 76",
    "InvoiceNo": "sample string 77",
    "JournalBankName": "sample string 78",
    "JournalRpTypeName": "sample string 79",
    "JournalDate": "sample string 80",
    "JournalBillNo": "sample string 81",
    "JournalAcId": 82,
    "JournalAcType": 83,
    "JournalBillType": 1010,
    "JournalBillTypeStr": "sample string 84",
    "OffsetBillNo": "sample string 85",
    "OffsetBillTypeStr": "sample string 86",
    "OffsetBillType": 1010,
    "OffsetBillId": 87,
    "OffsetBillDate": "sample string 88"
  },
  "PageIndex": 1,
  "PageSize": 2,
  "Total": 3,
  "RDocumentStartDate": "sample string 4",
  "RDocumentEndDate": "sample string 5",
  "RDeliveryStartDate": "sample string 6",
  "RDeliveryEndDate": "sample string 7"
}

application/xml, text/xml

Sample:
<ReportResultOfSoTrackModelCb1nIoNm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Abstraction.NewApi">
  <_x003C_RDeliveryEndDate_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Abstraction.CommonData">sample string 7</_x003C_RDeliveryEndDate_x003E_k__BackingField>
  <_x003C_RDeliveryStartDate_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Abstraction.CommonData">sample string 6</_x003C_RDeliveryStartDate_x003E_k__BackingField>
  <_x003C_RDocumentEndDate_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Abstraction.CommonData">sample string 5</_x003C_RDocumentEndDate_x003E_k__BackingField>
  <_x003C_RDocumentStartDate_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Abstraction.CommonData">sample string 4</_x003C_RDocumentStartDate_x003E_k__BackingField>
  <DataList xmlns:d2p1="http://schemas.datacontract.org/2004/07/LemonScm.Model.Sell.WebApi">
    <d2p1:SoTrackModel>
      <ExAmount xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.ReportModels">0</ExAmount>
      <ExQTY xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.ReportModels">0</ExQTY>
      <InvoiceAmount xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.ReportModels">0</InvoiceAmount>
      <InvoiceDate xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.ReportModels">sample string 76</InvoiceDate>
      <InvoiceList xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.ReportModels">
        <TrackInvoice>
          <InvoiceDate>2025-04-04T20:52:21.357515+08:00</InvoiceDate>
          <InvoiceNo>sample string 4</InvoiceNo>
          <InvoiceOfAmount>5</InvoiceOfAmount>
          <InvoiceType>sample string 3</InvoiceType>
          <RelationBillId>1</RelationBillId>
          <RelationBillType>Purchase</RelationBillType>
        </TrackInvoice>
        <TrackInvoice>
          <InvoiceDate>2025-04-04T20:52:21.357515+08:00</InvoiceDate>
          <InvoiceNo>sample string 4</InvoiceNo>
          <InvoiceOfAmount>5</InvoiceOfAmount>
          <InvoiceType>sample string 3</InvoiceType>
          <RelationBillId>1</RelationBillId>
          <RelationBillType>Purchase</RelationBillType>
        </TrackInvoice>
      </InvoiceList>
      <InvoiceNo xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.ReportModels">sample string 77</InvoiceNo>
      <InvoiceType xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.ReportModels">sample string 75</InvoiceType>
      <JournalAcId xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.ReportModels">82</JournalAcId>
      <JournalAcType xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.ReportModels">83</JournalAcType>
      <JournalBankName xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.ReportModels">sample string 78</JournalBankName>
      <JournalBillNo xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.ReportModels">sample string 81</JournalBillNo>
      <JournalBillType xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.ReportModels">Purchase</JournalBillType>
      <JournalBillTypeStr xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.ReportModels">sample string 84</JournalBillTypeStr>
      <JournalDate xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.ReportModels">sample string 80</JournalDate>
      <JournalList xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.ReportModels">
        <TrackJournal>
          <JournalAcId>8</JournalAcId>
          <JournalBankName>sample string 3</JournalBankName>
          <JournalBillNo>sample string 6</JournalBillNo>
          <JournalBillType>Purchase</JournalBillType>
          <JournalDate>2025-04-04T20:52:21.3585159+08:00</JournalDate>
          <JournalOfdAmount>7</JournalOfdAmount>
          <JournalRpTypeName>sample string 4</JournalRpTypeName>
          <RelationBillEntryId>2</RelationBillEntryId>
          <RelationBillId>1</RelationBillId>
          <RelationBillType>Purchase</RelationBillType>
        </TrackJournal>
        <TrackJournal>
          <JournalAcId>8</JournalAcId>
          <JournalBankName>sample string 3</JournalBankName>
          <JournalBillNo>sample string 6</JournalBillNo>
          <JournalBillType>Purchase</JournalBillType>
          <JournalDate>2025-04-04T20:52:21.3585159+08:00</JournalDate>
          <JournalOfdAmount>7</JournalOfdAmount>
          <JournalRpTypeName>sample string 4</JournalRpTypeName>
          <RelationBillEntryId>2</RelationBillEntryId>
          <RelationBillId>1</RelationBillId>
          <RelationBillType>Purchase</RelationBillType>
        </TrackJournal>
      </JournalList>
      <JournalRpTypeName xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.ReportModels">sample string 79</JournalRpTypeName>
      <NewNo xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.ReportModels">sample string 68</NewNo>
      <No xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.ReportModels">sample string 67</No>
      <NoInvoiceAmount xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.ReportModels">0</NoInvoiceAmount>
      <OfdAmount xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.ReportModels">0</OfdAmount>
      <OffsetBillDate xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.ReportModels">sample string 88</OffsetBillDate>
      <OffsetBillId xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.ReportModels">87</OffsetBillId>
      <OffsetBillList xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.ReportModels">
        <TrackOffsetBill>
          <OffsetBillDate>2025-04-04T20:52:21.3585159+08:00</OffsetBillDate>
          <OffsetBillId>5</OffsetBillId>
          <OffsetBillNo>sample string 4</OffsetBillNo>
          <OffsetBillType>Purchase</OffsetBillType>
          <OffsetOfdAmount>6</OffsetOfdAmount>
          <RelationBillEntryId>2</RelationBillEntryId>
          <RelationBillId>1</RelationBillId>
          <RelationBillType>Purchase</RelationBillType>
        </TrackOffsetBill>
        <TrackOffsetBill>
          <OffsetBillDate>2025-04-04T20:52:21.3585159+08:00</OffsetBillDate>
          <OffsetBillId>5</OffsetBillId>
          <OffsetBillNo>sample string 4</OffsetBillNo>
          <OffsetBillType>Purchase</OffsetBillType>
          <OffsetOfdAmount>6</OffsetOfdAmount>
          <RelationBillEntryId>2</RelationBillEntryId>
          <RelationBillId>1</RelationBillId>
          <RelationBillType>Purchase</RelationBillType>
        </TrackOffsetBill>
      </OffsetBillList>
      <OffsetBillNo xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.ReportModels">sample string 85</OffsetBillNo>
      <OffsetBillType xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.ReportModels">Purchase</OffsetBillType>
      <OffsetBillTypeStr xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.ReportModels">sample string 86</OffsetBillTypeStr>
      <OfuAmount xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.ReportModels">0</OfuAmount>
      <RelationBillDate xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.ReportModels">2025-04-04T20:52:21.3585159+08:00</RelationBillDate>
      <RelationBillEntryId xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.ReportModels">71</RelationBillEntryId>
      <RelationBillId xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.ReportModels">70</RelationBillId>
      <RelationBillNo xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.ReportModels">sample string 74</RelationBillNo>
      <RelationBillType xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.ReportModels">Purchase</RelationBillType>
      <RelationBillTypeStr xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.ReportModels">sample string 72</RelationBillTypeStr>
      <SourceEntityId xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.ReportModels">66</SourceEntityId>
      <SourceId xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.ReportModels">65</SourceId>
      <WhId xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.ReportModels">69</WhId>
      <d2p1:AccountingItemId>61</d2p1:AccountingItemId>
      <d2p1:AccountingItemName>sample string 62</d2p1:AccountingItemName>
      <d2p1:Amount>33</d2p1:Amount>
      <d2p1:AmountAfterDisc>37</d2p1:AmountAfterDisc>
      <d2p1:AmountTax>34</d2p1:AmountTax>
      <d2p1:ApName>sample string 10</d2p1:ApName>
      <d2p1:BType>Purchase</d2p1:BType>
      <d2p1:BillNote>sample string 46</d2p1:BillNote>
      <d2p1:CreatedBy>51</d2p1:CreatedBy>
      <d2p1:CreatedByName>sample string 52</d2p1:CreatedByName>
      <d2p1:CustId>18</d2p1:CustId>
      <d2p1:CustName>sample string 16</d2p1:CustName>
      <d2p1:CustNo>sample string 17</d2p1:CustNo>
      <d2p1:CustTypeID>19</d2p1:CustTypeID>
      <d2p1:CustTypeName>sample string 20</d2p1:CustTypeName>
      <d2p1:Date>sample string 15</d2p1:Date>
      <d2p1:DeliveryDate>sample string 43</d2p1:DeliveryDate>
      <d2p1:DepartmentId>63</d2p1:DepartmentId>
      <d2p1:DepartmentName>sample string 64</d2p1:DepartmentName>
      <d2p1:DiscAllocation>38</d2p1:DiscAllocation>
      <d2p1:DiscAmount>36</d2p1:DiscAmount>
      <d2p1:DiscRate>35</d2p1:DiscRate>
      <d2p1:DoDate>sample string 44</d2p1:DoDate>
      <d2p1:DoStatus>23</d2p1:DoStatus>
      <d2p1:DoStatusStr>sample string 22</d2p1:DoStatusStr>
      <d2p1:EntryId>14</d2p1:EntryId>
      <d2p1:ExAmount>41</d2p1:ExAmount>
      <d2p1:ExQTY>39</d2p1:ExQTY>
      <d2p1:Id>13</d2p1:Id>
      <d2p1:InvoiceAmount>47</d2p1:InvoiceAmount>
      <d2p1:InvoiceStatus>27</d2p1:InvoiceStatus>
      <d2p1:InvoiceStatusStr>sample string 26</d2p1:InvoiceStatusStr>
      <d2p1:IsCountRow>true</d2p1:IsCountRow>
      <d2p1:IsSummary>true</d2p1:IsSummary>
      <d2p1:Items xmlns:d4p1="http://schemas.datacontract.org/2004/07/LemonScm.Model.ReportModels">
        <d4p1:TrackAllFlow>
          <d4p1:ExAmount>25</d4p1:ExAmount>
          <d4p1:ExQTY>26</d4p1:ExQTY>
          <d4p1:InvoiceAmount>27</d4p1:InvoiceAmount>
          <d4p1:InvoiceDate>sample string 12</d4p1:InvoiceDate>
          <d4p1:InvoiceList>
            <d4p1:TrackInvoice>
              <d4p1:InvoiceDate>2025-04-04T20:52:21.357515+08:00</d4p1:InvoiceDate>
              <d4p1:InvoiceNo>sample string 4</d4p1:InvoiceNo>
              <d4p1:InvoiceOfAmount>5</d4p1:InvoiceOfAmount>
              <d4p1:InvoiceType>sample string 3</d4p1:InvoiceType>
              <d4p1:RelationBillId>1</d4p1:RelationBillId>
              <d4p1:RelationBillType>Purchase</d4p1:RelationBillType>
            </d4p1:TrackInvoice>
            <d4p1:TrackInvoice>
              <d4p1:InvoiceDate>2025-04-04T20:52:21.357515+08:00</d4p1:InvoiceDate>
              <d4p1:InvoiceNo>sample string 4</d4p1:InvoiceNo>
              <d4p1:InvoiceOfAmount>5</d4p1:InvoiceOfAmount>
              <d4p1:InvoiceType>sample string 3</d4p1:InvoiceType>
              <d4p1:RelationBillId>1</d4p1:RelationBillId>
              <d4p1:RelationBillType>Purchase</d4p1:RelationBillType>
            </d4p1:TrackInvoice>
          </d4p1:InvoiceList>
          <d4p1:InvoiceNo>sample string 13</d4p1:InvoiceNo>
          <d4p1:InvoiceType>sample string 11</d4p1:InvoiceType>
          <d4p1:JournalAcId>18</d4p1:JournalAcId>
          <d4p1:JournalAcType>19</d4p1:JournalAcType>
          <d4p1:JournalBankName>sample string 14</d4p1:JournalBankName>
          <d4p1:JournalBillNo>sample string 17</d4p1:JournalBillNo>
          <d4p1:JournalBillType>Purchase</d4p1:JournalBillType>
          <d4p1:JournalBillTypeStr>sample string 20</d4p1:JournalBillTypeStr>
          <d4p1:JournalDate>sample string 16</d4p1:JournalDate>
          <d4p1:JournalList>
            <d4p1:TrackJournal>
              <d4p1:JournalAcId>8</d4p1:JournalAcId>
              <d4p1:JournalBankName>sample string 3</d4p1:JournalBankName>
              <d4p1:JournalBillNo>sample string 6</d4p1:JournalBillNo>
              <d4p1:JournalBillType>Purchase</d4p1:JournalBillType>
              <d4p1:JournalDate>2025-04-04T20:52:21.3585159+08:00</d4p1:JournalDate>
              <d4p1:JournalOfdAmount>7</d4p1:JournalOfdAmount>
              <d4p1:JournalRpTypeName>sample string 4</d4p1:JournalRpTypeName>
              <d4p1:RelationBillEntryId>2</d4p1:RelationBillEntryId>
              <d4p1:RelationBillId>1</d4p1:RelationBillId>
              <d4p1:RelationBillType>Purchase</d4p1:RelationBillType>
            </d4p1:TrackJournal>
            <d4p1:TrackJournal>
              <d4p1:JournalAcId>8</d4p1:JournalAcId>
              <d4p1:JournalBankName>sample string 3</d4p1:JournalBankName>
              <d4p1:JournalBillNo>sample string 6</d4p1:JournalBillNo>
              <d4p1:JournalBillType>Purchase</d4p1:JournalBillType>
              <d4p1:JournalDate>2025-04-04T20:52:21.3585159+08:00</d4p1:JournalDate>
              <d4p1:JournalOfdAmount>7</d4p1:JournalOfdAmount>
              <d4p1:JournalRpTypeName>sample string 4</d4p1:JournalRpTypeName>
              <d4p1:RelationBillEntryId>2</d4p1:RelationBillEntryId>
              <d4p1:RelationBillId>1</d4p1:RelationBillId>
              <d4p1:RelationBillType>Purchase</d4p1:RelationBillType>
            </d4p1:TrackJournal>
          </d4p1:JournalList>
          <d4p1:JournalRpTypeName>sample string 15</d4p1:JournalRpTypeName>
          <d4p1:NewNo>sample string 4</d4p1:NewNo>
          <d4p1:No>sample string 3</d4p1:No>
          <d4p1:NoInvoiceAmount>28</d4p1:NoInvoiceAmount>
          <d4p1:OfdAmount>29</d4p1:OfdAmount>
          <d4p1:OffsetBillDate>sample string 24</d4p1:OffsetBillDate>
          <d4p1:OffsetBillId>23</d4p1:OffsetBillId>
          <d4p1:OffsetBillList>
            <d4p1:TrackOffsetBill>
              <d4p1:OffsetBillDate>2025-04-04T20:52:21.3585159+08:00</d4p1:OffsetBillDate>
              <d4p1:OffsetBillId>5</d4p1:OffsetBillId>
              <d4p1:OffsetBillNo>sample string 4</d4p1:OffsetBillNo>
              <d4p1:OffsetBillType>Purchase</d4p1:OffsetBillType>
              <d4p1:OffsetOfdAmount>6</d4p1:OffsetOfdAmount>
              <d4p1:RelationBillEntryId>2</d4p1:RelationBillEntryId>
              <d4p1:RelationBillId>1</d4p1:RelationBillId>
              <d4p1:RelationBillType>Purchase</d4p1:RelationBillType>
            </d4p1:TrackOffsetBill>
            <d4p1:TrackOffsetBill>
              <d4p1:OffsetBillDate>2025-04-04T20:52:21.3585159+08:00</d4p1:OffsetBillDate>
              <d4p1:OffsetBillId>5</d4p1:OffsetBillId>
              <d4p1:OffsetBillNo>sample string 4</d4p1:OffsetBillNo>
              <d4p1:OffsetBillType>Purchase</d4p1:OffsetBillType>
              <d4p1:OffsetOfdAmount>6</d4p1:OffsetOfdAmount>
              <d4p1:RelationBillEntryId>2</d4p1:RelationBillEntryId>
              <d4p1:RelationBillId>1</d4p1:RelationBillId>
              <d4p1:RelationBillType>Purchase</d4p1:RelationBillType>
            </d4p1:TrackOffsetBill>
          </d4p1:OffsetBillList>
          <d4p1:OffsetBillNo>sample string 21</d4p1:OffsetBillNo>
          <d4p1:OffsetBillType>Purchase</d4p1:OffsetBillType>
          <d4p1:OffsetBillTypeStr>sample string 22</d4p1:OffsetBillTypeStr>
          <d4p1:OfuAmount>30</d4p1:OfuAmount>
          <d4p1:RelationBillDate>2025-04-04T20:52:21.357515+08:00</d4p1:RelationBillDate>
          <d4p1:RelationBillEntryId>7</d4p1:RelationBillEntryId>
          <d4p1:RelationBillId>6</d4p1:RelationBillId>
          <d4p1:RelationBillNo>sample string 10</d4p1:RelationBillNo>
          <d4p1:RelationBillType>Purchase</d4p1:RelationBillType>
          <d4p1:RelationBillTypeStr>sample string 8</d4p1:RelationBillTypeStr>
          <d4p1:SourceEntityId>2</d4p1:SourceEntityId>
          <d4p1:SourceId>1</d4p1:SourceId>
          <d4p1:WhId>5</d4p1:WhId>
        </d4p1:TrackAllFlow>
        <d4p1:TrackAllFlow>
          <d4p1:ExAmount>25</d4p1:ExAmount>
          <d4p1:ExQTY>26</d4p1:ExQTY>
          <d4p1:InvoiceAmount>27</d4p1:InvoiceAmount>
          <d4p1:InvoiceDate>sample string 12</d4p1:InvoiceDate>
          <d4p1:InvoiceList>
            <d4p1:TrackInvoice>
              <d4p1:InvoiceDate>2025-04-04T20:52:21.357515+08:00</d4p1:InvoiceDate>
              <d4p1:InvoiceNo>sample string 4</d4p1:InvoiceNo>
              <d4p1:InvoiceOfAmount>5</d4p1:InvoiceOfAmount>
              <d4p1:InvoiceType>sample string 3</d4p1:InvoiceType>
              <d4p1:RelationBillId>1</d4p1:RelationBillId>
              <d4p1:RelationBillType>Purchase</d4p1:RelationBillType>
            </d4p1:TrackInvoice>
            <d4p1:TrackInvoice>
              <d4p1:InvoiceDate>2025-04-04T20:52:21.357515+08:00</d4p1:InvoiceDate>
              <d4p1:InvoiceNo>sample string 4</d4p1:InvoiceNo>
              <d4p1:InvoiceOfAmount>5</d4p1:InvoiceOfAmount>
              <d4p1:InvoiceType>sample string 3</d4p1:InvoiceType>
              <d4p1:RelationBillId>1</d4p1:RelationBillId>
              <d4p1:RelationBillType>Purchase</d4p1:RelationBillType>
            </d4p1:TrackInvoice>
          </d4p1:InvoiceList>
          <d4p1:InvoiceNo>sample string 13</d4p1:InvoiceNo>
          <d4p1:InvoiceType>sample string 11</d4p1:InvoiceType>
          <d4p1:JournalAcId>18</d4p1:JournalAcId>
          <d4p1:JournalAcType>19</d4p1:JournalAcType>
          <d4p1:JournalBankName>sample string 14</d4p1:JournalBankName>
          <d4p1:JournalBillNo>sample string 17</d4p1:JournalBillNo>
          <d4p1:JournalBillType>Purchase</d4p1:JournalBillType>
          <d4p1:JournalBillTypeStr>sample string 20</d4p1:JournalBillTypeStr>
          <d4p1:JournalDate>sample string 16</d4p1:JournalDate>
          <d4p1:JournalList>
            <d4p1:TrackJournal>
              <d4p1:JournalAcId>8</d4p1:JournalAcId>
              <d4p1:JournalBankName>sample string 3</d4p1:JournalBankName>
              <d4p1:JournalBillNo>sample string 6</d4p1:JournalBillNo>
              <d4p1:JournalBillType>Purchase</d4p1:JournalBillType>
              <d4p1:JournalDate>2025-04-04T20:52:21.3585159+08:00</d4p1:JournalDate>
              <d4p1:JournalOfdAmount>7</d4p1:JournalOfdAmount>
              <d4p1:JournalRpTypeName>sample string 4</d4p1:JournalRpTypeName>
              <d4p1:RelationBillEntryId>2</d4p1:RelationBillEntryId>
              <d4p1:RelationBillId>1</d4p1:RelationBillId>
              <d4p1:RelationBillType>Purchase</d4p1:RelationBillType>
            </d4p1:TrackJournal>
            <d4p1:TrackJournal>
              <d4p1:JournalAcId>8</d4p1:JournalAcId>
              <d4p1:JournalBankName>sample string 3</d4p1:JournalBankName>
              <d4p1:JournalBillNo>sample string 6</d4p1:JournalBillNo>
              <d4p1:JournalBillType>Purchase</d4p1:JournalBillType>
              <d4p1:JournalDate>2025-04-04T20:52:21.3585159+08:00</d4p1:JournalDate>
              <d4p1:JournalOfdAmount>7</d4p1:JournalOfdAmount>
              <d4p1:JournalRpTypeName>sample string 4</d4p1:JournalRpTypeName>
              <d4p1:RelationBillEntryId>2</d4p1:RelationBillEntryId>
              <d4p1:RelationBillId>1</d4p1:RelationBillId>
              <d4p1:RelationBillType>Purchase</d4p1:RelationBillType>
            </d4p1:TrackJournal>
          </d4p1:JournalList>
          <d4p1:JournalRpTypeName>sample string 15</d4p1:JournalRpTypeName>
          <d4p1:NewNo>sample string 4</d4p1:NewNo>
          <d4p1:No>sample string 3</d4p1:No>
          <d4p1:NoInvoiceAmount>28</d4p1:NoInvoiceAmount>
          <d4p1:OfdAmount>29</d4p1:OfdAmount>
          <d4p1:OffsetBillDate>sample string 24</d4p1:OffsetBillDate>
          <d4p1:OffsetBillId>23</d4p1:OffsetBillId>
          <d4p1:OffsetBillList>
            <d4p1:TrackOffsetBill>
              <d4p1:OffsetBillDate>2025-04-04T20:52:21.3585159+08:00</d4p1:OffsetBillDate>
              <d4p1:OffsetBillId>5</d4p1:OffsetBillId>
              <d4p1:OffsetBillNo>sample string 4</d4p1:OffsetBillNo>
              <d4p1:OffsetBillType>Purchase</d4p1:OffsetBillType>
              <d4p1:OffsetOfdAmount>6</d4p1:OffsetOfdAmount>
              <d4p1:RelationBillEntryId>2</d4p1:RelationBillEntryId>
              <d4p1:RelationBillId>1</d4p1:RelationBillId>
              <d4p1:RelationBillType>Purchase</d4p1:RelationBillType>
            </d4p1:TrackOffsetBill>
            <d4p1:TrackOffsetBill>
              <d4p1:OffsetBillDate>2025-04-04T20:52:21.3585159+08:00</d4p1:OffsetBillDate>
              <d4p1:OffsetBillId>5</d4p1:OffsetBillId>
              <d4p1:OffsetBillNo>sample string 4</d4p1:OffsetBillNo>
              <d4p1:OffsetBillType>Purchase</d4p1:OffsetBillType>
              <d4p1:OffsetOfdAmount>6</d4p1:OffsetOfdAmount>
              <d4p1:RelationBillEntryId>2</d4p1:RelationBillEntryId>
              <d4p1:RelationBillId>1</d4p1:RelationBillId>
              <d4p1:RelationBillType>Purchase</d4p1:RelationBillType>
            </d4p1:TrackOffsetBill>
          </d4p1:OffsetBillList>
          <d4p1:OffsetBillNo>sample string 21</d4p1:OffsetBillNo>
          <d4p1:OffsetBillType>Purchase</d4p1:OffsetBillType>
          <d4p1:OffsetBillTypeStr>sample string 22</d4p1:OffsetBillTypeStr>
          <d4p1:OfuAmount>30</d4p1:OfuAmount>
          <d4p1:RelationBillDate>2025-04-04T20:52:21.357515+08:00</d4p1:RelationBillDate>
          <d4p1:RelationBillEntryId>7</d4p1:RelationBillEntryId>
          <d4p1:RelationBillId>6</d4p1:RelationBillId>
          <d4p1:RelationBillNo>sample string 10</d4p1:RelationBillNo>
          <d4p1:RelationBillType>Purchase</d4p1:RelationBillType>
          <d4p1:RelationBillTypeStr>sample string 8</d4p1:RelationBillTypeStr>
          <d4p1:SourceEntityId>2</d4p1:SourceEntityId>
          <d4p1:SourceId>1</d4p1:SourceId>
          <d4p1:WhId>5</d4p1:WhId>
        </d4p1:TrackAllFlow>
      </d2p1:Items>
      <d2p1:NoInvoiceAmount>48</d2p1:NoInvoiceAmount>
      <d2p1:Note>sample string 45</d2p1:Note>
      <d2p1:OfdAmount>49</d2p1:OfdAmount>
      <d2p1:OfuAmount>50</d2p1:OfuAmount>
      <d2p1:Price>30</d2p1:Price>
      <d2p1:PriceDis>32</d2p1:PriceDis>
      <d2p1:PriceTax>31</d2p1:PriceTax>
      <d2p1:ProdID>6</d2p1:ProdID>
      <d2p1:ProdImage>sample string 8</d2p1:ProdImage>
      <d2p1:ProdName>sample string 7</d2p1:ProdName>
      <d2p1:ProdNo>sample string 3</d2p1:ProdNo>
      <d2p1:ProdType>sample string 5</d2p1:ProdType>
      <d2p1:QTY>28</d2p1:QTY>
      <d2p1:ReceiptStatus>25</d2p1:ReceiptStatus>
      <d2p1:ReceiptStatusStr>sample string 24</d2p1:ReceiptStatusStr>
      <d2p1:RestAmount>42</d2p1:RestAmount>
      <d2p1:RestQty>40</d2p1:RestQty>
      <d2p1:SalesName>sample string 21</d2p1:SalesName>
      <d2p1:Spec>sample string 9</d2p1:Spec>
      <d2p1:StrValue1>sample string 53</d2p1:StrValue1>
      <d2p1:StrValue2>sample string 54</d2p1:StrValue2>
      <d2p1:StrValue3>sample string 55</d2p1:StrValue3>
      <d2p1:StrValue4>sample string 56</d2p1:StrValue4>
      <d2p1:StrValue5>sample string 57</d2p1:StrValue5>
      <d2p1:StrValue6>sample string 58</d2p1:StrValue6>
      <d2p1:StrValue7>sample string 59</d2p1:StrValue7>
      <d2p1:StrValue8>sample string 60</d2p1:StrValue8>
      <d2p1:UnitID>11</d2p1:UnitID>
      <d2p1:UnitName>sample string 12</d2p1:UnitName>
      <d2p1:WhName>sample string 4</d2p1:WhName>
      <d2p1:WholeLooseQty>sample string 29</d2p1:WholeLooseQty>
    </d2p1:SoTrackModel>
    <d2p1:SoTrackModel>
      <ExAmount xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.ReportModels">0</ExAmount>
      <ExQTY xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.ReportModels">0</ExQTY>
      <InvoiceAmount xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.ReportModels">0</InvoiceAmount>
      <InvoiceDate xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.ReportModels">sample string 76</InvoiceDate>
      <InvoiceList xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.ReportModels">
        <TrackInvoice>
          <InvoiceDate>2025-04-04T20:52:21.357515+08:00</InvoiceDate>
          <InvoiceNo>sample string 4</InvoiceNo>
          <InvoiceOfAmount>5</InvoiceOfAmount>
          <InvoiceType>sample string 3</InvoiceType>
          <RelationBillId>1</RelationBillId>
          <RelationBillType>Purchase</RelationBillType>
        </TrackInvoice>
        <TrackInvoice>
          <InvoiceDate>2025-04-04T20:52:21.357515+08:00</InvoiceDate>
          <InvoiceNo>sample string 4</InvoiceNo>
          <InvoiceOfAmount>5</InvoiceOfAmount>
          <InvoiceType>sample string 3</InvoiceType>
          <RelationBillId>1</RelationBillId>
          <RelationBillType>Purchase</RelationBillType>
        </TrackInvoice>
      </InvoiceList>
      <InvoiceNo xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.ReportModels">sample string 77</InvoiceNo>
      <InvoiceType xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.ReportModels">sample string 75</InvoiceType>
      <JournalAcId xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.ReportModels">82</JournalAcId>
      <JournalAcType xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.ReportModels">83</JournalAcType>
      <JournalBankName xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.ReportModels">sample string 78</JournalBankName>
      <JournalBillNo xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.ReportModels">sample string 81</JournalBillNo>
      <JournalBillType xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.ReportModels">Purchase</JournalBillType>
      <JournalBillTypeStr xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.ReportModels">sample string 84</JournalBillTypeStr>
      <JournalDate xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.ReportModels">sample string 80</JournalDate>
      <JournalList xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.ReportModels">
        <TrackJournal>
          <JournalAcId>8</JournalAcId>
          <JournalBankName>sample string 3</JournalBankName>
          <JournalBillNo>sample string 6</JournalBillNo>
          <JournalBillType>Purchase</JournalBillType>
          <JournalDate>2025-04-04T20:52:21.3585159+08:00</JournalDate>
          <JournalOfdAmount>7</JournalOfdAmount>
          <JournalRpTypeName>sample string 4</JournalRpTypeName>
          <RelationBillEntryId>2</RelationBillEntryId>
          <RelationBillId>1</RelationBillId>
          <RelationBillType>Purchase</RelationBillType>
        </TrackJournal>
        <TrackJournal>
          <JournalAcId>8</JournalAcId>
          <JournalBankName>sample string 3</JournalBankName>
          <JournalBillNo>sample string 6</JournalBillNo>
          <JournalBillType>Purchase</JournalBillType>
          <JournalDate>2025-04-04T20:52:21.3585159+08:00</JournalDate>
          <JournalOfdAmount>7</JournalOfdAmount>
          <JournalRpTypeName>sample string 4</JournalRpTypeName>
          <RelationBillEntryId>2</RelationBillEntryId>
          <RelationBillId>1</RelationBillId>
          <RelationBillType>Purchase</RelationBillType>
        </TrackJournal>
      </JournalList>
      <JournalRpTypeName xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.ReportModels">sample string 79</JournalRpTypeName>
      <NewNo xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.ReportModels">sample string 68</NewNo>
      <No xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.ReportModels">sample string 67</No>
      <NoInvoiceAmount xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.ReportModels">0</NoInvoiceAmount>
      <OfdAmount xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.ReportModels">0</OfdAmount>
      <OffsetBillDate xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.ReportModels">sample string 88</OffsetBillDate>
      <OffsetBillId xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.ReportModels">87</OffsetBillId>
      <OffsetBillList xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.ReportModels">
        <TrackOffsetBill>
          <OffsetBillDate>2025-04-04T20:52:21.3585159+08:00</OffsetBillDate>
          <OffsetBillId>5</OffsetBillId>
          <OffsetBillNo>sample string 4</OffsetBillNo>
          <OffsetBillType>Purchase</OffsetBillType>
          <OffsetOfdAmount>6</OffsetOfdAmount>
          <RelationBillEntryId>2</RelationBillEntryId>
          <RelationBillId>1</RelationBillId>
          <RelationBillType>Purchase</RelationBillType>
        </TrackOffsetBill>
        <TrackOffsetBill>
          <OffsetBillDate>2025-04-04T20:52:21.3585159+08:00</OffsetBillDate>
          <OffsetBillId>5</OffsetBillId>
          <OffsetBillNo>sample string 4</OffsetBillNo>
          <OffsetBillType>Purchase</OffsetBillType>
          <OffsetOfdAmount>6</OffsetOfdAmount>
          <RelationBillEntryId>2</RelationBillEntryId>
          <RelationBillId>1</RelationBillId>
          <RelationBillType>Purchase</RelationBillType>
        </TrackOffsetBill>
      </OffsetBillList>
      <OffsetBillNo xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.ReportModels">sample string 85</OffsetBillNo>
      <OffsetBillType xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.ReportModels">Purchase</OffsetBillType>
      <OffsetBillTypeStr xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.ReportModels">sample string 86</OffsetBillTypeStr>
      <OfuAmount xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.ReportModels">0</OfuAmount>
      <RelationBillDate xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.ReportModels">2025-04-04T20:52:21.3585159+08:00</RelationBillDate>
      <RelationBillEntryId xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.ReportModels">71</RelationBillEntryId>
      <RelationBillId xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.ReportModels">70</RelationBillId>
      <RelationBillNo xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.ReportModels">sample string 74</RelationBillNo>
      <RelationBillType xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.ReportModels">Purchase</RelationBillType>
      <RelationBillTypeStr xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.ReportModels">sample string 72</RelationBillTypeStr>
      <SourceEntityId xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.ReportModels">66</SourceEntityId>
      <SourceId xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.ReportModels">65</SourceId>
      <WhId xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.ReportModels">69</WhId>
      <d2p1:AccountingItemId>61</d2p1:AccountingItemId>
      <d2p1:AccountingItemName>sample string 62</d2p1:AccountingItemName>
      <d2p1:Amount>33</d2p1:Amount>
      <d2p1:AmountAfterDisc>37</d2p1:AmountAfterDisc>
      <d2p1:AmountTax>34</d2p1:AmountTax>
      <d2p1:ApName>sample string 10</d2p1:ApName>
      <d2p1:BType>Purchase</d2p1:BType>
      <d2p1:BillNote>sample string 46</d2p1:BillNote>
      <d2p1:CreatedBy>51</d2p1:CreatedBy>
      <d2p1:CreatedByName>sample string 52</d2p1:CreatedByName>
      <d2p1:CustId>18</d2p1:CustId>
      <d2p1:CustName>sample string 16</d2p1:CustName>
      <d2p1:CustNo>sample string 17</d2p1:CustNo>
      <d2p1:CustTypeID>19</d2p1:CustTypeID>
      <d2p1:CustTypeName>sample string 20</d2p1:CustTypeName>
      <d2p1:Date>sample string 15</d2p1:Date>
      <d2p1:DeliveryDate>sample string 43</d2p1:DeliveryDate>
      <d2p1:DepartmentId>63</d2p1:DepartmentId>
      <d2p1:DepartmentName>sample string 64</d2p1:DepartmentName>
      <d2p1:DiscAllocation>38</d2p1:DiscAllocation>
      <d2p1:DiscAmount>36</d2p1:DiscAmount>
      <d2p1:DiscRate>35</d2p1:DiscRate>
      <d2p1:DoDate>sample string 44</d2p1:DoDate>
      <d2p1:DoStatus>23</d2p1:DoStatus>
      <d2p1:DoStatusStr>sample string 22</d2p1:DoStatusStr>
      <d2p1:EntryId>14</d2p1:EntryId>
      <d2p1:ExAmount>41</d2p1:ExAmount>
      <d2p1:ExQTY>39</d2p1:ExQTY>
      <d2p1:Id>13</d2p1:Id>
      <d2p1:InvoiceAmount>47</d2p1:InvoiceAmount>
      <d2p1:InvoiceStatus>27</d2p1:InvoiceStatus>
      <d2p1:InvoiceStatusStr>sample string 26</d2p1:InvoiceStatusStr>
      <d2p1:IsCountRow>true</d2p1:IsCountRow>
      <d2p1:IsSummary>true</d2p1:IsSummary>
      <d2p1:Items xmlns:d4p1="http://schemas.datacontract.org/2004/07/LemonScm.Model.ReportModels">
        <d4p1:TrackAllFlow>
          <d4p1:ExAmount>25</d4p1:ExAmount>
          <d4p1:ExQTY>26</d4p1:ExQTY>
          <d4p1:InvoiceAmount>27</d4p1:InvoiceAmount>
          <d4p1:InvoiceDate>sample string 12</d4p1:InvoiceDate>
          <d4p1:InvoiceList>
            <d4p1:TrackInvoice>
              <d4p1:InvoiceDate>2025-04-04T20:52:21.357515+08:00</d4p1:InvoiceDate>
              <d4p1:InvoiceNo>sample string 4</d4p1:InvoiceNo>
              <d4p1:InvoiceOfAmount>5</d4p1:InvoiceOfAmount>
              <d4p1:InvoiceType>sample string 3</d4p1:InvoiceType>
              <d4p1:RelationBillId>1</d4p1:RelationBillId>
              <d4p1:RelationBillType>Purchase</d4p1:RelationBillType>
            </d4p1:TrackInvoice>
            <d4p1:TrackInvoice>
              <d4p1:InvoiceDate>2025-04-04T20:52:21.357515+08:00</d4p1:InvoiceDate>
              <d4p1:InvoiceNo>sample string 4</d4p1:InvoiceNo>
              <d4p1:InvoiceOfAmount>5</d4p1:InvoiceOfAmount>
              <d4p1:InvoiceType>sample string 3</d4p1:InvoiceType>
              <d4p1:RelationBillId>1</d4p1:RelationBillId>
              <d4p1:RelationBillType>Purchase</d4p1:RelationBillType>
            </d4p1:TrackInvoice>
          </d4p1:InvoiceList>
          <d4p1:InvoiceNo>sample string 13</d4p1:InvoiceNo>
          <d4p1:InvoiceType>sample string 11</d4p1:InvoiceType>
          <d4p1:JournalAcId>18</d4p1:JournalAcId>
          <d4p1:JournalAcType>19</d4p1:JournalAcType>
          <d4p1:JournalBankName>sample string 14</d4p1:JournalBankName>
          <d4p1:JournalBillNo>sample string 17</d4p1:JournalBillNo>
          <d4p1:JournalBillType>Purchase</d4p1:JournalBillType>
          <d4p1:JournalBillTypeStr>sample string 20</d4p1:JournalBillTypeStr>
          <d4p1:JournalDate>sample string 16</d4p1:JournalDate>
          <d4p1:JournalList>
            <d4p1:TrackJournal>
              <d4p1:JournalAcId>8</d4p1:JournalAcId>
              <d4p1:JournalBankName>sample string 3</d4p1:JournalBankName>
              <d4p1:JournalBillNo>sample string 6</d4p1:JournalBillNo>
              <d4p1:JournalBillType>Purchase</d4p1:JournalBillType>
              <d4p1:JournalDate>2025-04-04T20:52:21.3585159+08:00</d4p1:JournalDate>
              <d4p1:JournalOfdAmount>7</d4p1:JournalOfdAmount>
              <d4p1:JournalRpTypeName>sample string 4</d4p1:JournalRpTypeName>
              <d4p1:RelationBillEntryId>2</d4p1:RelationBillEntryId>
              <d4p1:RelationBillId>1</d4p1:RelationBillId>
              <d4p1:RelationBillType>Purchase</d4p1:RelationBillType>
            </d4p1:TrackJournal>
            <d4p1:TrackJournal>
              <d4p1:JournalAcId>8</d4p1:JournalAcId>
              <d4p1:JournalBankName>sample string 3</d4p1:JournalBankName>
              <d4p1:JournalBillNo>sample string 6</d4p1:JournalBillNo>
              <d4p1:JournalBillType>Purchase</d4p1:JournalBillType>
              <d4p1:JournalDate>2025-04-04T20:52:21.3585159+08:00</d4p1:JournalDate>
              <d4p1:JournalOfdAmount>7</d4p1:JournalOfdAmount>
              <d4p1:JournalRpTypeName>sample string 4</d4p1:JournalRpTypeName>
              <d4p1:RelationBillEntryId>2</d4p1:RelationBillEntryId>
              <d4p1:RelationBillId>1</d4p1:RelationBillId>
              <d4p1:RelationBillType>Purchase</d4p1:RelationBillType>
            </d4p1:TrackJournal>
          </d4p1:JournalList>
          <d4p1:JournalRpTypeName>sample string 15</d4p1:JournalRpTypeName>
          <d4p1:NewNo>sample string 4</d4p1:NewNo>
          <d4p1:No>sample string 3</d4p1:No>
          <d4p1:NoInvoiceAmount>28</d4p1:NoInvoiceAmount>
          <d4p1:OfdAmount>29</d4p1:OfdAmount>
          <d4p1:OffsetBillDate>sample string 24</d4p1:OffsetBillDate>
          <d4p1:OffsetBillId>23</d4p1:OffsetBillId>
          <d4p1:OffsetBillList>
            <d4p1:TrackOffsetBill>
              <d4p1:OffsetBillDate>2025-04-04T20:52:21.3585159+08:00</d4p1:OffsetBillDate>
              <d4p1:OffsetBillId>5</d4p1:OffsetBillId>
              <d4p1:OffsetBillNo>sample string 4</d4p1:OffsetBillNo>
              <d4p1:OffsetBillType>Purchase</d4p1:OffsetBillType>
              <d4p1:OffsetOfdAmount>6</d4p1:OffsetOfdAmount>
              <d4p1:RelationBillEntryId>2</d4p1:RelationBillEntryId>
              <d4p1:RelationBillId>1</d4p1:RelationBillId>
              <d4p1:RelationBillType>Purchase</d4p1:RelationBillType>
            </d4p1:TrackOffsetBill>
            <d4p1:TrackOffsetBill>
              <d4p1:OffsetBillDate>2025-04-04T20:52:21.3585159+08:00</d4p1:OffsetBillDate>
              <d4p1:OffsetBillId>5</d4p1:OffsetBillId>
              <d4p1:OffsetBillNo>sample string 4</d4p1:OffsetBillNo>
              <d4p1:OffsetBillType>Purchase</d4p1:OffsetBillType>
              <d4p1:OffsetOfdAmount>6</d4p1:OffsetOfdAmount>
              <d4p1:RelationBillEntryId>2</d4p1:RelationBillEntryId>
              <d4p1:RelationBillId>1</d4p1:RelationBillId>
              <d4p1:RelationBillType>Purchase</d4p1:RelationBillType>
            </d4p1:TrackOffsetBill>
          </d4p1:OffsetBillList>
          <d4p1:OffsetBillNo>sample string 21</d4p1:OffsetBillNo>
          <d4p1:OffsetBillType>Purchase</d4p1:OffsetBillType>
          <d4p1:OffsetBillTypeStr>sample string 22</d4p1:OffsetBillTypeStr>
          <d4p1:OfuAmount>30</d4p1:OfuAmount>
          <d4p1:RelationBillDate>2025-04-04T20:52:21.357515+08:00</d4p1:RelationBillDate>
          <d4p1:RelationBillEntryId>7</d4p1:RelationBillEntryId>
          <d4p1:RelationBillId>6</d4p1:RelationBillId>
          <d4p1:RelationBillNo>sample string 10</d4p1:RelationBillNo>
          <d4p1:RelationBillType>Purchase</d4p1:RelationBillType>
          <d4p1:RelationBillTypeStr>sample string 8</d4p1:RelationBillTypeStr>
          <d4p1:SourceEntityId>2</d4p1:SourceEntityId>
          <d4p1:SourceId>1</d4p1:SourceId>
          <d4p1:WhId>5</d4p1:WhId>
        </d4p1:TrackAllFlow>
        <d4p1:TrackAllFlow>
          <d4p1:ExAmount>25</d4p1:ExAmount>
          <d4p1:ExQTY>26</d4p1:ExQTY>
          <d4p1:InvoiceAmount>27</d4p1:InvoiceAmount>
          <d4p1:InvoiceDate>sample string 12</d4p1:InvoiceDate>
          <d4p1:InvoiceList>
            <d4p1:TrackInvoice>
              <d4p1:InvoiceDate>2025-04-04T20:52:21.357515+08:00</d4p1:InvoiceDate>
              <d4p1:InvoiceNo>sample string 4</d4p1:InvoiceNo>
              <d4p1:InvoiceOfAmount>5</d4p1:InvoiceOfAmount>
              <d4p1:InvoiceType>sample string 3</d4p1:InvoiceType>
              <d4p1:RelationBillId>1</d4p1:RelationBillId>
              <d4p1:RelationBillType>Purchase</d4p1:RelationBillType>
            </d4p1:TrackInvoice>
            <d4p1:TrackInvoice>
              <d4p1:InvoiceDate>2025-04-04T20:52:21.357515+08:00</d4p1:InvoiceDate>
              <d4p1:InvoiceNo>sample string 4</d4p1:InvoiceNo>
              <d4p1:InvoiceOfAmount>5</d4p1:InvoiceOfAmount>
              <d4p1:InvoiceType>sample string 3</d4p1:InvoiceType>
              <d4p1:RelationBillId>1</d4p1:RelationBillId>
              <d4p1:RelationBillType>Purchase</d4p1:RelationBillType>
            </d4p1:TrackInvoice>
          </d4p1:InvoiceList>
          <d4p1:InvoiceNo>sample string 13</d4p1:InvoiceNo>
          <d4p1:InvoiceType>sample string 11</d4p1:InvoiceType>
          <d4p1:JournalAcId>18</d4p1:JournalAcId>
          <d4p1:JournalAcType>19</d4p1:JournalAcType>
          <d4p1:JournalBankName>sample string 14</d4p1:JournalBankName>
          <d4p1:JournalBillNo>sample string 17</d4p1:JournalBillNo>
          <d4p1:JournalBillType>Purchase</d4p1:JournalBillType>
          <d4p1:JournalBillTypeStr>sample string 20</d4p1:JournalBillTypeStr>
          <d4p1:JournalDate>sample string 16</d4p1:JournalDate>
          <d4p1:JournalList>
            <d4p1:TrackJournal>
              <d4p1:JournalAcId>8</d4p1:JournalAcId>
              <d4p1:JournalBankName>sample string 3</d4p1:JournalBankName>
              <d4p1:JournalBillNo>sample string 6</d4p1:JournalBillNo>
              <d4p1:JournalBillType>Purchase</d4p1:JournalBillType>
              <d4p1:JournalDate>2025-04-04T20:52:21.3585159+08:00</d4p1:JournalDate>
              <d4p1:JournalOfdAmount>7</d4p1:JournalOfdAmount>
              <d4p1:JournalRpTypeName>sample string 4</d4p1:JournalRpTypeName>
              <d4p1:RelationBillEntryId>2</d4p1:RelationBillEntryId>
              <d4p1:RelationBillId>1</d4p1:RelationBillId>
              <d4p1:RelationBillType>Purchase</d4p1:RelationBillType>
            </d4p1:TrackJournal>
            <d4p1:TrackJournal>
              <d4p1:JournalAcId>8</d4p1:JournalAcId>
              <d4p1:JournalBankName>sample string 3</d4p1:JournalBankName>
              <d4p1:JournalBillNo>sample string 6</d4p1:JournalBillNo>
              <d4p1:JournalBillType>Purchase</d4p1:JournalBillType>
              <d4p1:JournalDate>2025-04-04T20:52:21.3585159+08:00</d4p1:JournalDate>
              <d4p1:JournalOfdAmount>7</d4p1:JournalOfdAmount>
              <d4p1:JournalRpTypeName>sample string 4</d4p1:JournalRpTypeName>
              <d4p1:RelationBillEntryId>2</d4p1:RelationBillEntryId>
              <d4p1:RelationBillId>1</d4p1:RelationBillId>
              <d4p1:RelationBillType>Purchase</d4p1:RelationBillType>
            </d4p1:TrackJournal>
          </d4p1:JournalList>
          <d4p1:JournalRpTypeName>sample string 15</d4p1:JournalRpTypeName>
          <d4p1:NewNo>sample string 4</d4p1:NewNo>
          <d4p1:No>sample string 3</d4p1:No>
          <d4p1:NoInvoiceAmount>28</d4p1:NoInvoiceAmount>
          <d4p1:OfdAmount>29</d4p1:OfdAmount>
          <d4p1:OffsetBillDate>sample string 24</d4p1:OffsetBillDate>
          <d4p1:OffsetBillId>23</d4p1:OffsetBillId>
          <d4p1:OffsetBillList>
            <d4p1:TrackOffsetBill>
              <d4p1:OffsetBillDate>2025-04-04T20:52:21.3585159+08:00</d4p1:OffsetBillDate>
              <d4p1:OffsetBillId>5</d4p1:OffsetBillId>
              <d4p1:OffsetBillNo>sample string 4</d4p1:OffsetBillNo>
              <d4p1:OffsetBillType>Purchase</d4p1:OffsetBillType>
              <d4p1:OffsetOfdAmount>6</d4p1:OffsetOfdAmount>
              <d4p1:RelationBillEntryId>2</d4p1:RelationBillEntryId>
              <d4p1:RelationBillId>1</d4p1:RelationBillId>
              <d4p1:RelationBillType>Purchase</d4p1:RelationBillType>
            </d4p1:TrackOffsetBill>
            <d4p1:TrackOffsetBill>
              <d4p1:OffsetBillDate>2025-04-04T20:52:21.3585159+08:00</d4p1:OffsetBillDate>
              <d4p1:OffsetBillId>5</d4p1:OffsetBillId>
              <d4p1:OffsetBillNo>sample string 4</d4p1:OffsetBillNo>
              <d4p1:OffsetBillType>Purchase</d4p1:OffsetBillType>
              <d4p1:OffsetOfdAmount>6</d4p1:OffsetOfdAmount>
              <d4p1:RelationBillEntryId>2</d4p1:RelationBillEntryId>
              <d4p1:RelationBillId>1</d4p1:RelationBillId>
              <d4p1:RelationBillType>Purchase</d4p1:RelationBillType>
            </d4p1:TrackOffsetBill>
          </d4p1:OffsetBillList>
          <d4p1:OffsetBillNo>sample string 21</d4p1:OffsetBillNo>
          <d4p1:OffsetBillType>Purchase</d4p1:OffsetBillType>
          <d4p1:OffsetBillTypeStr>sample string 22</d4p1:OffsetBillTypeStr>
          <d4p1:OfuAmount>30</d4p1:OfuAmount>
          <d4p1:RelationBillDate>2025-04-04T20:52:21.357515+08:00</d4p1:RelationBillDate>
          <d4p1:RelationBillEntryId>7</d4p1:RelationBillEntryId>
          <d4p1:RelationBillId>6</d4p1:RelationBillId>
          <d4p1:RelationBillNo>sample string 10</d4p1:RelationBillNo>
          <d4p1:RelationBillType>Purchase</d4p1:RelationBillType>
          <d4p1:RelationBillTypeStr>sample string 8</d4p1:RelationBillTypeStr>
          <d4p1:SourceEntityId>2</d4p1:SourceEntityId>
          <d4p1:SourceId>1</d4p1:SourceId>
          <d4p1:WhId>5</d4p1:WhId>
        </d4p1:TrackAllFlow>
      </d2p1:Items>
      <d2p1:NoInvoiceAmount>48</d2p1:NoInvoiceAmount>
      <d2p1:Note>sample string 45</d2p1:Note>
      <d2p1:OfdAmount>49</d2p1:OfdAmount>
      <d2p1:OfuAmount>50</d2p1:OfuAmount>
      <d2p1:Price>30</d2p1:Price>
      <d2p1:PriceDis>32</d2p1:PriceDis>
      <d2p1:PriceTax>31</d2p1:PriceTax>
      <d2p1:ProdID>6</d2p1:ProdID>
      <d2p1:ProdImage>sample string 8</d2p1:ProdImage>
      <d2p1:ProdName>sample string 7</d2p1:ProdName>
      <d2p1:ProdNo>sample string 3</d2p1:ProdNo>
      <d2p1:ProdType>sample string 5</d2p1:ProdType>
      <d2p1:QTY>28</d2p1:QTY>
      <d2p1:ReceiptStatus>25</d2p1:ReceiptStatus>
      <d2p1:ReceiptStatusStr>sample string 24</d2p1:ReceiptStatusStr>
      <d2p1:RestAmount>42</d2p1:RestAmount>
      <d2p1:RestQty>40</d2p1:RestQty>
      <d2p1:SalesName>sample string 21</d2p1:SalesName>
      <d2p1:Spec>sample string 9</d2p1:Spec>
      <d2p1:StrValue1>sample string 53</d2p1:StrValue1>
      <d2p1:StrValue2>sample string 54</d2p1:StrValue2>
      <d2p1:StrValue3>sample string 55</d2p1:StrValue3>
      <d2p1:StrValue4>sample string 56</d2p1:StrValue4>
      <d2p1:StrValue5>sample string 57</d2p1:StrValue5>
      <d2p1:StrValue6>sample string 58</d2p1:StrValue6>
      <d2p1:StrValue7>sample string 59</d2p1:StrValue7>
      <d2p1:StrValue8>sample string 60</d2p1:StrValue8>
      <d2p1:UnitID>11</d2p1:UnitID>
      <d2p1:UnitName>sample string 12</d2p1:UnitName>
      <d2p1:WhName>sample string 4</d2p1:WhName>
      <d2p1:WholeLooseQty>sample string 29</d2p1:WholeLooseQty>
    </d2p1:SoTrackModel>
  </DataList>
  <PageIndex>1</PageIndex>
  <PageSize>2</PageSize>
  <Total>3</Total>
  <TotalRow xmlns:d2p1="http://schemas.datacontract.org/2004/07/LemonScm.Model.Sell.WebApi">
    <ExAmount xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.ReportModels">0</ExAmount>
    <ExQTY xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.ReportModels">0</ExQTY>
    <InvoiceAmount xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.ReportModels">0</InvoiceAmount>
    <InvoiceDate xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.ReportModels">sample string 76</InvoiceDate>
    <InvoiceList xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.ReportModels">
      <TrackInvoice>
        <InvoiceDate>2025-04-04T20:52:21.357515+08:00</InvoiceDate>
        <InvoiceNo>sample string 4</InvoiceNo>
        <InvoiceOfAmount>5</InvoiceOfAmount>
        <InvoiceType>sample string 3</InvoiceType>
        <RelationBillId>1</RelationBillId>
        <RelationBillType>Purchase</RelationBillType>
      </TrackInvoice>
      <TrackInvoice>
        <InvoiceDate>2025-04-04T20:52:21.357515+08:00</InvoiceDate>
        <InvoiceNo>sample string 4</InvoiceNo>
        <InvoiceOfAmount>5</InvoiceOfAmount>
        <InvoiceType>sample string 3</InvoiceType>
        <RelationBillId>1</RelationBillId>
        <RelationBillType>Purchase</RelationBillType>
      </TrackInvoice>
    </InvoiceList>
    <InvoiceNo xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.ReportModels">sample string 77</InvoiceNo>
    <InvoiceType xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.ReportModels">sample string 75</InvoiceType>
    <JournalAcId xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.ReportModels">82</JournalAcId>
    <JournalAcType xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.ReportModels">83</JournalAcType>
    <JournalBankName xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.ReportModels">sample string 78</JournalBankName>
    <JournalBillNo xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.ReportModels">sample string 81</JournalBillNo>
    <JournalBillType xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.ReportModels">Purchase</JournalBillType>
    <JournalBillTypeStr xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.ReportModels">sample string 84</JournalBillTypeStr>
    <JournalDate xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.ReportModels">sample string 80</JournalDate>
    <JournalList xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.ReportModels">
      <TrackJournal>
        <JournalAcId>8</JournalAcId>
        <JournalBankName>sample string 3</JournalBankName>
        <JournalBillNo>sample string 6</JournalBillNo>
        <JournalBillType>Purchase</JournalBillType>
        <JournalDate>2025-04-04T20:52:21.3585159+08:00</JournalDate>
        <JournalOfdAmount>7</JournalOfdAmount>
        <JournalRpTypeName>sample string 4</JournalRpTypeName>
        <RelationBillEntryId>2</RelationBillEntryId>
        <RelationBillId>1</RelationBillId>
        <RelationBillType>Purchase</RelationBillType>
      </TrackJournal>
      <TrackJournal>
        <JournalAcId>8</JournalAcId>
        <JournalBankName>sample string 3</JournalBankName>
        <JournalBillNo>sample string 6</JournalBillNo>
        <JournalBillType>Purchase</JournalBillType>
        <JournalDate>2025-04-04T20:52:21.3585159+08:00</JournalDate>
        <JournalOfdAmount>7</JournalOfdAmount>
        <JournalRpTypeName>sample string 4</JournalRpTypeName>
        <RelationBillEntryId>2</RelationBillEntryId>
        <RelationBillId>1</RelationBillId>
        <RelationBillType>Purchase</RelationBillType>
      </TrackJournal>
    </JournalList>
    <JournalRpTypeName xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.ReportModels">sample string 79</JournalRpTypeName>
    <NewNo xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.ReportModels">sample string 68</NewNo>
    <No xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.ReportModels">sample string 67</No>
    <NoInvoiceAmount xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.ReportModels">0</NoInvoiceAmount>
    <OfdAmount xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.ReportModels">0</OfdAmount>
    <OffsetBillDate xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.ReportModels">sample string 88</OffsetBillDate>
    <OffsetBillId xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.ReportModels">87</OffsetBillId>
    <OffsetBillList xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.ReportModels">
      <TrackOffsetBill>
        <OffsetBillDate>2025-04-04T20:52:21.3585159+08:00</OffsetBillDate>
        <OffsetBillId>5</OffsetBillId>
        <OffsetBillNo>sample string 4</OffsetBillNo>
        <OffsetBillType>Purchase</OffsetBillType>
        <OffsetOfdAmount>6</OffsetOfdAmount>
        <RelationBillEntryId>2</RelationBillEntryId>
        <RelationBillId>1</RelationBillId>
        <RelationBillType>Purchase</RelationBillType>
      </TrackOffsetBill>
      <TrackOffsetBill>
        <OffsetBillDate>2025-04-04T20:52:21.3585159+08:00</OffsetBillDate>
        <OffsetBillId>5</OffsetBillId>
        <OffsetBillNo>sample string 4</OffsetBillNo>
        <OffsetBillType>Purchase</OffsetBillType>
        <OffsetOfdAmount>6</OffsetOfdAmount>
        <RelationBillEntryId>2</RelationBillEntryId>
        <RelationBillId>1</RelationBillId>
        <RelationBillType>Purchase</RelationBillType>
      </TrackOffsetBill>
    </OffsetBillList>
    <OffsetBillNo xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.ReportModels">sample string 85</OffsetBillNo>
    <OffsetBillType xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.ReportModels">Purchase</OffsetBillType>
    <OffsetBillTypeStr xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.ReportModels">sample string 86</OffsetBillTypeStr>
    <OfuAmount xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.ReportModels">0</OfuAmount>
    <RelationBillDate xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.ReportModels">2025-04-04T20:52:21.3585159+08:00</RelationBillDate>
    <RelationBillEntryId xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.ReportModels">71</RelationBillEntryId>
    <RelationBillId xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.ReportModels">70</RelationBillId>
    <RelationBillNo xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.ReportModels">sample string 74</RelationBillNo>
    <RelationBillType xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.ReportModels">Purchase</RelationBillType>
    <RelationBillTypeStr xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.ReportModels">sample string 72</RelationBillTypeStr>
    <SourceEntityId xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.ReportModels">66</SourceEntityId>
    <SourceId xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.ReportModels">65</SourceId>
    <WhId xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.ReportModels">69</WhId>
    <d2p1:AccountingItemId>61</d2p1:AccountingItemId>
    <d2p1:AccountingItemName>sample string 62</d2p1:AccountingItemName>
    <d2p1:Amount>33</d2p1:Amount>
    <d2p1:AmountAfterDisc>37</d2p1:AmountAfterDisc>
    <d2p1:AmountTax>34</d2p1:AmountTax>
    <d2p1:ApName>sample string 10</d2p1:ApName>
    <d2p1:BType>Purchase</d2p1:BType>
    <d2p1:BillNote>sample string 46</d2p1:BillNote>
    <d2p1:CreatedBy>51</d2p1:CreatedBy>
    <d2p1:CreatedByName>sample string 52</d2p1:CreatedByName>
    <d2p1:CustId>18</d2p1:CustId>
    <d2p1:CustName>sample string 16</d2p1:CustName>
    <d2p1:CustNo>sample string 17</d2p1:CustNo>
    <d2p1:CustTypeID>19</d2p1:CustTypeID>
    <d2p1:CustTypeName>sample string 20</d2p1:CustTypeName>
    <d2p1:Date>sample string 15</d2p1:Date>
    <d2p1:DeliveryDate>sample string 43</d2p1:DeliveryDate>
    <d2p1:DepartmentId>63</d2p1:DepartmentId>
    <d2p1:DepartmentName>sample string 64</d2p1:DepartmentName>
    <d2p1:DiscAllocation>38</d2p1:DiscAllocation>
    <d2p1:DiscAmount>36</d2p1:DiscAmount>
    <d2p1:DiscRate>35</d2p1:DiscRate>
    <d2p1:DoDate>sample string 44</d2p1:DoDate>
    <d2p1:DoStatus>23</d2p1:DoStatus>
    <d2p1:DoStatusStr>sample string 22</d2p1:DoStatusStr>
    <d2p1:EntryId>14</d2p1:EntryId>
    <d2p1:ExAmount>41</d2p1:ExAmount>
    <d2p1:ExQTY>39</d2p1:ExQTY>
    <d2p1:Id>13</d2p1:Id>
    <d2p1:InvoiceAmount>47</d2p1:InvoiceAmount>
    <d2p1:InvoiceStatus>27</d2p1:InvoiceStatus>
    <d2p1:InvoiceStatusStr>sample string 26</d2p1:InvoiceStatusStr>
    <d2p1:IsCountRow>true</d2p1:IsCountRow>
    <d2p1:IsSummary>true</d2p1:IsSummary>
    <d2p1:Items xmlns:d3p1="http://schemas.datacontract.org/2004/07/LemonScm.Model.ReportModels">
      <d3p1:TrackAllFlow>
        <d3p1:ExAmount>25</d3p1:ExAmount>
        <d3p1:ExQTY>26</d3p1:ExQTY>
        <d3p1:InvoiceAmount>27</d3p1:InvoiceAmount>
        <d3p1:InvoiceDate>sample string 12</d3p1:InvoiceDate>
        <d3p1:InvoiceList>
          <d3p1:TrackInvoice>
            <d3p1:InvoiceDate>2025-04-04T20:52:21.357515+08:00</d3p1:InvoiceDate>
            <d3p1:InvoiceNo>sample string 4</d3p1:InvoiceNo>
            <d3p1:InvoiceOfAmount>5</d3p1:InvoiceOfAmount>
            <d3p1:InvoiceType>sample string 3</d3p1:InvoiceType>
            <d3p1:RelationBillId>1</d3p1:RelationBillId>
            <d3p1:RelationBillType>Purchase</d3p1:RelationBillType>
          </d3p1:TrackInvoice>
          <d3p1:TrackInvoice>
            <d3p1:InvoiceDate>2025-04-04T20:52:21.357515+08:00</d3p1:InvoiceDate>
            <d3p1:InvoiceNo>sample string 4</d3p1:InvoiceNo>
            <d3p1:InvoiceOfAmount>5</d3p1:InvoiceOfAmount>
            <d3p1:InvoiceType>sample string 3</d3p1:InvoiceType>
            <d3p1:RelationBillId>1</d3p1:RelationBillId>
            <d3p1:RelationBillType>Purchase</d3p1:RelationBillType>
          </d3p1:TrackInvoice>
        </d3p1:InvoiceList>
        <d3p1:InvoiceNo>sample string 13</d3p1:InvoiceNo>
        <d3p1:InvoiceType>sample string 11</d3p1:InvoiceType>
        <d3p1:JournalAcId>18</d3p1:JournalAcId>
        <d3p1:JournalAcType>19</d3p1:JournalAcType>
        <d3p1:JournalBankName>sample string 14</d3p1:JournalBankName>
        <d3p1:JournalBillNo>sample string 17</d3p1:JournalBillNo>
        <d3p1:JournalBillType>Purchase</d3p1:JournalBillType>
        <d3p1:JournalBillTypeStr>sample string 20</d3p1:JournalBillTypeStr>
        <d3p1:JournalDate>sample string 16</d3p1:JournalDate>
        <d3p1:JournalList>
          <d3p1:TrackJournal>
            <d3p1:JournalAcId>8</d3p1:JournalAcId>
            <d3p1:JournalBankName>sample string 3</d3p1:JournalBankName>
            <d3p1:JournalBillNo>sample string 6</d3p1:JournalBillNo>
            <d3p1:JournalBillType>Purchase</d3p1:JournalBillType>
            <d3p1:JournalDate>2025-04-04T20:52:21.3585159+08:00</d3p1:JournalDate>
            <d3p1:JournalOfdAmount>7</d3p1:JournalOfdAmount>
            <d3p1:JournalRpTypeName>sample string 4</d3p1:JournalRpTypeName>
            <d3p1:RelationBillEntryId>2</d3p1:RelationBillEntryId>
            <d3p1:RelationBillId>1</d3p1:RelationBillId>
            <d3p1:RelationBillType>Purchase</d3p1:RelationBillType>
          </d3p1:TrackJournal>
          <d3p1:TrackJournal>
            <d3p1:JournalAcId>8</d3p1:JournalAcId>
            <d3p1:JournalBankName>sample string 3</d3p1:JournalBankName>
            <d3p1:JournalBillNo>sample string 6</d3p1:JournalBillNo>
            <d3p1:JournalBillType>Purchase</d3p1:JournalBillType>
            <d3p1:JournalDate>2025-04-04T20:52:21.3585159+08:00</d3p1:JournalDate>
            <d3p1:JournalOfdAmount>7</d3p1:JournalOfdAmount>
            <d3p1:JournalRpTypeName>sample string 4</d3p1:JournalRpTypeName>
            <d3p1:RelationBillEntryId>2</d3p1:RelationBillEntryId>
            <d3p1:RelationBillId>1</d3p1:RelationBillId>
            <d3p1:RelationBillType>Purchase</d3p1:RelationBillType>
          </d3p1:TrackJournal>
        </d3p1:JournalList>
        <d3p1:JournalRpTypeName>sample string 15</d3p1:JournalRpTypeName>
        <d3p1:NewNo>sample string 4</d3p1:NewNo>
        <d3p1:No>sample string 3</d3p1:No>
        <d3p1:NoInvoiceAmount>28</d3p1:NoInvoiceAmount>
        <d3p1:OfdAmount>29</d3p1:OfdAmount>
        <d3p1:OffsetBillDate>sample string 24</d3p1:OffsetBillDate>
        <d3p1:OffsetBillId>23</d3p1:OffsetBillId>
        <d3p1:OffsetBillList>
          <d3p1:TrackOffsetBill>
            <d3p1:OffsetBillDate>2025-04-04T20:52:21.3585159+08:00</d3p1:OffsetBillDate>
            <d3p1:OffsetBillId>5</d3p1:OffsetBillId>
            <d3p1:OffsetBillNo>sample string 4</d3p1:OffsetBillNo>
            <d3p1:OffsetBillType>Purchase</d3p1:OffsetBillType>
            <d3p1:OffsetOfdAmount>6</d3p1:OffsetOfdAmount>
            <d3p1:RelationBillEntryId>2</d3p1:RelationBillEntryId>
            <d3p1:RelationBillId>1</d3p1:RelationBillId>
            <d3p1:RelationBillType>Purchase</d3p1:RelationBillType>
          </d3p1:TrackOffsetBill>
          <d3p1:TrackOffsetBill>
            <d3p1:OffsetBillDate>2025-04-04T20:52:21.3585159+08:00</d3p1:OffsetBillDate>
            <d3p1:OffsetBillId>5</d3p1:OffsetBillId>
            <d3p1:OffsetBillNo>sample string 4</d3p1:OffsetBillNo>
            <d3p1:OffsetBillType>Purchase</d3p1:OffsetBillType>
            <d3p1:OffsetOfdAmount>6</d3p1:OffsetOfdAmount>
            <d3p1:RelationBillEntryId>2</d3p1:RelationBillEntryId>
            <d3p1:RelationBillId>1</d3p1:RelationBillId>
            <d3p1:RelationBillType>Purchase</d3p1:RelationBillType>
          </d3p1:TrackOffsetBill>
        </d3p1:OffsetBillList>
        <d3p1:OffsetBillNo>sample string 21</d3p1:OffsetBillNo>
        <d3p1:OffsetBillType>Purchase</d3p1:OffsetBillType>
        <d3p1:OffsetBillTypeStr>sample string 22</d3p1:OffsetBillTypeStr>
        <d3p1:OfuAmount>30</d3p1:OfuAmount>
        <d3p1:RelationBillDate>2025-04-04T20:52:21.357515+08:00</d3p1:RelationBillDate>
        <d3p1:RelationBillEntryId>7</d3p1:RelationBillEntryId>
        <d3p1:RelationBillId>6</d3p1:RelationBillId>
        <d3p1:RelationBillNo>sample string 10</d3p1:RelationBillNo>
        <d3p1:RelationBillType>Purchase</d3p1:RelationBillType>
        <d3p1:RelationBillTypeStr>sample string 8</d3p1:RelationBillTypeStr>
        <d3p1:SourceEntityId>2</d3p1:SourceEntityId>
        <d3p1:SourceId>1</d3p1:SourceId>
        <d3p1:WhId>5</d3p1:WhId>
      </d3p1:TrackAllFlow>
      <d3p1:TrackAllFlow>
        <d3p1:ExAmount>25</d3p1:ExAmount>
        <d3p1:ExQTY>26</d3p1:ExQTY>
        <d3p1:InvoiceAmount>27</d3p1:InvoiceAmount>
        <d3p1:InvoiceDate>sample string 12</d3p1:InvoiceDate>
        <d3p1:InvoiceList>
          <d3p1:TrackInvoice>
            <d3p1:InvoiceDate>2025-04-04T20:52:21.357515+08:00</d3p1:InvoiceDate>
            <d3p1:InvoiceNo>sample string 4</d3p1:InvoiceNo>
            <d3p1:InvoiceOfAmount>5</d3p1:InvoiceOfAmount>
            <d3p1:InvoiceType>sample string 3</d3p1:InvoiceType>
            <d3p1:RelationBillId>1</d3p1:RelationBillId>
            <d3p1:RelationBillType>Purchase</d3p1:RelationBillType>
          </d3p1:TrackInvoice>
          <d3p1:TrackInvoice>
            <d3p1:InvoiceDate>2025-04-04T20:52:21.357515+08:00</d3p1:InvoiceDate>
            <d3p1:InvoiceNo>sample string 4</d3p1:InvoiceNo>
            <d3p1:InvoiceOfAmount>5</d3p1:InvoiceOfAmount>
            <d3p1:InvoiceType>sample string 3</d3p1:InvoiceType>
            <d3p1:RelationBillId>1</d3p1:RelationBillId>
            <d3p1:RelationBillType>Purchase</d3p1:RelationBillType>
          </d3p1:TrackInvoice>
        </d3p1:InvoiceList>
        <d3p1:InvoiceNo>sample string 13</d3p1:InvoiceNo>
        <d3p1:InvoiceType>sample string 11</d3p1:InvoiceType>
        <d3p1:JournalAcId>18</d3p1:JournalAcId>
        <d3p1:JournalAcType>19</d3p1:JournalAcType>
        <d3p1:JournalBankName>sample string 14</d3p1:JournalBankName>
        <d3p1:JournalBillNo>sample string 17</d3p1:JournalBillNo>
        <d3p1:JournalBillType>Purchase</d3p1:JournalBillType>
        <d3p1:JournalBillTypeStr>sample string 20</d3p1:JournalBillTypeStr>
        <d3p1:JournalDate>sample string 16</d3p1:JournalDate>
        <d3p1:JournalList>
          <d3p1:TrackJournal>
            <d3p1:JournalAcId>8</d3p1:JournalAcId>
            <d3p1:JournalBankName>sample string 3</d3p1:JournalBankName>
            <d3p1:JournalBillNo>sample string 6</d3p1:JournalBillNo>
            <d3p1:JournalBillType>Purchase</d3p1:JournalBillType>
            <d3p1:JournalDate>2025-04-04T20:52:21.3585159+08:00</d3p1:JournalDate>
            <d3p1:JournalOfdAmount>7</d3p1:JournalOfdAmount>
            <d3p1:JournalRpTypeName>sample string 4</d3p1:JournalRpTypeName>
            <d3p1:RelationBillEntryId>2</d3p1:RelationBillEntryId>
            <d3p1:RelationBillId>1</d3p1:RelationBillId>
            <d3p1:RelationBillType>Purchase</d3p1:RelationBillType>
          </d3p1:TrackJournal>
          <d3p1:TrackJournal>
            <d3p1:JournalAcId>8</d3p1:JournalAcId>
            <d3p1:JournalBankName>sample string 3</d3p1:JournalBankName>
            <d3p1:JournalBillNo>sample string 6</d3p1:JournalBillNo>
            <d3p1:JournalBillType>Purchase</d3p1:JournalBillType>
            <d3p1:JournalDate>2025-04-04T20:52:21.3585159+08:00</d3p1:JournalDate>
            <d3p1:JournalOfdAmount>7</d3p1:JournalOfdAmount>
            <d3p1:JournalRpTypeName>sample string 4</d3p1:JournalRpTypeName>
            <d3p1:RelationBillEntryId>2</d3p1:RelationBillEntryId>
            <d3p1:RelationBillId>1</d3p1:RelationBillId>
            <d3p1:RelationBillType>Purchase</d3p1:RelationBillType>
          </d3p1:TrackJournal>
        </d3p1:JournalList>
        <d3p1:JournalRpTypeName>sample string 15</d3p1:JournalRpTypeName>
        <d3p1:NewNo>sample string 4</d3p1:NewNo>
        <d3p1:No>sample string 3</d3p1:No>
        <d3p1:NoInvoiceAmount>28</d3p1:NoInvoiceAmount>
        <d3p1:OfdAmount>29</d3p1:OfdAmount>
        <d3p1:OffsetBillDate>sample string 24</d3p1:OffsetBillDate>
        <d3p1:OffsetBillId>23</d3p1:OffsetBillId>
        <d3p1:OffsetBillList>
          <d3p1:TrackOffsetBill>
            <d3p1:OffsetBillDate>2025-04-04T20:52:21.3585159+08:00</d3p1:OffsetBillDate>
            <d3p1:OffsetBillId>5</d3p1:OffsetBillId>
            <d3p1:OffsetBillNo>sample string 4</d3p1:OffsetBillNo>
            <d3p1:OffsetBillType>Purchase</d3p1:OffsetBillType>
            <d3p1:OffsetOfdAmount>6</d3p1:OffsetOfdAmount>
            <d3p1:RelationBillEntryId>2</d3p1:RelationBillEntryId>
            <d3p1:RelationBillId>1</d3p1:RelationBillId>
            <d3p1:RelationBillType>Purchase</d3p1:RelationBillType>
          </d3p1:TrackOffsetBill>
          <d3p1:TrackOffsetBill>
            <d3p1:OffsetBillDate>2025-04-04T20:52:21.3585159+08:00</d3p1:OffsetBillDate>
            <d3p1:OffsetBillId>5</d3p1:OffsetBillId>
            <d3p1:OffsetBillNo>sample string 4</d3p1:OffsetBillNo>
            <d3p1:OffsetBillType>Purchase</d3p1:OffsetBillType>
            <d3p1:OffsetOfdAmount>6</d3p1:OffsetOfdAmount>
            <d3p1:RelationBillEntryId>2</d3p1:RelationBillEntryId>
            <d3p1:RelationBillId>1</d3p1:RelationBillId>
            <d3p1:RelationBillType>Purchase</d3p1:RelationBillType>
          </d3p1:TrackOffsetBill>
        </d3p1:OffsetBillList>
        <d3p1:OffsetBillNo>sample string 21</d3p1:OffsetBillNo>
        <d3p1:OffsetBillType>Purchase</d3p1:OffsetBillType>
        <d3p1:OffsetBillTypeStr>sample string 22</d3p1:OffsetBillTypeStr>
        <d3p1:OfuAmount>30</d3p1:OfuAmount>
        <d3p1:RelationBillDate>2025-04-04T20:52:21.357515+08:00</d3p1:RelationBillDate>
        <d3p1:RelationBillEntryId>7</d3p1:RelationBillEntryId>
        <d3p1:RelationBillId>6</d3p1:RelationBillId>
        <d3p1:RelationBillNo>sample string 10</d3p1:RelationBillNo>
        <d3p1:RelationBillType>Purchase</d3p1:RelationBillType>
        <d3p1:RelationBillTypeStr>sample string 8</d3p1:RelationBillTypeStr>
        <d3p1:SourceEntityId>2</d3p1:SourceEntityId>
        <d3p1:SourceId>1</d3p1:SourceId>
        <d3p1:WhId>5</d3p1:WhId>
      </d3p1:TrackAllFlow>
    </d2p1:Items>
    <d2p1:NoInvoiceAmount>48</d2p1:NoInvoiceAmount>
    <d2p1:Note>sample string 45</d2p1:Note>
    <d2p1:OfdAmount>49</d2p1:OfdAmount>
    <d2p1:OfuAmount>50</d2p1:OfuAmount>
    <d2p1:Price>30</d2p1:Price>
    <d2p1:PriceDis>32</d2p1:PriceDis>
    <d2p1:PriceTax>31</d2p1:PriceTax>
    <d2p1:ProdID>6</d2p1:ProdID>
    <d2p1:ProdImage>sample string 8</d2p1:ProdImage>
    <d2p1:ProdName>sample string 7</d2p1:ProdName>
    <d2p1:ProdNo>sample string 3</d2p1:ProdNo>
    <d2p1:ProdType>sample string 5</d2p1:ProdType>
    <d2p1:QTY>28</d2p1:QTY>
    <d2p1:ReceiptStatus>25</d2p1:ReceiptStatus>
    <d2p1:ReceiptStatusStr>sample string 24</d2p1:ReceiptStatusStr>
    <d2p1:RestAmount>42</d2p1:RestAmount>
    <d2p1:RestQty>40</d2p1:RestQty>
    <d2p1:SalesName>sample string 21</d2p1:SalesName>
    <d2p1:Spec>sample string 9</d2p1:Spec>
    <d2p1:StrValue1>sample string 53</d2p1:StrValue1>
    <d2p1:StrValue2>sample string 54</d2p1:StrValue2>
    <d2p1:StrValue3>sample string 55</d2p1:StrValue3>
    <d2p1:StrValue4>sample string 56</d2p1:StrValue4>
    <d2p1:StrValue5>sample string 57</d2p1:StrValue5>
    <d2p1:StrValue6>sample string 58</d2p1:StrValue6>
    <d2p1:StrValue7>sample string 59</d2p1:StrValue7>
    <d2p1:StrValue8>sample string 60</d2p1:StrValue8>
    <d2p1:UnitID>11</d2p1:UnitID>
    <d2p1:UnitName>sample string 12</d2p1:UnitName>
    <d2p1:WhName>sample string 4</d2p1:WhName>
    <d2p1:WholeLooseQty>sample string 29</d2p1:WholeLooseQty>
  </TotalRow>
</ReportResultOfSoTrackModelCb1nIoNm>