GET api/Partner/GetCustomerInfo?id={id}

获取客户详情

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

客户Id

integer

Required

Body Parameters

None.

Response Information

Resource Description

InfoResultOfCustomerInfoDto
NameDescriptionTypeAdditional information
Data

CustomerInfoDto

None.

IsSuccess

是否成功:true:成功,false:失败

boolean

None.

Msg

返回消息

string

None.

Extra

特定信息

string

None.

Code

内部代码:[成功 000000|失败 000001|未登陆/未授权 000002]

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Data": {
    "Id": 1,
    "CompanyName": "sample string 2",
    "PartenrContactName": "sample string 3",
    "PartnerNo": "sample string 4",
    "LinkMobile": "sample string 5",
    "ShortName": "sample string 6",
    "RegisteredAddress": "sample string 7",
    "WorkAddress": "sample string 8",
    "SocialCreditId": "sample string 9",
    "Corporate": "sample string 10",
    "CorporateState": 64,
    "File": [
      {
        "Id": 1,
        "BusinessCode": "sample string 2",
        "AttachName": "sample string 3",
        "AttachUrl": "sample string 4"
      },
      {
        "Id": 1,
        "BusinessCode": "sample string 2",
        "AttachName": "sample string 3",
        "AttachUrl": "sample string 4"
      }
    ],
    "LastFollowDate": "2026-03-31 21:49:38",
    "CustomerType": 1,
    "CustomerTypeName": "sample string 12",
    "SalesmanId": 1,
    "SalesmanName": "sample string 13",
    "MonthArkNum": 1
  },
  "IsSuccess": true,
  "Msg": "sample string 2",
  "Extra": "sample string 3",
  "Code": "sample string 4"
}

application/xml, text/xml

Sample:
<InfoResultOfCustomerInfoDto8taVmWcU xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CMS.Core.ShareData">
  <Code>sample string 4</Code>
  <Extra>sample string 3</Extra>
  <IsSuccess>true</IsSuccess>
  <Msg>sample string 2</Msg>
  <Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/CMS.Domain.Dto">
    <d2p1:CompanyName>sample string 2</d2p1:CompanyName>
    <d2p1:Corporate>sample string 10</d2p1:Corporate>
    <d2p1:CorporateState>64</d2p1:CorporateState>
    <d2p1:CustomerType>1</d2p1:CustomerType>
    <d2p1:CustomerTypeName>sample string 12</d2p1:CustomerTypeName>
    <d2p1:File>
      <d2p1:AttachmentInfo>
        <d2p1:AttachName>sample string 3</d2p1:AttachName>
        <d2p1:AttachUrl>sample string 4</d2p1:AttachUrl>
        <d2p1:BusinessCode>sample string 2</d2p1:BusinessCode>
        <d2p1:Id>1</d2p1:Id>
      </d2p1:AttachmentInfo>
      <d2p1:AttachmentInfo>
        <d2p1:AttachName>sample string 3</d2p1:AttachName>
        <d2p1:AttachUrl>sample string 4</d2p1:AttachUrl>
        <d2p1:BusinessCode>sample string 2</d2p1:BusinessCode>
        <d2p1:Id>1</d2p1:Id>
      </d2p1:AttachmentInfo>
    </d2p1:File>
    <d2p1:Id>1</d2p1:Id>
    <d2p1:LastFollowDate>2026-03-31T21:49:38.8227991+08:00</d2p1:LastFollowDate>
    <d2p1:LinkMobile>sample string 5</d2p1:LinkMobile>
    <d2p1:MonthArkNum>1</d2p1:MonthArkNum>
    <d2p1:PartenrContactName>sample string 3</d2p1:PartenrContactName>
    <d2p1:PartnerNo>sample string 4</d2p1:PartnerNo>
    <d2p1:RegisteredAddress>sample string 7</d2p1:RegisteredAddress>
    <d2p1:SalesmanId>1</d2p1:SalesmanId>
    <d2p1:SalesmanName>sample string 13</d2p1:SalesmanName>
    <d2p1:ShortName>sample string 6</d2p1:ShortName>
    <d2p1:SocialCreditId>sample string 9</d2p1:SocialCreditId>
    <d2p1:WorkAddress>sample string 8</d2p1:WorkAddress>
  </Data>
</InfoResultOfCustomerInfoDto8taVmWcU>