POST api/SalesMarketing/CallLogHeader/Reviewed/Add
Request Information
URI Parameters
None.
Body Parameters
CallLogReviewRef| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| CallLogHeaderId | integer |
None. |
|
| ReviewedBy | string |
None. |
|
| ReviewedDate | date |
None. |
|
| StatusId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"CallLogHeaderId": 2,
"ReviewedBy": "sample string 3",
"ReviewedDate": "2025-11-30T18:46:14.9048649-05:00",
"StatusId": 5
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
integerResponse Formats
application/json, text/json
Sample:
1