PATCH api/Presentation/UpdatePresentationDetailById
Request Information
URI Parameters
None.
Body Parameters
PresentationShortDetailName | Description | Type | Additional information |
---|---|---|---|
TotalALP | decimal number |
None. |
|
TotalSales | integer |
None. |
|
TotalAHP | decimal number |
None. |
|
TotalAP | decimal number |
None. |
|
TotalReferals | integer |
None. |
|
CreateDate | date |
None. |
|
StartTime | date |
None. |
|
EndTime | date |
None. |
|
WhatHappen | integer |
None. |
|
CountryId | integer |
None. |
|
StateId | integer |
None. |
|
BenefitsAndDocumentEmailCount | integer |
None. |
|
PresentationGroupId | integer |
None. |
|
PresentationTypeId | integer |
None. |
|
PresentationSubTypeId | integer |
None. |
|
PresentationSubTypeString | string |
None. |
|
PresentationId | integer |
None. |
|
PresentationGuid | globally unique identifier |
None. |
|
PresentationCode | string |
None. |
|
HouseHoldType | integer |
None. |
|
StepCompleted | integer |
None. |
|
PrimaryFirstName | string |
None. |
|
PrimaryLastName | string |
None. |
|
PrimaryEmail | string |
None. |
|
HistoryNotes | string |
None. |
|
IsTestimonialVideosUploaded | boolean |
None. |
|
VideoNotUploadReason | string |
None. |
|
TestimoniaVideoNotes | string |
None. |
|
PreCheckVerificationStatusId | integer |
None. |
|
PreCheckAttemptCount | integer |
None. |
|
PreCheckLastAttempTime | date |
None. |
|
LocationContext | integer |
None. |
|
LanguageId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "TotalALP": 1.0, "TotalSales": 1, "TotalAHP": 1.0, "TotalAP": 1.0, "TotalReferals": 1, "CreateDate": "2025-10-14T00:37:23.505961-07:00", "StartTime": "2025-10-14T00:37:23.505961-07:00", "EndTime": "2025-10-14T00:37:23.505961-07:00", "WhatHappen": 1, "CountryId": 1, "StateId": 1, "BenefitsAndDocumentEmailCount": 4, "PresentationGroupId": 1, "PresentationTypeId": 5, "PresentationSubTypeId": 1, "PresentationSubTypeString": "sample string 6", "PresentationId": 7, "PresentationGuid": "c1a03814-99ae-42ff-84e2-84a65171d3ee", "PresentationCode": "sample string 8", "HouseHoldType": 1, "StepCompleted": 1, "PrimaryFirstName": "sample string 9", "PrimaryLastName": "sample string 10", "PrimaryEmail": "sample string 11", "HistoryNotes": "sample string 12", "IsTestimonialVideosUploaded": true, "VideoNotUploadReason": "sample string 13", "TestimoniaVideoNotes": "sample string 14", "PreCheckVerificationStatusId": 1, "PreCheckAttemptCount": 1, "PreCheckLastAttempTime": "2025-10-14T00:37:23.505961-07:00", "LocationContext": 1, "LanguageId": 1 }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true