GET Plat/GetCustomerDigitalInfo?id={id}

请求信息

URI 参数

名称描述类型附加信息
id

integer

Required

Body 参数

空.

响应信息

资源描述

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

boolean

None.

Message

string

None.

State

integer

None.

BizData

CustomerDigitalResponse

None.

响应格式

application/json, text/json

Sample:
{
  "Result": true,
  "Message": "sample string 2",
  "State": 3,
  "BizData": {
    "Id": 1,
    "IdStr": "1",
    "ManufacturersId": "7fa57506-663c-464a-9745-35a99b3810f6",
    "ManufacturerName": "sample string 3",
    "CustomerId": "e82c70df-adac-4e04-99b5-46b0ca4968f7",
    "CustomerName": "sample string 5",
    "Account": "sample string 6",
    "Phone": "sample string 7",
    "Name": "sample string 8",
    "CreateTime": "2025-11-05T08:34:17.8584397+08:00",
    "CreateTimeStr": "2025-11-05 08:34:17",
    "State": 10,
    "IdCard": "sample string 11",
    "RealName": "sample string 12",
    "FileUrl": "sample string 13",
    "LogList": [
      {
        "Category": 1,
        "Message": "sample string 2",
        "Creater": "sample string 3",
        "CreateTime": "2025-11-05T08:34:17.8584397+08:00",
        "CreateTimeStr": "2025-11-05 08:34:17"
      },
      {
        "Category": 1,
        "Message": "sample string 2",
        "Creater": "sample string 3",
        "CreateTime": "2025-11-05T08:34:17.8584397+08:00",
        "CreateTimeStr": "2025-11-05 08:34:17"
      }
    ]
  }
}

application/xml, text/xml

Sample:
<ApiJsonBaseOfCustomerDigitalResponsen_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 6</d2p1:Account>
    <d2p1:CreateTime>2025-11-05T08:34:17.8584397+08:00</d2p1:CreateTime>
    <d2p1:CustomerId>e82c70df-adac-4e04-99b5-46b0ca4968f7</d2p1:CustomerId>
    <d2p1:CustomerName>sample string 5</d2p1:CustomerName>
    <d2p1:FileUrl>sample string 13</d2p1:FileUrl>
    <d2p1:Id>1</d2p1:Id>
    <d2p1:IdCard>sample string 11</d2p1:IdCard>
    <d2p1:LogList>
      <d2p1:CustomerDigitalLog>
        <d2p1:Category>1</d2p1:Category>
        <d2p1:CreateTime>2025-11-05T08:34:17.8584397+08:00</d2p1:CreateTime>
        <d2p1:Creater>sample string 3</d2p1:Creater>
        <d2p1:Message>sample string 2</d2p1:Message>
      </d2p1:CustomerDigitalLog>
      <d2p1:CustomerDigitalLog>
        <d2p1:Category>1</d2p1:Category>
        <d2p1:CreateTime>2025-11-05T08:34:17.8584397+08:00</d2p1:CreateTime>
        <d2p1:Creater>sample string 3</d2p1:Creater>
        <d2p1:Message>sample string 2</d2p1:Message>
      </d2p1:CustomerDigitalLog>
    </d2p1:LogList>
    <d2p1:ManufacturerName>sample string 3</d2p1:ManufacturerName>
    <d2p1:ManufacturersId>7fa57506-663c-464a-9745-35a99b3810f6</d2p1:ManufacturersId>
    <d2p1:Name>sample string 8</d2p1:Name>
    <d2p1:Phone>sample string 7</d2p1:Phone>
    <d2p1:RealName>sample string 12</d2p1:RealName>
    <d2p1:State>10</d2p1:State>
  </BizData>
  <Message>sample string 2</Message>
  <Result>true</Result>
  <State>3</State>
</ApiJsonBaseOfCustomerDigitalResponsen_PUTc8Nr>