POST Plat/GetCustomerVideoList

请求信息

URI 参数

None.

Body 参数

SearchTimeParameter
名称描述类型附加信息
BeginTime

string

None.

EndTime

string

None.

Search

string

None.

PageIndex

分页页码(可选)

integer

None.

PageCount

每页记录数(可选)

integer

None.

请求格式

application/json, text/json

Sample:
{
  "BeginTime": "sample string 1",
  "EndTime": "sample string 2",
  "Search": "sample string 3",
  "PageIndex": 4,
  "PageCount": 5
}

application/xml, text/xml

Sample:
<SearchTimeParameter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UDenCloudProject.Model.ParameterModels">
  <PageCount>5</PageCount>
  <PageIndex>4</PageIndex>
  <Search>sample string 3</Search>
  <BeginTime>sample string 1</BeginTime>
  <EndTime>sample string 2</EndTime>
</SearchTimeParameter>

application/x-www-form-urlencoded

Sample:

Sample not available.

响应信息

资源描述

ApiJsonBaseOfPageDataOfCustomerVideoResponse
名称描述类型附加信息
Result

boolean

None.

Message

string

None.

State

integer

None.

BizData

PageDataOfCustomerVideoResponse

None.

响应格式

application/json, text/json

Sample:
{
  "Result": true,
  "Message": "sample string 2",
  "State": 3,
  "BizData": {
    "PageIndex": 1,
    "PageCount": 2,
    "RecordCount": 3,
    "SurplusQty": 4,
    "Items": [
      {
        "Id": 1,
        "IdStr": "1",
        "ManufacturersId": "358c5ff0-70ae-4907-9ed9-c30b591fb66c",
        "ManufacturerName": "sample string 3",
        "CustomerId": "35259571-d13b-4b46-851b-f42dbbc80813",
        "CustomerName": "sample string 5",
        "Name": "sample string 6",
        "TaskId": 7,
        "VideoCoverUrl": "sample string 8",
        "VideoUrl": "sample string 9",
        "CreateTime": "2025-07-05T23:24:43.6680606+08:00",
        "CreateTimeStr": "2025-07-05 23:24:43",
        "State": 11
      },
      {
        "Id": 1,
        "IdStr": "1",
        "ManufacturersId": "358c5ff0-70ae-4907-9ed9-c30b591fb66c",
        "ManufacturerName": "sample string 3",
        "CustomerId": "35259571-d13b-4b46-851b-f42dbbc80813",
        "CustomerName": "sample string 5",
        "Name": "sample string 6",
        "TaskId": 7,
        "VideoCoverUrl": "sample string 8",
        "VideoUrl": "sample string 9",
        "CreateTime": "2025-07-05T23:24:43.6680606+08:00",
        "CreateTimeStr": "2025-07-05 23:24:43",
        "State": 11
      }
    ],
    "TotalSum": {
      "Id": 1,
      "IdStr": "1",
      "ManufacturersId": "358c5ff0-70ae-4907-9ed9-c30b591fb66c",
      "ManufacturerName": "sample string 3",
      "CustomerId": "35259571-d13b-4b46-851b-f42dbbc80813",
      "CustomerName": "sample string 5",
      "Name": "sample string 6",
      "TaskId": 7,
      "VideoCoverUrl": "sample string 8",
      "VideoUrl": "sample string 9",
      "CreateTime": "2025-07-05T23:24:43.6680606+08:00",
      "CreateTimeStr": "2025-07-05 23:24:43",
      "State": 11
    }
  }
}

application/xml, text/xml

Sample:
<ApiJsonBaseOfPageDataOfCustomerVideoResponsen_PUTc8NrpcGagTav xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UDenCloudProject.API.Models">
  <BizData xmlns:d2p1="http://schemas.datacontract.org/2004/07/UDenCloudProject.Model.ParameterModels">
    <d2p1:Items xmlns:d3p1="http://schemas.datacontract.org/2004/07/UDenCloudProject.Model.ReturnModels">
      <d3p1:CustomerVideoResponse>
        <d3p1:CreateTime>2025-07-05T23:24:43.6680606+08:00</d3p1:CreateTime>
        <d3p1:CustomerId>35259571-d13b-4b46-851b-f42dbbc80813</d3p1:CustomerId>
        <d3p1:CustomerName>sample string 5</d3p1:CustomerName>
        <d3p1:Id>1</d3p1:Id>
        <d3p1:ManufacturerName>sample string 3</d3p1:ManufacturerName>
        <d3p1:ManufacturersId>358c5ff0-70ae-4907-9ed9-c30b591fb66c</d3p1:ManufacturersId>
        <d3p1:Name>sample string 6</d3p1:Name>
        <d3p1:State>11</d3p1:State>
        <d3p1:TaskId>7</d3p1:TaskId>
        <d3p1:VideoCoverUrl>sample string 8</d3p1:VideoCoverUrl>
        <d3p1:VideoUrl>sample string 9</d3p1:VideoUrl>
      </d3p1:CustomerVideoResponse>
      <d3p1:CustomerVideoResponse>
        <d3p1:CreateTime>2025-07-05T23:24:43.6680606+08:00</d3p1:CreateTime>
        <d3p1:CustomerId>35259571-d13b-4b46-851b-f42dbbc80813</d3p1:CustomerId>
        <d3p1:CustomerName>sample string 5</d3p1:CustomerName>
        <d3p1:Id>1</d3p1:Id>
        <d3p1:ManufacturerName>sample string 3</d3p1:ManufacturerName>
        <d3p1:ManufacturersId>358c5ff0-70ae-4907-9ed9-c30b591fb66c</d3p1:ManufacturersId>
        <d3p1:Name>sample string 6</d3p1:Name>
        <d3p1:State>11</d3p1:State>
        <d3p1:TaskId>7</d3p1:TaskId>
        <d3p1:VideoCoverUrl>sample string 8</d3p1:VideoCoverUrl>
        <d3p1:VideoUrl>sample string 9</d3p1:VideoUrl>
      </d3p1:CustomerVideoResponse>
    </d2p1:Items>
    <d2p1:PageCount>2</d2p1:PageCount>
    <d2p1:PageIndex>1</d2p1:PageIndex>
    <d2p1:RecordCount>3</d2p1:RecordCount>
    <d2p1:SurplusQty>4</d2p1:SurplusQty>
    <d2p1:TotalSum xmlns:d3p1="http://schemas.datacontract.org/2004/07/UDenCloudProject.Model.ReturnModels">
      <d3p1:CreateTime>2025-07-05T23:24:43.6680606+08:00</d3p1:CreateTime>
      <d3p1:CustomerId>35259571-d13b-4b46-851b-f42dbbc80813</d3p1:CustomerId>
      <d3p1:CustomerName>sample string 5</d3p1:CustomerName>
      <d3p1:Id>1</d3p1:Id>
      <d3p1:ManufacturerName>sample string 3</d3p1:ManufacturerName>
      <d3p1:ManufacturersId>358c5ff0-70ae-4907-9ed9-c30b591fb66c</d3p1:ManufacturersId>
      <d3p1:Name>sample string 6</d3p1:Name>
      <d3p1:State>11</d3p1:State>
      <d3p1:TaskId>7</d3p1:TaskId>
      <d3p1:VideoCoverUrl>sample string 8</d3p1:VideoCoverUrl>
      <d3p1:VideoUrl>sample string 9</d3p1:VideoUrl>
    </d2p1:TotalSum>
  </BizData>
  <Message>sample string 2</Message>
  <Result>true</Result>
  <State>3</State>
</ApiJsonBaseOfPageDataOfCustomerVideoResponsen_PUTc8NrpcGagTav>