GET dz_api/FuCust/InitFollowup?followupId={followupId}

查看跟进记录

Request Information

URI Parameters

NameDescriptionTypeAdditional information
followupId

integer

Required

Body Parameters

None.

Response Information

Resource Description

查看跟进记录

CustFollowListModel
NameDescriptionTypeAdditional information
FollowupId

跟进ID

integer

None.

FuTime

联系时间

string

None.

CustId

客户ID

integer

None.

BusinessId

联系业务ID

integer

None.

Price

报价

decimal number

None.

FuMethod

跟进方式

integer

None.

CustLevel

客户等级

integer

None.

ContactId

联系人ID

integer

None.

Contact

联系人

string

None.

Content

沟通内容

string

None.

BusinessName

联系业务

string

None.

NextFollowupTime

下次沟通时间

date

None.

CompanyName

客户名称

string

None.

Salesman

销售专员

string

None.

FuMethodName

跟进方式

string

None.

Response Formats

application/json, text/json

Sample:
{
  "FollowupId": 1,
  "FuTime": "sample string 2",
  "CustId": 3,
  "BusinessId": 4,
  "Price": 5.0,
  "FuMethod": 6,
  "CustLevel": 7,
  "ContactId": 8,
  "Contact": "sample string 9",
  "Content": "sample string 10",
  "BusinessName": "sample string 11",
  "NextFollowupTime": "2024-04-28T04:50:46.7843474+08:00",
  "CompanyName": "sample string 12",
  "Salesman": "sample string 13",
  "FuMethodName": "sample string 14"
}

application/xml, text/xml

Sample:
<CustFollowListModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonAa.WebApi.Areas.CRM.Models">
  <BusinessId>4</BusinessId>
  <BusinessName>sample string 11</BusinessName>
  <CompanyName>sample string 12</CompanyName>
  <Contact>sample string 9</Contact>
  <ContactId>8</ContactId>
  <Content>sample string 10</Content>
  <CustId>3</CustId>
  <CustLevel>7</CustLevel>
  <FollowupId>1</FollowupId>
  <FuMethod>6</FuMethod>
  <FuMethodName>sample string 14</FuMethodName>
  <FuTime>sample string 2</FuTime>
  <NextFollowupTime>2024-04-28T04:50:46.7843474+08:00</NextFollowupTime>
  <Price>5</Price>
  <Salesman>sample string 13</Salesman>
</CustFollowListModel>