POST api/SalesMarketing/CallLog/Detail
Request Information
URI Parameters
None.
Body Parameters
CallLogDetail| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Header | CallLogHeader |
None. |
|
| SubType | CallLogDetailSubType |
None. |
|
| ItemDiscussed | string |
None. |
|
| FollowupStatus | FollowupStatus |
None. |
|
| FollowUp | string |
None. |
|
| FollowUpDate | date |
None. |
|
| CustomerComplaint | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"Header": {
"$id": "2",
"Id": 1,
"CreatedDate": "2025-11-30T17:38:15.0091401-05:00",
"SalesChannel": {
"$id": "3",
"Id": 1,
"Description": "sample string 2"
},
"AccountNumber": "sample string 3",
"SalesGroup": {
"$id": "4",
"Name": "sample string 1",
"GroupId": "sample string 2",
"Email": "sample string 3"
},
"CallLogType": {
"$id": "5",
"Id": 1,
"Description": "sample string 2"
},
"AttendeesTitle": "sample string 4"
},
"SubType": {
"$id": "6",
"Id": 1,
"DetailSubType": "sample string 2"
},
"ItemDiscussed": "sample string 2",
"FollowupStatus": {
"$id": "7",
"Id": 1,
"Description": "sample string 2"
},
"FollowUp": "sample string 3",
"FollowUpDate": "2025-11-30T17:38:15.0091401-05:00",
"CustomerComplaint": "sample string 5"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
integerResponse Formats
application/json, text/json
Sample:
1