POST Small/GetCustomerMatrixInfo

请求信息

URI 参数

None.

Body 参数

CustomerMatrixInfoParameter
名称描述类型附加信息
Id

globally unique identifier

None.

Type

integer

None.

PageIndex

分页页码(可选)

integer

None.

PageCount

每页记录数(可选)

integer

None.

请求格式

application/json, text/json

Sample:
{
  "Id": "615c8779-9e48-4b97-9df0-55cd7825b3ae",
  "Type": 2,
  "PageIndex": 3,
  "PageCount": 4
}

application/xml, text/xml

Sample:
<CustomerMatrixInfoParameter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UDenCloudProject.Model.ParameterModels">
  <PageCount>4</PageCount>
  <PageIndex>3</PageIndex>
  <Id>615c8779-9e48-4b97-9df0-55cd7825b3ae</Id>
  <Type>2</Type>
</CustomerMatrixInfoParameter>

application/x-www-form-urlencoded

Sample:

Sample not available.

响应信息

资源描述

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

boolean

None.

Message

string

None.

State

integer

None.

BizData

CustomerMatrixInfo

None.

响应格式

application/json, text/json

Sample:
{
  "Result": true,
  "Message": "sample string 2",
  "State": 3,
  "BizData": {
    "Id": "c7138ce3-00e7-40a7-b280-1d4f91ca2d68",
    "CustomerName": "sample string 2",
    "HeadImgUrl": "sample string 3",
    "Account": "sample string 4",
    "Phone": "sample string 5",
    "DigitalManList": [
      {
        "Id": 1,
        "IdStr": "1",
        "FileCoverUrl": "sample string 2"
      },
      {
        "Id": 1,
        "IdStr": "1",
        "FileCoverUrl": "sample string 2"
      }
    ],
    "VideoList": [
      {
        "Id": 1,
        "IdStr": "1",
        "FileCoverUrl": "sample string 2"
      },
      {
        "Id": 1,
        "IdStr": "1",
        "FileCoverUrl": "sample string 2"
      }
    ]
  }
}

application/xml, text/xml

Sample:
<ApiJsonBaseOfCustomerMatrixInfon_PUTc8Nr 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.ReturnModels">
    <d2p1:Account>sample string 4</d2p1:Account>
    <d2p1:CustomerName>sample string 2</d2p1:CustomerName>
    <d2p1:DigitalManList>
      <d2p1:CustomerMatrixInfoDetail>
        <d2p1:FileCoverUrl>sample string 2</d2p1:FileCoverUrl>
        <d2p1:Id>1</d2p1:Id>
      </d2p1:CustomerMatrixInfoDetail>
      <d2p1:CustomerMatrixInfoDetail>
        <d2p1:FileCoverUrl>sample string 2</d2p1:FileCoverUrl>
        <d2p1:Id>1</d2p1:Id>
      </d2p1:CustomerMatrixInfoDetail>
    </d2p1:DigitalManList>
    <d2p1:HeadImgUrl>sample string 3</d2p1:HeadImgUrl>
    <d2p1:Id>c7138ce3-00e7-40a7-b280-1d4f91ca2d68</d2p1:Id>
    <d2p1:Phone>sample string 5</d2p1:Phone>
    <d2p1:VideoList>
      <d2p1:CustomerMatrixInfoDetail>
        <d2p1:FileCoverUrl>sample string 2</d2p1:FileCoverUrl>
        <d2p1:Id>1</d2p1:Id>
      </d2p1:CustomerMatrixInfoDetail>
      <d2p1:CustomerMatrixInfoDetail>
        <d2p1:FileCoverUrl>sample string 2</d2p1:FileCoverUrl>
        <d2p1:Id>1</d2p1:Id>
      </d2p1:CustomerMatrixInfoDetail>
    </d2p1:VideoList>
  </BizData>
  <Message>sample string 2</Message>
  <Result>true</Result>
  <State>3</State>
</ApiJsonBaseOfCustomerMatrixInfon_PUTc8Nr>