POST api/FollowUp
Request Information
URI Parameters
None.
Body Parameters
FollowUpEditDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| Description | string |
None. |
|
| OrderDone | boolean |
None. |
|
| Refill | boolean |
None. |
|
| VisitCampaign | boolean |
None. |
|
| DaysAgo | integer |
None. |
|
| FreezeDays | integer |
None. |
|
| AbandonCart | boolean |
None. |
|
| IsDynamicProducts | boolean |
None. |
|
| IsRunning | boolean |
None. |
|
| IsReporting | boolean |
None. |
|
| SendToEmail | string |
None. |
|
| SendCampaignId | globally unique identifier |
None. |
|
| NoVisitCampaign | boolean |
None. |
|
| RunWeekdays | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": "1ec1b262-2978-4d4c-b858-bfb26431ebff",
"name": "sample string 1",
"description": "sample string 2",
"orderDone": true,
"refill": true,
"visitCampaign": true,
"daysAgo": 1,
"freezeDays": 1,
"abandonCart": true,
"isDynamicProducts": true,
"isRunning": true,
"isReporting": true,
"sendToEmail": "sample string 3",
"sendCampaignId": "2f9763ea-bbed-4e49-90bf-5b6ed5dc0ecb",
"noVisitCampaign": true,
"runWeekdays": "sample string 4"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.