POST api/XTRF/SYS/ClientFollowUp/addXTRFClientFollowUp?fromModule={fromModule}&ip={ip}

新增 客户跟进-机会 信息

Request Information

URI Parameters

NameDescriptionTypeAdditional information
fromModule

string

Required

ip

string

Required

Body Parameters

XTRFClientFollowUp
NameDescriptionTypeAdditional information
name

客户名称

string

Required

clientCode

客户代码

string

None.

belongCountry

所属国家id

string

None.

belongArea

所属地区id

string

None.

clientaddress

实际地址

string

None.

contractDate

合同签署时间

date

None.

clientLevel

客户分级

integer

None.

clue

项目/线索

string

None.

clueProperty

线索属性

integer

None.

clueSource

线索来源

integer

None.

clueRemark

线索备注

string

None.

SpecializationId

领域

integer

None.

firstContactTime

初次接触

date

None.

lastContactTime

最后沟通时间

date

None.

ourContactId

沟通|跟进人

integer

None.

winLostState

赢单|丢单 状态

integer

None.

winLostTime

赢单|丢单时间

date

None.

winLostReason

赢单|丢单关键因素

string

None.

directDemander

直接需求方

string

None.

demandContent

需求内容

string

None.

clientProperty

客户特性

string

None.

cc

已沟通内容

Collection of communicated

None.

Request Formats

application/json, text/json, application/xml, text/xml, application/x-www-form-urlencoded, multipart/form-data

Sample:

Sample not available.

Response Information

Resource Description

resultSuccess
NameDescriptionTypeAdditional information
code

0 =SUCCESS,1=ERROR,401TIMEOUT

integer

None.

result

Object

None.

message

string

None.

type

string

None.

page

string

None.

pageSize

string

None.

Response Formats

application/json, text/json

Sample:
{
  "code": 1,
  "result": {},
  "message": "sample string 3",
  "type": "sample string 4",
  "page": "sample string 5",
  "pageSize": "sample string 6"
}

application/xml, text/xml

Sample:
<resultSuccess xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Base.Entities">
  <code>1</code>
  <message>sample string 3</message>
  <page>sample string 5</page>
  <pageSize>sample string 6</pageSize>
  <result />
  <type>sample string 4</type>
</resultSuccess>

multipart/form-data

Sample:
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="code"

1
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="result"

System.Object
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="message"

sample string 3
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="type"

sample string 4
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="page"

sample string 5
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="pageSize"

sample string 6
--MultipartDataMediaFormatterBoundary1q2w3e--