POST api/SalesMarketing/CallLogHeader/Reviewed/Add

Request Information

URI Parameters

None.

Body Parameters

CallLogReviewRef
NameDescriptionTypeAdditional 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": "2024-12-22T17:47:42.2114395-05:00",
  "StatusId": 5
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

integer

Response Formats

application/json, text/json

Sample:
1