POST dz_api/FuCust/DeleteFollowup

添加跟进记录

Request Information

URI Parameters

None.

Body Parameters

DeleteFollowupPara
NameDescriptionTypeAdditional information
FollowupId

跟进ID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "FollowupId": 1
}

application/xml, text/xml

Sample:
<DeleteFollowupPara xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonAa.WebApi.Areas.CRM.Models">
  <FollowupId>1</FollowupId>
</DeleteFollowupPara>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

添加跟进记录

None.