POST Customer/GetCustomerAudits

Request Information

URI Parameters

None.

Body Parameters

CustomerAuditRequestDTO
NameDescriptionTypeAdditional information
CustomerName

string

None.

State

integer

None.

IdType

integer

None.

PageIndex

integer

None.

PageSize

integer

None.

StartApplyTime

date

None.

EndApplyTime

date

None.

Request Formats

application/json, text/json

Sample:
{
  "CustomerName": "sample string 1",
  "State": 1,
  "IdType": 1,
  "PageIndex": 2,
  "PageSize": 3,
  "StartApplyTime": "2026-04-13T13:51:55.0013652+08:00",
  "EndApplyTime": "2026-04-13T13:51:55.0013652+08:00"
}

application/xml, text/xml

Sample:
<CustomerAuditRequestDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Zs.Ylx.Resources.Entity">
  <CustomerName>sample string 1</CustomerName>
  <EndApplyTime>2026-04-13T13:51:55.0013652+08:00</EndApplyTime>
  <IdType>1</IdType>
  <PageIndex>2</PageIndex>
  <PageSize>3</PageSize>
  <StartApplyTime>2026-04-13T13:51:55.0013652+08:00</StartApplyTime>
  <State>1</State>
</CustomerAuditRequestDTO>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

TupleOfIListOfCustomerAuditResponseDTOAndInt32
NameDescriptionTypeAdditional information
Item1

Collection of CustomerAuditResponseDTO

None.

Item2

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "m_Item1": [
    {
      "Id": 1,
      "CustomerNo": "sample string 2",
      "CustomerName": "sample string 3",
      "IdType": 4,
      "RightType": 5,
      "ApplyTime": "2026-04-13T13:51:55.0072342+08:00",
      "Status": 7,
      "ExamineName": "sample string 8",
      "ExamineTime": "2026-04-13T13:51:55.0072342+08:00",
      "AuditOpinion": "sample string 9"
    },
    {
      "Id": 1,
      "CustomerNo": "sample string 2",
      "CustomerName": "sample string 3",
      "IdType": 4,
      "RightType": 5,
      "ApplyTime": "2026-04-13T13:51:55.0072342+08:00",
      "Status": 7,
      "ExamineName": "sample string 8",
      "ExamineTime": "2026-04-13T13:51:55.0072342+08:00",
      "AuditOpinion": "sample string 9"
    }
  ],
  "m_Item2": 1
}

application/xml, text/xml

Sample:
<TupleOfArrayOfCustomerAuditResponseDTOintFWytDb0c xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/System">
  <m_Item1 xmlns:d2p1="http://schemas.datacontract.org/2004/07/Zs.Ylx.Resources.Entity">
    <d2p1:CustomerAuditResponseDTO>
      <d2p1:ApplyTime>2026-04-13T13:51:55.0072342+08:00</d2p1:ApplyTime>
      <d2p1:AuditOpinion>sample string 9</d2p1:AuditOpinion>
      <d2p1:CustomerName>sample string 3</d2p1:CustomerName>
      <d2p1:CustomerNo>sample string 2</d2p1:CustomerNo>
      <d2p1:ExamineName>sample string 8</d2p1:ExamineName>
      <d2p1:ExamineTime>2026-04-13T13:51:55.0072342+08:00</d2p1:ExamineTime>
      <d2p1:Id>1</d2p1:Id>
      <d2p1:IdType>4</d2p1:IdType>
      <d2p1:RightType>5</d2p1:RightType>
      <d2p1:Status>7</d2p1:Status>
    </d2p1:CustomerAuditResponseDTO>
    <d2p1:CustomerAuditResponseDTO>
      <d2p1:ApplyTime>2026-04-13T13:51:55.0072342+08:00</d2p1:ApplyTime>
      <d2p1:AuditOpinion>sample string 9</d2p1:AuditOpinion>
      <d2p1:CustomerName>sample string 3</d2p1:CustomerName>
      <d2p1:CustomerNo>sample string 2</d2p1:CustomerNo>
      <d2p1:ExamineName>sample string 8</d2p1:ExamineName>
      <d2p1:ExamineTime>2026-04-13T13:51:55.0072342+08:00</d2p1:ExamineTime>
      <d2p1:Id>1</d2p1:Id>
      <d2p1:IdType>4</d2p1:IdType>
      <d2p1:RightType>5</d2p1:RightType>
      <d2p1:Status>7</d2p1:Status>
    </d2p1:CustomerAuditResponseDTO>
  </m_Item1>
  <m_Item2>1</m_Item2>
</TupleOfArrayOfCustomerAuditResponseDTOintFWytDb0c>