POST api/FollowUp/AddUpdateFollowUpCalls
Request Information
URI Parameters
None.
Body Parameters
FollowUpCallMapper| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| CompanyID | integer |
None. |
|
| CustomerID | integer |
None. |
|
| Notes | string |
None. |
|
| ExistingNotes | string |
None. |
|
| Reason | string |
None. |
|
| DateToCall | date |
None. |
|
| DateActedOn | date |
None. |
|
| IsCalled | boolean |
None. |
|
| DayTimeNumber | string |
None. |
|
| BillingName | string |
None. |
|
| FollowUp | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"CompanyID": 2,
"CustomerID": 3,
"Notes": "sample string 4",
"ExistingNotes": "sample string 5",
"Reason": "sample string 6",
"DateToCall": "2025-11-08T11:46:19.3085626+00:00",
"DateActedOn": "2025-11-08T11:46:19.3085626+00:00",
"IsCalled": true,
"DayTimeNumber": "sample string 9",
"BillingName": "sample string 10",
"FollowUp": "sample string 11"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Result| Name | Description | Type | Additional information |
|---|---|---|---|
| HasError | boolean |
None. |
|
| HasSuccess | boolean |
None. |
|
| Status | StatusType |
None. |
|
| MessageTitle | string |
None. |
|
| Message | string |
None. |
|
| ExceptionMessage | string |
None. |
|
| ExceptionStackTrace | string |
None. |
|
| ResultException | Exception |
None. |
|
| ResultObject | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"ResultObject": {},
"HasError": false,
"HasSuccess": true,
"Status": 200,
"MessageTitle": "sample string 3",
"Message": "sample string 4",
"ExceptionMessage": "sample string 5",
"ExceptionStackTrace": "sample string 6",
"ResultException": {
"ClassName": "System.Exception",
"Message": null,
"Data": null,
"InnerException": null,
"HelpURL": "sample string 1",
"StackTraceString": null,
"RemoteStackTraceString": null,
"RemoteStackIndex": 0,
"ExceptionMethod": null,
"HResult": 3,
"Source": "sample string 2",
"WatsonBuckets": null
}
}