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": "754c1a03-fd9b-4b04-80be-cdd8d49947fe",
    "ManufacturerName": "sample string 3",
    "CustomerId": "58af2e6a-e816-4f76-ac7f-bc6fc8a6c66e",
    "CustomerName": "sample string 5",
    "Account": "sample string 6",
    "Phone": "sample string 7",
    "Name": "sample string 8",
    "CreateTime": "2026-02-04T16:11:37.9523892+08:00",
    "CreateTimeStr": "2026-02-04 16:11:37",
    "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": "2026-02-04T16:11:37.9523892+08:00",
        "CreateTimeStr": "2026-02-04 16:11:37"
      },
      {
        "Category": 1,
        "Message": "sample string 2",
        "Creater": "sample string 3",
        "CreateTime": "2026-02-04T16:11:37.9523892+08:00",
        "CreateTimeStr": "2026-02-04 16:11:37"
      }
    ]
  }
}

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>2026-02-04T16:11:37.9523892+08:00</d2p1:CreateTime>
    <d2p1:CustomerId>58af2e6a-e816-4f76-ac7f-bc6fc8a6c66e</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>2026-02-04T16:11:37.9523892+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>2026-02-04T16:11:37.9523892+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>754c1a03-fd9b-4b04-80be-cdd8d49947fe</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>