新增跟进记录
None.
Name | Description | Type | Additional information |
---|---|---|---|
CustId |
客户ID |
integer |
None. |
Content |
跟进内容 |
string |
None. |
FollowupId |
跟进记录ID |
integer |
None. |
CreatedBy |
跟进人 |
integer |
None. |
CreatedName |
跟进人员名称 |
string |
None. |
CreatedDate |
创建日期 |
date |
None. |
FollowupTime |
跟进时间 |
date |
None. |
StrFollowupTime |
跟进时间 |
string |
None. |
CanbeEdited |
是否更被编辑或者删除 |
boolean |
None. |
Attachments |
跟进附件 |
Collection of AttachmentInfo |
None. |
{ "CustId": 1, "Content": "sample string 2", "FollowupId": 3, "CreatedBy": 4, "CreatedName": "sample string 5", "CreatedDate": "2024-11-25T01:35:40.4626767+08:00", "FollowupTime": "2024-11-25T01:35:40.4626767+08:00", "StrFollowupTime": "2024-11-25", "CanbeEdited": true, "Attachments": [ { "AaId": 1, "AmId": 2, "RefId": 3, "AmType": 1001, "FileName": "sample string 4", "FileSize": 5, "SavedName": "sample string 6", "SavedPath": "sample string 7", "FileUrl": "sample string 8" }, { "AaId": 1, "AmId": 2, "RefId": 3, "AmType": 1001, "FileName": "sample string 4", "FileSize": 5, "SavedName": "sample string 6", "SavedPath": "sample string 7", "FileUrl": "sample string 8" } ] }
<FollowupRecordInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonAa.Model.Customer"> <Attachments> <AttachmentInfo> <AaId>1</AaId> <AmId>2</AmId> <AmType>Customer</AmType> <FileName>sample string 4</FileName> <FileSize>5</FileSize> <FileUrl>sample string 8</FileUrl> <RefId>3</RefId> <SavedName>sample string 6</SavedName> <SavedPath>sample string 7</SavedPath> </AttachmentInfo> <AttachmentInfo> <AaId>1</AaId> <AmId>2</AmId> <AmType>Customer</AmType> <FileName>sample string 4</FileName> <FileSize>5</FileSize> <FileUrl>sample string 8</FileUrl> <RefId>3</RefId> <SavedName>sample string 6</SavedName> <SavedPath>sample string 7</SavedPath> </AttachmentInfo> </Attachments> <CanbeEdited>true</CanbeEdited> <Content>sample string 2</Content> <CreatedBy>4</CreatedBy> <CreatedDate>2024-11-25T01:35:40.4626767+08:00</CreatedDate> <CreatedName>sample string 5</CreatedName> <CustId>1</CustId> <FollowupId>3</FollowupId> <FollowupTime>2024-11-25T01:35:40.4626767+08:00</FollowupTime> </FollowupRecordInfo>
Sample not available.
新增跟进记录
MessageModelName | Description | Type | Additional information |
---|---|---|---|
Success | boolean |
None. |
|
Msg | string |
None. |
|
Data | Object |
None. |
|
StatusCode | StatusCode |
None. |
{ "Success": true, "Msg": "sample string 2", "Data": {}, "StatusCode": 100 }
<MessageModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonAa.Model"> <Data /> <Msg>sample string 2</Msg> <StatusCode>CONTINUE</StatusCode> <Success>true</Success> </MessageModel>