POST dz_api/Tax/SearchTax

代账服务-搜索报税进度

Request Information

URI Parameters

None.

Body Parameters

TaxSearchConditions
NameDescriptionTypeAdditional information
ServiceStatus

服务状态

ServiceStatusEnums

None.

ServiceItem

代账类型

integer

None.

Cust

客户名称或者编号

string

None.

CustId

客户

integer

None.

SelectCustIds

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

Collection of integer

None.

CustAccounter

客户经理

integer

None.

TaxAccounter

报税会计

integer

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
  ],
  "CustAccounter": 4,
  "TaxAccounter": 5,
  "Year": 6,
  "From": 7,
  "ScheduleConditions": {
    "YearMonth": "2024-04-27T10:45:52.0189653+08:00",
    "Role": 1001,
    "EmployeeId": 2,
    "InvoiceComplated": 3,
    "TaxComplated": 4,
    "AccComplated": 5,
    "ICComplated": 6,
    "IsAssignedAttendant": true
  },
  "WorkloadConditions": {
    "YearMonth": "2024-04-27T10:45:52.0189653+08:00",
    "Role": 1001,
    "EmployeeId": 2,
    "TaxAmountType": 3,
    "UserTaxType": 4
  },
  "PageIndex": 8,
  "PageSize": 9,
  "IsSupperAdmin": true
}

application/xml, text/xml

Sample:
<TaxSearchConditions 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>4</CustAccounter>
  <CustId>3</CustId>
  <From>7</From>
  <IsSupperAdmin>true</IsSupperAdmin>
  <PageIndex>8</PageIndex>
  <PageSize>9</PageSize>
  <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-04-27T10:45:52.0189653+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>
  <TaxAccounter>5</TaxAccounter>
  <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-04-27T10:45:52.0189653+08:00</d2p1:YearMonth>
  </WorkloadConditions>
  <Year>6</Year>
</TaxSearchConditions>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

代账服务-搜索报税进度

SearchedListOfAaTaxProgressInfo
NameDescriptionTypeAdditional information
Total

integer

None.

Items

Collection of AaTaxProgressInfo

None.

SumModel

AaTaxProgressInfo

None.

Response Formats

application/json, text/json

Sample:
{
  "Total": 1,
  "Items": [
    {
      "CustId": 1,
      "CustName": "sample string 2",
      "ServiceId": 3,
      "ServiceItem": 4,
      "Year": 5,
      "TaxAccounter": [
        1,
        2
      ],
      "FollowUp": "sample string 6",
      "UserTaxType": 7,
      "FollowupTime": "sample string 8",
      "Items": [
        {
          "CustId": 1,
          "Month": 2,
          "Period": "sample string 3",
          "TotalAmount": 4.0,
          "Status": 0,
          "Items": [
            {
              "AaId": 1,
              "CustId": 2,
              "TaxTypeId": 3,
              "TaxTypeName": "sample string 4",
              "Period": "2024-04-27T10:45:52.0346822+08:00",
              "PushOnOrOff": true,
              "TaxAmount": 7.0,
              "Status": 8,
              "Note": "sample string 9",
              "CreatedBy": 10,
              "CreatedDate": "2024-04-27T10:45:52.0346822+08:00",
              "ModifiedBy": 12,
              "ModifiedDate": "2024-04-27T10:45:52.0346822+08:00"
            },
            {
              "AaId": 1,
              "CustId": 2,
              "TaxTypeId": 3,
              "TaxTypeName": "sample string 4",
              "Period": "2024-04-27T10:45:52.0346822+08:00",
              "PushOnOrOff": true,
              "TaxAmount": 7.0,
              "Status": 8,
              "Note": "sample string 9",
              "CreatedBy": 10,
              "CreatedDate": "2024-04-27T10:45:52.0346822+08:00",
              "ModifiedBy": 12,
              "ModifiedDate": "2024-04-27T10:45:52.0346822+08:00"
            }
          ]
        },
        {
          "CustId": 1,
          "Month": 2,
          "Period": "sample string 3",
          "TotalAmount": 4.0,
          "Status": 0,
          "Items": [
            {
              "AaId": 1,
              "CustId": 2,
              "TaxTypeId": 3,
              "TaxTypeName": "sample string 4",
              "Period": "2024-04-27T10:45:52.0346822+08:00",
              "PushOnOrOff": true,
              "TaxAmount": 7.0,
              "Status": 8,
              "Note": "sample string 9",
              "CreatedBy": 10,
              "CreatedDate": "2024-04-27T10:45:52.0346822+08:00",
              "ModifiedBy": 12,
              "ModifiedDate": "2024-04-27T10:45:52.0346822+08:00"
            },
            {
              "AaId": 1,
              "CustId": 2,
              "TaxTypeId": 3,
              "TaxTypeName": "sample string 4",
              "Period": "2024-04-27T10:45:52.0346822+08:00",
              "PushOnOrOff": true,
              "TaxAmount": 7.0,
              "Status": 8,
              "Note": "sample string 9",
              "CreatedBy": 10,
              "CreatedDate": "2024-04-27T10:45:52.0346822+08:00",
              "ModifiedBy": 12,
              "ModifiedDate": "2024-04-27T10:45:52.0346822+08:00"
            }
          ]
        }
      ]
    },
    {
      "CustId": 1,
      "CustName": "sample string 2",
      "ServiceId": 3,
      "ServiceItem": 4,
      "Year": 5,
      "TaxAccounter": [
        1,
        2
      ],
      "FollowUp": "sample string 6",
      "UserTaxType": 7,
      "FollowupTime": "sample string 8",
      "Items": [
        {
          "CustId": 1,
          "Month": 2,
          "Period": "sample string 3",
          "TotalAmount": 4.0,
          "Status": 0,
          "Items": [
            {
              "AaId": 1,
              "CustId": 2,
              "TaxTypeId": 3,
              "TaxTypeName": "sample string 4",
              "Period": "2024-04-27T10:45:52.0346822+08:00",
              "PushOnOrOff": true,
              "TaxAmount": 7.0,
              "Status": 8,
              "Note": "sample string 9",
              "CreatedBy": 10,
              "CreatedDate": "2024-04-27T10:45:52.0346822+08:00",
              "ModifiedBy": 12,
              "ModifiedDate": "2024-04-27T10:45:52.0346822+08:00"
            },
            {
              "AaId": 1,
              "CustId": 2,
              "TaxTypeId": 3,
              "TaxTypeName": "sample string 4",
              "Period": "2024-04-27T10:45:52.0346822+08:00",
              "PushOnOrOff": true,
              "TaxAmount": 7.0,
              "Status": 8,
              "Note": "sample string 9",
              "CreatedBy": 10,
              "CreatedDate": "2024-04-27T10:45:52.0346822+08:00",
              "ModifiedBy": 12,
              "ModifiedDate": "2024-04-27T10:45:52.0346822+08:00"
            }
          ]
        },
        {
          "CustId": 1,
          "Month": 2,
          "Period": "sample string 3",
          "TotalAmount": 4.0,
          "Status": 0,
          "Items": [
            {
              "AaId": 1,
              "CustId": 2,
              "TaxTypeId": 3,
              "TaxTypeName": "sample string 4",
              "Period": "2024-04-27T10:45:52.0346822+08:00",
              "PushOnOrOff": true,
              "TaxAmount": 7.0,
              "Status": 8,
              "Note": "sample string 9",
              "CreatedBy": 10,
              "CreatedDate": "2024-04-27T10:45:52.0346822+08:00",
              "ModifiedBy": 12,
              "ModifiedDate": "2024-04-27T10:45:52.0346822+08:00"
            },
            {
              "AaId": 1,
              "CustId": 2,
              "TaxTypeId": 3,
              "TaxTypeName": "sample string 4",
              "Period": "2024-04-27T10:45:52.0346822+08:00",
              "PushOnOrOff": true,
              "TaxAmount": 7.0,
              "Status": 8,
              "Note": "sample string 9",
              "CreatedBy": 10,
              "CreatedDate": "2024-04-27T10:45:52.0346822+08:00",
              "ModifiedBy": 12,
              "ModifiedDate": "2024-04-27T10:45:52.0346822+08:00"
            }
          ]
        }
      ]
    }
  ],
  "SumModel": {
    "CustId": 1,
    "CustName": "sample string 2",
    "ServiceId": 3,
    "ServiceItem": 4,
    "Year": 5,
    "TaxAccounter": [
      1,
      2
    ],
    "FollowUp": "sample string 6",
    "UserTaxType": 7,
    "FollowupTime": "sample string 8",
    "Items": [
      {
        "CustId": 1,
        "Month": 2,
        "Period": "sample string 3",
        "TotalAmount": 4.0,
        "Status": 0,
        "Items": [
          {
            "AaId": 1,
            "CustId": 2,
            "TaxTypeId": 3,
            "TaxTypeName": "sample string 4",
            "Period": "2024-04-27T10:45:52.0346822+08:00",
            "PushOnOrOff": true,
            "TaxAmount": 7.0,
            "Status": 8,
            "Note": "sample string 9",
            "CreatedBy": 10,
            "CreatedDate": "2024-04-27T10:45:52.0346822+08:00",
            "ModifiedBy": 12,
            "ModifiedDate": "2024-04-27T10:45:52.0346822+08:00"
          },
          {
            "AaId": 1,
            "CustId": 2,
            "TaxTypeId": 3,
            "TaxTypeName": "sample string 4",
            "Period": "2024-04-27T10:45:52.0346822+08:00",
            "PushOnOrOff": true,
            "TaxAmount": 7.0,
            "Status": 8,
            "Note": "sample string 9",
            "CreatedBy": 10,
            "CreatedDate": "2024-04-27T10:45:52.0346822+08:00",
            "ModifiedBy": 12,
            "ModifiedDate": "2024-04-27T10:45:52.0346822+08:00"
          }
        ]
      },
      {
        "CustId": 1,
        "Month": 2,
        "Period": "sample string 3",
        "TotalAmount": 4.0,
        "Status": 0,
        "Items": [
          {
            "AaId": 1,
            "CustId": 2,
            "TaxTypeId": 3,
            "TaxTypeName": "sample string 4",
            "Period": "2024-04-27T10:45:52.0346822+08:00",
            "PushOnOrOff": true,
            "TaxAmount": 7.0,
            "Status": 8,
            "Note": "sample string 9",
            "CreatedBy": 10,
            "CreatedDate": "2024-04-27T10:45:52.0346822+08:00",
            "ModifiedBy": 12,
            "ModifiedDate": "2024-04-27T10:45:52.0346822+08:00"
          },
          {
            "AaId": 1,
            "CustId": 2,
            "TaxTypeId": 3,
            "TaxTypeName": "sample string 4",
            "Period": "2024-04-27T10:45:52.0346822+08:00",
            "PushOnOrOff": true,
            "TaxAmount": 7.0,
            "Status": 8,
            "Note": "sample string 9",
            "CreatedBy": 10,
            "CreatedDate": "2024-04-27T10:45:52.0346822+08:00",
            "ModifiedBy": 12,
            "ModifiedDate": "2024-04-27T10:45:52.0346822+08:00"
          }
        ]
      }
    ]
  }
}

application/xml, text/xml

Sample:
<SearchedListOfAaTaxProgressInfomBaws_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:AaTaxProgressInfo>
      <d2p1:CustId>1</d2p1:CustId>
      <d2p1:CustName>sample string 2</d2p1:CustName>
      <d2p1:FollowUp>sample string 6</d2p1:FollowUp>
      <d2p1:FollowupTime>sample string 8</d2p1:FollowupTime>
      <d2p1:Items>
        <d2p1:TaxRecordMonthlyInfo>
          <d2p1:CustId>1</d2p1:CustId>
          <d2p1:Items>
            <d2p1:TaxRecordInfo>
              <d2p1:AaId>1</d2p1:AaId>
              <d2p1:CreatedBy>10</d2p1:CreatedBy>
              <d2p1:CreatedDate>2024-04-27T10:45:52.0346822+08:00</d2p1:CreatedDate>
              <d2p1:CustId>2</d2p1:CustId>
              <d2p1:ModifiedBy>12</d2p1:ModifiedBy>
              <d2p1:ModifiedDate>2024-04-27T10:45:52.0346822+08:00</d2p1:ModifiedDate>
              <d2p1:Note>sample string 9</d2p1:Note>
              <d2p1:Period>2024-04-27T10:45:52.0346822+08:00</d2p1:Period>
              <d2p1:PushOnOrOff>true</d2p1:PushOnOrOff>
              <d2p1:Status>8</d2p1:Status>
              <d2p1:TaxAmount>7</d2p1:TaxAmount>
              <d2p1:TaxTypeId>3</d2p1:TaxTypeId>
              <d2p1:TaxTypeName>sample string 4</d2p1:TaxTypeName>
            </d2p1:TaxRecordInfo>
            <d2p1:TaxRecordInfo>
              <d2p1:AaId>1</d2p1:AaId>
              <d2p1:CreatedBy>10</d2p1:CreatedBy>
              <d2p1:CreatedDate>2024-04-27T10:45:52.0346822+08:00</d2p1:CreatedDate>
              <d2p1:CustId>2</d2p1:CustId>
              <d2p1:ModifiedBy>12</d2p1:ModifiedBy>
              <d2p1:ModifiedDate>2024-04-27T10:45:52.0346822+08:00</d2p1:ModifiedDate>
              <d2p1:Note>sample string 9</d2p1:Note>
              <d2p1:Period>2024-04-27T10:45:52.0346822+08:00</d2p1:Period>
              <d2p1:PushOnOrOff>true</d2p1:PushOnOrOff>
              <d2p1:Status>8</d2p1:Status>
              <d2p1:TaxAmount>7</d2p1:TaxAmount>
              <d2p1:TaxTypeId>3</d2p1:TaxTypeId>
              <d2p1:TaxTypeName>sample string 4</d2p1:TaxTypeName>
            </d2p1:TaxRecordInfo>
          </d2p1:Items>
          <d2p1:Month>2</d2p1:Month>
          <d2p1:Period>sample string 3</d2p1:Period>
          <d2p1:TotalAmount>4</d2p1:TotalAmount>
        </d2p1:TaxRecordMonthlyInfo>
        <d2p1:TaxRecordMonthlyInfo>
          <d2p1:CustId>1</d2p1:CustId>
          <d2p1:Items>
            <d2p1:TaxRecordInfo>
              <d2p1:AaId>1</d2p1:AaId>
              <d2p1:CreatedBy>10</d2p1:CreatedBy>
              <d2p1:CreatedDate>2024-04-27T10:45:52.0346822+08:00</d2p1:CreatedDate>
              <d2p1:CustId>2</d2p1:CustId>
              <d2p1:ModifiedBy>12</d2p1:ModifiedBy>
              <d2p1:ModifiedDate>2024-04-27T10:45:52.0346822+08:00</d2p1:ModifiedDate>
              <d2p1:Note>sample string 9</d2p1:Note>
              <d2p1:Period>2024-04-27T10:45:52.0346822+08:00</d2p1:Period>
              <d2p1:PushOnOrOff>true</d2p1:PushOnOrOff>
              <d2p1:Status>8</d2p1:Status>
              <d2p1:TaxAmount>7</d2p1:TaxAmount>
              <d2p1:TaxTypeId>3</d2p1:TaxTypeId>
              <d2p1:TaxTypeName>sample string 4</d2p1:TaxTypeName>
            </d2p1:TaxRecordInfo>
            <d2p1:TaxRecordInfo>
              <d2p1:AaId>1</d2p1:AaId>
              <d2p1:CreatedBy>10</d2p1:CreatedBy>
              <d2p1:CreatedDate>2024-04-27T10:45:52.0346822+08:00</d2p1:CreatedDate>
              <d2p1:CustId>2</d2p1:CustId>
              <d2p1:ModifiedBy>12</d2p1:ModifiedBy>
              <d2p1:ModifiedDate>2024-04-27T10:45:52.0346822+08:00</d2p1:ModifiedDate>
              <d2p1:Note>sample string 9</d2p1:Note>
              <d2p1:Period>2024-04-27T10:45:52.0346822+08:00</d2p1:Period>
              <d2p1:PushOnOrOff>true</d2p1:PushOnOrOff>
              <d2p1:Status>8</d2p1:Status>
              <d2p1:TaxAmount>7</d2p1:TaxAmount>
              <d2p1:TaxTypeId>3</d2p1:TaxTypeId>
              <d2p1:TaxTypeName>sample string 4</d2p1:TaxTypeName>
            </d2p1:TaxRecordInfo>
          </d2p1:Items>
          <d2p1:Month>2</d2p1:Month>
          <d2p1:Period>sample string 3</d2p1:Period>
          <d2p1:TotalAmount>4</d2p1:TotalAmount>
        </d2p1:TaxRecordMonthlyInfo>
      </d2p1:Items>
      <d2p1:ServiceId>3</d2p1:ServiceId>
      <d2p1:ServiceItem>4</d2p1:ServiceItem>
      <d2p1:TaxAccounter xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:int>1</d4p1:int>
        <d4p1:int>2</d4p1:int>
      </d2p1:TaxAccounter>
      <d2p1:UserTaxType>7</d2p1:UserTaxType>
      <d2p1:Year>5</d2p1:Year>
    </d2p1:AaTaxProgressInfo>
    <d2p1:AaTaxProgressInfo>
      <d2p1:CustId>1</d2p1:CustId>
      <d2p1:CustName>sample string 2</d2p1:CustName>
      <d2p1:FollowUp>sample string 6</d2p1:FollowUp>
      <d2p1:FollowupTime>sample string 8</d2p1:FollowupTime>
      <d2p1:Items>
        <d2p1:TaxRecordMonthlyInfo>
          <d2p1:CustId>1</d2p1:CustId>
          <d2p1:Items>
            <d2p1:TaxRecordInfo>
              <d2p1:AaId>1</d2p1:AaId>
              <d2p1:CreatedBy>10</d2p1:CreatedBy>
              <d2p1:CreatedDate>2024-04-27T10:45:52.0346822+08:00</d2p1:CreatedDate>
              <d2p1:CustId>2</d2p1:CustId>
              <d2p1:ModifiedBy>12</d2p1:ModifiedBy>
              <d2p1:ModifiedDate>2024-04-27T10:45:52.0346822+08:00</d2p1:ModifiedDate>
              <d2p1:Note>sample string 9</d2p1:Note>
              <d2p1:Period>2024-04-27T10:45:52.0346822+08:00</d2p1:Period>
              <d2p1:PushOnOrOff>true</d2p1:PushOnOrOff>
              <d2p1:Status>8</d2p1:Status>
              <d2p1:TaxAmount>7</d2p1:TaxAmount>
              <d2p1:TaxTypeId>3</d2p1:TaxTypeId>
              <d2p1:TaxTypeName>sample string 4</d2p1:TaxTypeName>
            </d2p1:TaxRecordInfo>
            <d2p1:TaxRecordInfo>
              <d2p1:AaId>1</d2p1:AaId>
              <d2p1:CreatedBy>10</d2p1:CreatedBy>
              <d2p1:CreatedDate>2024-04-27T10:45:52.0346822+08:00</d2p1:CreatedDate>
              <d2p1:CustId>2</d2p1:CustId>
              <d2p1:ModifiedBy>12</d2p1:ModifiedBy>
              <d2p1:ModifiedDate>2024-04-27T10:45:52.0346822+08:00</d2p1:ModifiedDate>
              <d2p1:Note>sample string 9</d2p1:Note>
              <d2p1:Period>2024-04-27T10:45:52.0346822+08:00</d2p1:Period>
              <d2p1:PushOnOrOff>true</d2p1:PushOnOrOff>
              <d2p1:Status>8</d2p1:Status>
              <d2p1:TaxAmount>7</d2p1:TaxAmount>
              <d2p1:TaxTypeId>3</d2p1:TaxTypeId>
              <d2p1:TaxTypeName>sample string 4</d2p1:TaxTypeName>
            </d2p1:TaxRecordInfo>
          </d2p1:Items>
          <d2p1:Month>2</d2p1:Month>
          <d2p1:Period>sample string 3</d2p1:Period>
          <d2p1:TotalAmount>4</d2p1:TotalAmount>
        </d2p1:TaxRecordMonthlyInfo>
        <d2p1:TaxRecordMonthlyInfo>
          <d2p1:CustId>1</d2p1:CustId>
          <d2p1:Items>
            <d2p1:TaxRecordInfo>
              <d2p1:AaId>1</d2p1:AaId>
              <d2p1:CreatedBy>10</d2p1:CreatedBy>
              <d2p1:CreatedDate>2024-04-27T10:45:52.0346822+08:00</d2p1:CreatedDate>
              <d2p1:CustId>2</d2p1:CustId>
              <d2p1:ModifiedBy>12</d2p1:ModifiedBy>
              <d2p1:ModifiedDate>2024-04-27T10:45:52.0346822+08:00</d2p1:ModifiedDate>
              <d2p1:Note>sample string 9</d2p1:Note>
              <d2p1:Period>2024-04-27T10:45:52.0346822+08:00</d2p1:Period>
              <d2p1:PushOnOrOff>true</d2p1:PushOnOrOff>
              <d2p1:Status>8</d2p1:Status>
              <d2p1:TaxAmount>7</d2p1:TaxAmount>
              <d2p1:TaxTypeId>3</d2p1:TaxTypeId>
              <d2p1:TaxTypeName>sample string 4</d2p1:TaxTypeName>
            </d2p1:TaxRecordInfo>
            <d2p1:TaxRecordInfo>
              <d2p1:AaId>1</d2p1:AaId>
              <d2p1:CreatedBy>10</d2p1:CreatedBy>
              <d2p1:CreatedDate>2024-04-27T10:45:52.0346822+08:00</d2p1:CreatedDate>
              <d2p1:CustId>2</d2p1:CustId>
              <d2p1:ModifiedBy>12</d2p1:ModifiedBy>
              <d2p1:ModifiedDate>2024-04-27T10:45:52.0346822+08:00</d2p1:ModifiedDate>
              <d2p1:Note>sample string 9</d2p1:Note>
              <d2p1:Period>2024-04-27T10:45:52.0346822+08:00</d2p1:Period>
              <d2p1:PushOnOrOff>true</d2p1:PushOnOrOff>
              <d2p1:Status>8</d2p1:Status>
              <d2p1:TaxAmount>7</d2p1:TaxAmount>
              <d2p1:TaxTypeId>3</d2p1:TaxTypeId>
              <d2p1:TaxTypeName>sample string 4</d2p1:TaxTypeName>
            </d2p1:TaxRecordInfo>
          </d2p1:Items>
          <d2p1:Month>2</d2p1:Month>
          <d2p1:Period>sample string 3</d2p1:Period>
          <d2p1:TotalAmount>4</d2p1:TotalAmount>
        </d2p1:TaxRecordMonthlyInfo>
      </d2p1:Items>
      <d2p1:ServiceId>3</d2p1:ServiceId>
      <d2p1:ServiceItem>4</d2p1:ServiceItem>
      <d2p1:TaxAccounter xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:int>1</d4p1:int>
        <d4p1:int>2</d4p1:int>
      </d2p1:TaxAccounter>
      <d2p1:UserTaxType>7</d2p1:UserTaxType>
      <d2p1:Year>5</d2p1:Year>
    </d2p1:AaTaxProgressInfo>
  </Items>
  <SumModel xmlns:d2p1="http://schemas.datacontract.org/2004/07/LemonAa.Model.Aa">
    <d2p1:CustId>1</d2p1:CustId>
    <d2p1:CustName>sample string 2</d2p1:CustName>
    <d2p1:FollowUp>sample string 6</d2p1:FollowUp>
    <d2p1:FollowupTime>sample string 8</d2p1:FollowupTime>
    <d2p1:Items>
      <d2p1:TaxRecordMonthlyInfo>
        <d2p1:CustId>1</d2p1:CustId>
        <d2p1:Items>
          <d2p1:TaxRecordInfo>
            <d2p1:AaId>1</d2p1:AaId>
            <d2p1:CreatedBy>10</d2p1:CreatedBy>
            <d2p1:CreatedDate>2024-04-27T10:45:52.0346822+08:00</d2p1:CreatedDate>
            <d2p1:CustId>2</d2p1:CustId>
            <d2p1:ModifiedBy>12</d2p1:ModifiedBy>
            <d2p1:ModifiedDate>2024-04-27T10:45:52.0346822+08:00</d2p1:ModifiedDate>
            <d2p1:Note>sample string 9</d2p1:Note>
            <d2p1:Period>2024-04-27T10:45:52.0346822+08:00</d2p1:Period>
            <d2p1:PushOnOrOff>true</d2p1:PushOnOrOff>
            <d2p1:Status>8</d2p1:Status>
            <d2p1:TaxAmount>7</d2p1:TaxAmount>
            <d2p1:TaxTypeId>3</d2p1:TaxTypeId>
            <d2p1:TaxTypeName>sample string 4</d2p1:TaxTypeName>
          </d2p1:TaxRecordInfo>
          <d2p1:TaxRecordInfo>
            <d2p1:AaId>1</d2p1:AaId>
            <d2p1:CreatedBy>10</d2p1:CreatedBy>
            <d2p1:CreatedDate>2024-04-27T10:45:52.0346822+08:00</d2p1:CreatedDate>
            <d2p1:CustId>2</d2p1:CustId>
            <d2p1:ModifiedBy>12</d2p1:ModifiedBy>
            <d2p1:ModifiedDate>2024-04-27T10:45:52.0346822+08:00</d2p1:ModifiedDate>
            <d2p1:Note>sample string 9</d2p1:Note>
            <d2p1:Period>2024-04-27T10:45:52.0346822+08:00</d2p1:Period>
            <d2p1:PushOnOrOff>true</d2p1:PushOnOrOff>
            <d2p1:Status>8</d2p1:Status>
            <d2p1:TaxAmount>7</d2p1:TaxAmount>
            <d2p1:TaxTypeId>3</d2p1:TaxTypeId>
            <d2p1:TaxTypeName>sample string 4</d2p1:TaxTypeName>
          </d2p1:TaxRecordInfo>
        </d2p1:Items>
        <d2p1:Month>2</d2p1:Month>
        <d2p1:Period>sample string 3</d2p1:Period>
        <d2p1:TotalAmount>4</d2p1:TotalAmount>
      </d2p1:TaxRecordMonthlyInfo>
      <d2p1:TaxRecordMonthlyInfo>
        <d2p1:CustId>1</d2p1:CustId>
        <d2p1:Items>
          <d2p1:TaxRecordInfo>
            <d2p1:AaId>1</d2p1:AaId>
            <d2p1:CreatedBy>10</d2p1:CreatedBy>
            <d2p1:CreatedDate>2024-04-27T10:45:52.0346822+08:00</d2p1:CreatedDate>
            <d2p1:CustId>2</d2p1:CustId>
            <d2p1:ModifiedBy>12</d2p1:ModifiedBy>
            <d2p1:ModifiedDate>2024-04-27T10:45:52.0346822+08:00</d2p1:ModifiedDate>
            <d2p1:Note>sample string 9</d2p1:Note>
            <d2p1:Period>2024-04-27T10:45:52.0346822+08:00</d2p1:Period>
            <d2p1:PushOnOrOff>true</d2p1:PushOnOrOff>
            <d2p1:Status>8</d2p1:Status>
            <d2p1:TaxAmount>7</d2p1:TaxAmount>
            <d2p1:TaxTypeId>3</d2p1:TaxTypeId>
            <d2p1:TaxTypeName>sample string 4</d2p1:TaxTypeName>
          </d2p1:TaxRecordInfo>
          <d2p1:TaxRecordInfo>
            <d2p1:AaId>1</d2p1:AaId>
            <d2p1:CreatedBy>10</d2p1:CreatedBy>
            <d2p1:CreatedDate>2024-04-27T10:45:52.0346822+08:00</d2p1:CreatedDate>
            <d2p1:CustId>2</d2p1:CustId>
            <d2p1:ModifiedBy>12</d2p1:ModifiedBy>
            <d2p1:ModifiedDate>2024-04-27T10:45:52.0346822+08:00</d2p1:ModifiedDate>
            <d2p1:Note>sample string 9</d2p1:Note>
            <d2p1:Period>2024-04-27T10:45:52.0346822+08:00</d2p1:Period>
            <d2p1:PushOnOrOff>true</d2p1:PushOnOrOff>
            <d2p1:Status>8</d2p1:Status>
            <d2p1:TaxAmount>7</d2p1:TaxAmount>
            <d2p1:TaxTypeId>3</d2p1:TaxTypeId>
            <d2p1:TaxTypeName>sample string 4</d2p1:TaxTypeName>
          </d2p1:TaxRecordInfo>
        </d2p1:Items>
        <d2p1:Month>2</d2p1:Month>
        <d2p1:Period>sample string 3</d2p1:Period>
        <d2p1:TotalAmount>4</d2p1:TotalAmount>
      </d2p1:TaxRecordMonthlyInfo>
    </d2p1:Items>
    <d2p1:ServiceId>3</d2p1:ServiceId>
    <d2p1:ServiceItem>4</d2p1:ServiceItem>
    <d2p1:TaxAccounter xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:int>1</d3p1:int>
      <d3p1:int>2</d3p1:int>
    </d2p1:TaxAccounter>
    <d2p1:UserTaxType>7</d2p1:UserTaxType>
    <d2p1:Year>5</d2p1:Year>
  </SumModel>
  <Total>1</Total>
</SearchedListOfAaTaxProgressInfomBaws_PwG>