POST dz_api/Invoice/SearchInvoice

代账服务-搜索收票进度

Request Information

URI Parameters

None.

Body Parameters

InvoiceSearchConditions
NameDescriptionTypeAdditional information
ServiceStatus

服务状态

ServiceStatusEnums

None.

ServiceItem

代账类型

integer

None.

Cust

客户名称或者编号

string

None.

CustId

客户

integer

None.

SelectCustIds

前端页面勾选的行记录(具有最高优先级)

Collection of integer

None.

ReceiveInvoicePeriod

收票周期

integer

None.

CustAccounter

客户经理

integer

None.

InvoiceReceiver

收票会计

integer

None.

HistoryInvoiceReceiver

历史收票记录中的收票会计(非现在的收票会计)

integer

None.

IsDefault

是否为默认设置

boolean

None.

PeriodType

期间类型

integer

None.

Period

时间范围

Collection of string

None.

BeginDate

开始日期

date

None.

EndDate

结束日期

date

None.

Year

当前年份

integer

None.

From

0:在代账管理页面过滤服务,1:根据工作量分析报表的数字过滤服务,2,根据员工进度报表的数字过滤服务

integer

None.

ScheduleConditions

员工进度表过滤条件

EmployeeScheduleConditions

None.

WorkloadConditions

工作量分析表过滤条件

WorkloadConditions

None.

PageIndex

页码

integer

None.

PageSize

每页记录数

integer

None.

IsSupperAdmin

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "ServiceStatus": 1010,
  "ServiceItem": 1,
  "Cust": "sample string 2",
  "CustId": 3,
  "SelectCustIds": [
    1,
    2
  ],
  "ReceiveInvoicePeriod": 4,
  "CustAccounter": 5,
  "InvoiceReceiver": 6,
  "HistoryInvoiceReceiver": 7,
  "IsDefault": true,
  "PeriodType": 9,
  "Period": [
    "sample string 1",
    "sample string 2"
  ],
  "BeginDate": "0001-01-01T00:00:00",
  "EndDate": "0001-01-01T00:00:00",
  "Year": 10,
  "From": 11,
  "ScheduleConditions": {
    "YearMonth": "2024-03-29T18:48:02.6798715+08:00",
    "Role": 1001,
    "EmployeeId": 2,
    "InvoiceComplated": 3,
    "TaxComplated": 4,
    "AccComplated": 5,
    "ICComplated": 6,
    "IsAssignedAttendant": true
  },
  "WorkloadConditions": {
    "YearMonth": "2024-03-29T18:48:02.6798715+08:00",
    "Role": 1001,
    "EmployeeId": 2,
    "TaxAmountType": 3,
    "UserTaxType": 4
  },
  "PageIndex": 12,
  "PageSize": 13,
  "IsSupperAdmin": true
}

application/xml, text/xml

Sample:
<InvoiceSearchConditions xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonAa.Model.Aa">
  <Cust>sample string 2</Cust>
  <CustAccounter>5</CustAccounter>
  <CustId>3</CustId>
  <From>11</From>
  <HistoryInvoiceReceiver>7</HistoryInvoiceReceiver>
  <InvoiceReceiver>6</InvoiceReceiver>
  <IsDefault>true</IsDefault>
  <IsSupperAdmin>true</IsSupperAdmin>
  <PageIndex>12</PageIndex>
  <PageSize>13</PageSize>
  <Period xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>sample string 1</d2p1:string>
    <d2p1:string>sample string 2</d2p1:string>
  </Period>
  <PeriodType>9</PeriodType>
  <ReceiveInvoicePeriod>4</ReceiveInvoicePeriod>
  <ScheduleConditions xmlns:d2p1="http://schemas.datacontract.org/2004/07/LemonAa.Model.ServiceModel">
    <d2p1:AccComplated>5</d2p1:AccComplated>
    <d2p1:EmployeeId>2</d2p1:EmployeeId>
    <d2p1:ICComplated>6</d2p1:ICComplated>
    <d2p1:InvoiceComplated>3</d2p1:InvoiceComplated>
    <d2p1:IsAssignedAttendant>true</d2p1:IsAssignedAttendant>
    <d2p1:Role>CustManager</d2p1:Role>
    <d2p1:TaxComplated>4</d2p1:TaxComplated>
    <d2p1:YearMonth>2024-03-29T18:48:02.6798715+08:00</d2p1:YearMonth>
  </ScheduleConditions>
  <SelectCustIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </SelectCustIds>
  <ServiceItem>1</ServiceItem>
  <ServiceStatus>Inprogress</ServiceStatus>
  <WorkloadConditions xmlns:d2p1="http://schemas.datacontract.org/2004/07/LemonAa.Model.ServiceModel">
    <d2p1:EmployeeId>2</d2p1:EmployeeId>
    <d2p1:Role>CustManager</d2p1:Role>
    <d2p1:TaxAmountType>3</d2p1:TaxAmountType>
    <d2p1:UserTaxType>4</d2p1:UserTaxType>
    <d2p1:YearMonth>2024-03-29T18:48:02.6798715+08:00</d2p1:YearMonth>
  </WorkloadConditions>
  <Year>10</Year>
</InvoiceSearchConditions>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

代账服务-搜索收票进度

SearchedListOfAaServiceProgressInfo
NameDescriptionTypeAdditional information
Total

integer

None.

Items

Collection of AaServiceProgressInfo

None.

SumModel

AaServiceProgressInfo

None.

Response Formats

application/json, text/json

Sample:
{
  "Total": 1,
  "Items": [
    {
      "CustId": 1,
      "ServiceId": 2,
      "CustName": "sample string 3",
      "Year": 4,
      "Months": [
        1,
        2
      ],
      "InvoiceReceiver": [
        1,
        2
      ],
      "GetInvoiceCycle": 5,
      "FollowupTime": "sample string 6",
      "Items": [
        {
          "Items": [
            {
              "RiId": 1,
              "ItemName": "sample string 2",
              "ItemType": 3,
              "Count": 4,
              "Amount": 5.0,
              "TaxAmount": 6.0
            },
            {
              "RiId": 1,
              "ItemName": "sample string 2",
              "ItemType": 3,
              "Count": 4,
              "Amount": 5.0,
              "TaxAmount": 6.0
            }
          ],
          "Month": 1,
          "CustId": 2,
          "RiId": 3,
          "Period": "sample string 4",
          "RiDateTime": "sample string 5",
          "Note": "sample string 6",
          "Count": 7,
          "Amount": 8.0,
          "TaxAcmount": 9.0,
          "ReceiveInvoicer": 10,
          "CreatedDate": "2024-03-29T18:48:02.6955692+08:00"
        },
        {
          "Items": [
            {
              "RiId": 1,
              "ItemName": "sample string 2",
              "ItemType": 3,
              "Count": 4,
              "Amount": 5.0,
              "TaxAmount": 6.0
            },
            {
              "RiId": 1,
              "ItemName": "sample string 2",
              "ItemType": 3,
              "Count": 4,
              "Amount": 5.0,
              "TaxAmount": 6.0
            }
          ],
          "Month": 1,
          "CustId": 2,
          "RiId": 3,
          "Period": "sample string 4",
          "RiDateTime": "sample string 5",
          "Note": "sample string 6",
          "Count": 7,
          "Amount": 8.0,
          "TaxAcmount": 9.0,
          "ReceiveInvoicer": 10,
          "CreatedDate": "2024-03-29T18:48:02.6955692+08:00"
        }
      ]
    },
    {
      "CustId": 1,
      "ServiceId": 2,
      "CustName": "sample string 3",
      "Year": 4,
      "Months": [
        1,
        2
      ],
      "InvoiceReceiver": [
        1,
        2
      ],
      "GetInvoiceCycle": 5,
      "FollowupTime": "sample string 6",
      "Items": [
        {
          "Items": [
            {
              "RiId": 1,
              "ItemName": "sample string 2",
              "ItemType": 3,
              "Count": 4,
              "Amount": 5.0,
              "TaxAmount": 6.0
            },
            {
              "RiId": 1,
              "ItemName": "sample string 2",
              "ItemType": 3,
              "Count": 4,
              "Amount": 5.0,
              "TaxAmount": 6.0
            }
          ],
          "Month": 1,
          "CustId": 2,
          "RiId": 3,
          "Period": "sample string 4",
          "RiDateTime": "sample string 5",
          "Note": "sample string 6",
          "Count": 7,
          "Amount": 8.0,
          "TaxAcmount": 9.0,
          "ReceiveInvoicer": 10,
          "CreatedDate": "2024-03-29T18:48:02.6955692+08:00"
        },
        {
          "Items": [
            {
              "RiId": 1,
              "ItemName": "sample string 2",
              "ItemType": 3,
              "Count": 4,
              "Amount": 5.0,
              "TaxAmount": 6.0
            },
            {
              "RiId": 1,
              "ItemName": "sample string 2",
              "ItemType": 3,
              "Count": 4,
              "Amount": 5.0,
              "TaxAmount": 6.0
            }
          ],
          "Month": 1,
          "CustId": 2,
          "RiId": 3,
          "Period": "sample string 4",
          "RiDateTime": "sample string 5",
          "Note": "sample string 6",
          "Count": 7,
          "Amount": 8.0,
          "TaxAcmount": 9.0,
          "ReceiveInvoicer": 10,
          "CreatedDate": "2024-03-29T18:48:02.6955692+08:00"
        }
      ]
    }
  ],
  "SumModel": {
    "CustId": 1,
    "ServiceId": 2,
    "CustName": "sample string 3",
    "Year": 4,
    "Months": [
      1,
      2
    ],
    "InvoiceReceiver": [
      1,
      2
    ],
    "GetInvoiceCycle": 5,
    "FollowupTime": "sample string 6",
    "Items": [
      {
        "Items": [
          {
            "RiId": 1,
            "ItemName": "sample string 2",
            "ItemType": 3,
            "Count": 4,
            "Amount": 5.0,
            "TaxAmount": 6.0
          },
          {
            "RiId": 1,
            "ItemName": "sample string 2",
            "ItemType": 3,
            "Count": 4,
            "Amount": 5.0,
            "TaxAmount": 6.0
          }
        ],
        "Month": 1,
        "CustId": 2,
        "RiId": 3,
        "Period": "sample string 4",
        "RiDateTime": "sample string 5",
        "Note": "sample string 6",
        "Count": 7,
        "Amount": 8.0,
        "TaxAcmount": 9.0,
        "ReceiveInvoicer": 10,
        "CreatedDate": "2024-03-29T18:48:02.6955692+08:00"
      },
      {
        "Items": [
          {
            "RiId": 1,
            "ItemName": "sample string 2",
            "ItemType": 3,
            "Count": 4,
            "Amount": 5.0,
            "TaxAmount": 6.0
          },
          {
            "RiId": 1,
            "ItemName": "sample string 2",
            "ItemType": 3,
            "Count": 4,
            "Amount": 5.0,
            "TaxAmount": 6.0
          }
        ],
        "Month": 1,
        "CustId": 2,
        "RiId": 3,
        "Period": "sample string 4",
        "RiDateTime": "sample string 5",
        "Note": "sample string 6",
        "Count": 7,
        "Amount": 8.0,
        "TaxAcmount": 9.0,
        "ReceiveInvoicer": 10,
        "CreatedDate": "2024-03-29T18:48:02.6955692+08:00"
      }
    ]
  }
}

application/xml, text/xml

Sample:
<SearchedListOfAaServiceProgressInfomBaws_PwG xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonAa.Model">
  <Items xmlns:d2p1="http://schemas.datacontract.org/2004/07/LemonAa.Model.Aa">
    <d2p1:AaServiceProgressInfo>
      <d2p1:CustId>1</d2p1:CustId>
      <d2p1:CustName>sample string 3</d2p1:CustName>
      <d2p1:FollowupTime>sample string 6</d2p1:FollowupTime>
      <d2p1:GetInvoiceCycle>5</d2p1:GetInvoiceCycle>
      <d2p1:InvoiceReceiver xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:int>1</d4p1:int>
        <d4p1:int>2</d4p1:int>
      </d2p1:InvoiceReceiver>
      <d2p1:Items>
        <d2p1:ReceiveInvoiceTipInfo>
          <d2p1:Amount>8</d2p1:Amount>
          <d2p1:Count>7</d2p1:Count>
          <d2p1:CreatedDate>2024-03-29T18:48:02.6955692+08:00</d2p1:CreatedDate>
          <d2p1:CustId>2</d2p1:CustId>
          <d2p1:Items>
            <d2p1:ReceiveInvoiceItemInfo>
              <d2p1:Amount>5</d2p1:Amount>
              <d2p1:Count>4</d2p1:Count>
              <d2p1:ItemName>sample string 2</d2p1:ItemName>
              <d2p1:ItemType>3</d2p1:ItemType>
              <d2p1:RiId>1</d2p1:RiId>
              <d2p1:TaxAmount>6</d2p1:TaxAmount>
            </d2p1:ReceiveInvoiceItemInfo>
            <d2p1:ReceiveInvoiceItemInfo>
              <d2p1:Amount>5</d2p1:Amount>
              <d2p1:Count>4</d2p1:Count>
              <d2p1:ItemName>sample string 2</d2p1:ItemName>
              <d2p1:ItemType>3</d2p1:ItemType>
              <d2p1:RiId>1</d2p1:RiId>
              <d2p1:TaxAmount>6</d2p1:TaxAmount>
            </d2p1:ReceiveInvoiceItemInfo>
          </d2p1:Items>
          <d2p1:Month>1</d2p1:Month>
          <d2p1:Note>sample string 6</d2p1:Note>
          <d2p1:Period>sample string 4</d2p1:Period>
          <d2p1:ReceiveInvoicer>10</d2p1:ReceiveInvoicer>
          <d2p1:RiDateTime>sample string 5</d2p1:RiDateTime>
          <d2p1:RiId>3</d2p1:RiId>
          <d2p1:TaxAcmount>9</d2p1:TaxAcmount>
        </d2p1:ReceiveInvoiceTipInfo>
        <d2p1:ReceiveInvoiceTipInfo>
          <d2p1:Amount>8</d2p1:Amount>
          <d2p1:Count>7</d2p1:Count>
          <d2p1:CreatedDate>2024-03-29T18:48:02.6955692+08:00</d2p1:CreatedDate>
          <d2p1:CustId>2</d2p1:CustId>
          <d2p1:Items>
            <d2p1:ReceiveInvoiceItemInfo>
              <d2p1:Amount>5</d2p1:Amount>
              <d2p1:Count>4</d2p1:Count>
              <d2p1:ItemName>sample string 2</d2p1:ItemName>
              <d2p1:ItemType>3</d2p1:ItemType>
              <d2p1:RiId>1</d2p1:RiId>
              <d2p1:TaxAmount>6</d2p1:TaxAmount>
            </d2p1:ReceiveInvoiceItemInfo>
            <d2p1:ReceiveInvoiceItemInfo>
              <d2p1:Amount>5</d2p1:Amount>
              <d2p1:Count>4</d2p1:Count>
              <d2p1:ItemName>sample string 2</d2p1:ItemName>
              <d2p1:ItemType>3</d2p1:ItemType>
              <d2p1:RiId>1</d2p1:RiId>
              <d2p1:TaxAmount>6</d2p1:TaxAmount>
            </d2p1:ReceiveInvoiceItemInfo>
          </d2p1:Items>
          <d2p1:Month>1</d2p1:Month>
          <d2p1:Note>sample string 6</d2p1:Note>
          <d2p1:Period>sample string 4</d2p1:Period>
          <d2p1:ReceiveInvoicer>10</d2p1:ReceiveInvoicer>
          <d2p1:RiDateTime>sample string 5</d2p1:RiDateTime>
          <d2p1:RiId>3</d2p1:RiId>
          <d2p1:TaxAcmount>9</d2p1:TaxAcmount>
        </d2p1:ReceiveInvoiceTipInfo>
      </d2p1:Items>
      <d2p1:Months xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:int>1</d4p1:int>
        <d4p1:int>2</d4p1:int>
      </d2p1:Months>
      <d2p1:ServiceId>2</d2p1:ServiceId>
      <d2p1:Year>4</d2p1:Year>
    </d2p1:AaServiceProgressInfo>
    <d2p1:AaServiceProgressInfo>
      <d2p1:CustId>1</d2p1:CustId>
      <d2p1:CustName>sample string 3</d2p1:CustName>
      <d2p1:FollowupTime>sample string 6</d2p1:FollowupTime>
      <d2p1:GetInvoiceCycle>5</d2p1:GetInvoiceCycle>
      <d2p1:InvoiceReceiver xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:int>1</d4p1:int>
        <d4p1:int>2</d4p1:int>
      </d2p1:InvoiceReceiver>
      <d2p1:Items>
        <d2p1:ReceiveInvoiceTipInfo>
          <d2p1:Amount>8</d2p1:Amount>
          <d2p1:Count>7</d2p1:Count>
          <d2p1:CreatedDate>2024-03-29T18:48:02.6955692+08:00</d2p1:CreatedDate>
          <d2p1:CustId>2</d2p1:CustId>
          <d2p1:Items>
            <d2p1:ReceiveInvoiceItemInfo>
              <d2p1:Amount>5</d2p1:Amount>
              <d2p1:Count>4</d2p1:Count>
              <d2p1:ItemName>sample string 2</d2p1:ItemName>
              <d2p1:ItemType>3</d2p1:ItemType>
              <d2p1:RiId>1</d2p1:RiId>
              <d2p1:TaxAmount>6</d2p1:TaxAmount>
            </d2p1:ReceiveInvoiceItemInfo>
            <d2p1:ReceiveInvoiceItemInfo>
              <d2p1:Amount>5</d2p1:Amount>
              <d2p1:Count>4</d2p1:Count>
              <d2p1:ItemName>sample string 2</d2p1:ItemName>
              <d2p1:ItemType>3</d2p1:ItemType>
              <d2p1:RiId>1</d2p1:RiId>
              <d2p1:TaxAmount>6</d2p1:TaxAmount>
            </d2p1:ReceiveInvoiceItemInfo>
          </d2p1:Items>
          <d2p1:Month>1</d2p1:Month>
          <d2p1:Note>sample string 6</d2p1:Note>
          <d2p1:Period>sample string 4</d2p1:Period>
          <d2p1:ReceiveInvoicer>10</d2p1:ReceiveInvoicer>
          <d2p1:RiDateTime>sample string 5</d2p1:RiDateTime>
          <d2p1:RiId>3</d2p1:RiId>
          <d2p1:TaxAcmount>9</d2p1:TaxAcmount>
        </d2p1:ReceiveInvoiceTipInfo>
        <d2p1:ReceiveInvoiceTipInfo>
          <d2p1:Amount>8</d2p1:Amount>
          <d2p1:Count>7</d2p1:Count>
          <d2p1:CreatedDate>2024-03-29T18:48:02.6955692+08:00</d2p1:CreatedDate>
          <d2p1:CustId>2</d2p1:CustId>
          <d2p1:Items>
            <d2p1:ReceiveInvoiceItemInfo>
              <d2p1:Amount>5</d2p1:Amount>
              <d2p1:Count>4</d2p1:Count>
              <d2p1:ItemName>sample string 2</d2p1:ItemName>
              <d2p1:ItemType>3</d2p1:ItemType>
              <d2p1:RiId>1</d2p1:RiId>
              <d2p1:TaxAmount>6</d2p1:TaxAmount>
            </d2p1:ReceiveInvoiceItemInfo>
            <d2p1:ReceiveInvoiceItemInfo>
              <d2p1:Amount>5</d2p1:Amount>
              <d2p1:Count>4</d2p1:Count>
              <d2p1:ItemName>sample string 2</d2p1:ItemName>
              <d2p1:ItemType>3</d2p1:ItemType>
              <d2p1:RiId>1</d2p1:RiId>
              <d2p1:TaxAmount>6</d2p1:TaxAmount>
            </d2p1:ReceiveInvoiceItemInfo>
          </d2p1:Items>
          <d2p1:Month>1</d2p1:Month>
          <d2p1:Note>sample string 6</d2p1:Note>
          <d2p1:Period>sample string 4</d2p1:Period>
          <d2p1:ReceiveInvoicer>10</d2p1:ReceiveInvoicer>
          <d2p1:RiDateTime>sample string 5</d2p1:RiDateTime>
          <d2p1:RiId>3</d2p1:RiId>
          <d2p1:TaxAcmount>9</d2p1:TaxAcmount>
        </d2p1:ReceiveInvoiceTipInfo>
      </d2p1:Items>
      <d2p1:Months xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:int>1</d4p1:int>
        <d4p1:int>2</d4p1:int>
      </d2p1:Months>
      <d2p1:ServiceId>2</d2p1:ServiceId>
      <d2p1:Year>4</d2p1:Year>
    </d2p1:AaServiceProgressInfo>
  </Items>
  <SumModel xmlns:d2p1="http://schemas.datacontract.org/2004/07/LemonAa.Model.Aa">
    <d2p1:CustId>1</d2p1:CustId>
    <d2p1:CustName>sample string 3</d2p1:CustName>
    <d2p1:FollowupTime>sample string 6</d2p1:FollowupTime>
    <d2p1:GetInvoiceCycle>5</d2p1:GetInvoiceCycle>
    <d2p1:InvoiceReceiver xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:int>1</d3p1:int>
      <d3p1:int>2</d3p1:int>
    </d2p1:InvoiceReceiver>
    <d2p1:Items>
      <d2p1:ReceiveInvoiceTipInfo>
        <d2p1:Amount>8</d2p1:Amount>
        <d2p1:Count>7</d2p1:Count>
        <d2p1:CreatedDate>2024-03-29T18:48:02.6955692+08:00</d2p1:CreatedDate>
        <d2p1:CustId>2</d2p1:CustId>
        <d2p1:Items>
          <d2p1:ReceiveInvoiceItemInfo>
            <d2p1:Amount>5</d2p1:Amount>
            <d2p1:Count>4</d2p1:Count>
            <d2p1:ItemName>sample string 2</d2p1:ItemName>
            <d2p1:ItemType>3</d2p1:ItemType>
            <d2p1:RiId>1</d2p1:RiId>
            <d2p1:TaxAmount>6</d2p1:TaxAmount>
          </d2p1:ReceiveInvoiceItemInfo>
          <d2p1:ReceiveInvoiceItemInfo>
            <d2p1:Amount>5</d2p1:Amount>
            <d2p1:Count>4</d2p1:Count>
            <d2p1:ItemName>sample string 2</d2p1:ItemName>
            <d2p1:ItemType>3</d2p1:ItemType>
            <d2p1:RiId>1</d2p1:RiId>
            <d2p1:TaxAmount>6</d2p1:TaxAmount>
          </d2p1:ReceiveInvoiceItemInfo>
        </d2p1:Items>
        <d2p1:Month>1</d2p1:Month>
        <d2p1:Note>sample string 6</d2p1:Note>
        <d2p1:Period>sample string 4</d2p1:Period>
        <d2p1:ReceiveInvoicer>10</d2p1:ReceiveInvoicer>
        <d2p1:RiDateTime>sample string 5</d2p1:RiDateTime>
        <d2p1:RiId>3</d2p1:RiId>
        <d2p1:TaxAcmount>9</d2p1:TaxAcmount>
      </d2p1:ReceiveInvoiceTipInfo>
      <d2p1:ReceiveInvoiceTipInfo>
        <d2p1:Amount>8</d2p1:Amount>
        <d2p1:Count>7</d2p1:Count>
        <d2p1:CreatedDate>2024-03-29T18:48:02.6955692+08:00</d2p1:CreatedDate>
        <d2p1:CustId>2</d2p1:CustId>
        <d2p1:Items>
          <d2p1:ReceiveInvoiceItemInfo>
            <d2p1:Amount>5</d2p1:Amount>
            <d2p1:Count>4</d2p1:Count>
            <d2p1:ItemName>sample string 2</d2p1:ItemName>
            <d2p1:ItemType>3</d2p1:ItemType>
            <d2p1:RiId>1</d2p1:RiId>
            <d2p1:TaxAmount>6</d2p1:TaxAmount>
          </d2p1:ReceiveInvoiceItemInfo>
          <d2p1:ReceiveInvoiceItemInfo>
            <d2p1:Amount>5</d2p1:Amount>
            <d2p1:Count>4</d2p1:Count>
            <d2p1:ItemName>sample string 2</d2p1:ItemName>
            <d2p1:ItemType>3</d2p1:ItemType>
            <d2p1:RiId>1</d2p1:RiId>
            <d2p1:TaxAmount>6</d2p1:TaxAmount>
          </d2p1:ReceiveInvoiceItemInfo>
        </d2p1:Items>
        <d2p1:Month>1</d2p1:Month>
        <d2p1:Note>sample string 6</d2p1:Note>
        <d2p1:Period>sample string 4</d2p1:Period>
        <d2p1:ReceiveInvoicer>10</d2p1:ReceiveInvoicer>
        <d2p1:RiDateTime>sample string 5</d2p1:RiDateTime>
        <d2p1:RiId>3</d2p1:RiId>
        <d2p1:TaxAcmount>9</d2p1:TaxAcmount>
      </d2p1:ReceiveInvoiceTipInfo>
    </d2p1:Items>
    <d2p1:Months xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:int>1</d3p1:int>
      <d3p1:int>2</d3p1:int>
    </d2p1:Months>
    <d2p1:ServiceId>2</d2p1:ServiceId>
    <d2p1:Year>4</d2p1:Year>
  </SumModel>
  <Total>1</Total>
</SearchedListOfAaServiceProgressInfomBaws_PwG>