GET api/CRM/GetFollowUpInfo?id={id}

获取跟进详情

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

InfoResultOfFollowUpRecordDto
NameDescriptionTypeAdditional information
Data

FollowUpRecordDto

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,
    "CustomerId": 1,
    "CustomerName": "sample string 2",
    "EmployeeId": 1,
    "EmployeeName": "sample string 3",
    "FtypeId": 1,
    "FtypeName": "sample string 4",
    "FResult": "sample string 5",
    "FSite": "sample string 6",
    "FollowDate": "2026-03-31 21:49:34",
    "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"
      }
    ]
  },
  "IsSuccess": true,
  "Msg": "sample string 2",
  "Extra": "sample string 3",
  "Code": "sample string 4"
}

application/xml, text/xml

Sample:
<InfoResultOfFollowUpRecordDto8taVmWcU 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:CustomerId>1</d2p1:CustomerId>
    <d2p1:CustomerName>sample string 2</d2p1:CustomerName>
    <d2p1:EmployeeId>1</d2p1:EmployeeId>
    <d2p1:EmployeeName>sample string 3</d2p1:EmployeeName>
    <d2p1:FResult>sample string 5</d2p1:FResult>
    <d2p1:FSite>sample string 6</d2p1:FSite>
    <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:FollowDate>2026-03-31T21:49:34.5524433+08:00</d2p1:FollowDate>
    <d2p1:FtypeId>1</d2p1:FtypeId>
    <d2p1:FtypeName>sample string 4</d2p1:FtypeName>
    <d2p1:Id>1</d2p1:Id>
  </Data>
</InfoResultOfFollowUpRecordDto8taVmWcU>