PATCH api/Presentation/UpdatePresentationForTestimonialVideo
Request Information
URI Parameters
None.
Body Parameters
TestimonialVideoStatusDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| PresentationGuid | string |
None. |
|
| VideoReviewNotes | string |
None. |
|
| NotUploadReason | string |
None. |
|
| TestimonialVideos | Collection of TestimonialVideo |
None. |
Request Formats
application/json, text/json
Sample:
{
"PresentationGuid": "sample string 1",
"VideoReviewNotes": "sample string 2",
"NotUploadReason": "sample string 3",
"TestimonialVideos": [
{
"S3Name": "sample string 1",
"FileName": "sample string 2",
"uploadStatus": 1,
"IsUploadedToDrive": true
},
{
"S3Name": "sample string 1",
"FileName": "sample string 2",
"uploadStatus": 1,
"IsUploadedToDrive": true
}
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true