PATCH api/Presentation/UpdatePresentationDetailById
Request Information
URI Parameters
None.
Body Parameters
PresentationShortDetail| Name | 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. |
|
| IsTrialDisposition | boolean |
None. |
|
| ParentId | integer |
None. |
|
| MemberLookUpTypeId | integer |
None. |
|
| ProLeadCreated | boolean |
None. |
|
| PresentationUpdateHistory | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"TotalALP": 1.0,
"TotalSales": 1,
"TotalAHP": 1.0,
"TotalAP": 1.0,
"TotalReferals": 1,
"CreateDate": "2026-02-03T18:25:58.6150977-08:00",
"StartTime": "2026-02-03T18:25:58.6150977-08:00",
"EndTime": "2026-02-03T18:25:58.6150977-08:00",
"WhatHappen": 1,
"CountryId": 1,
"StateId": 1,
"BenefitsAndDocumentEmailCount": 4,
"PresentationGroupId": 1,
"PresentationTypeId": 5,
"PresentationSubTypeId": 1,
"PresentationSubTypeString": "sample string 6",
"PresentationId": 7,
"PresentationGuid": "4d5c34f0-ec15-414b-bca6-bb5aa3ec9072",
"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": "2026-02-03T18:25:58.6150977-08:00",
"LocationContext": 1,
"LanguageId": 1,
"IsTrialDisposition": true,
"ParentId": 1,
"MemberLookUpTypeId": 1,
"ProLeadCreated": true,
"PresentationUpdateHistory": "sample string 15"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true