PUT api/testimonials/update
Request Information
URI Parameters
None.
Body Parameters
testimonial| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| ProfileId | globally unique identifier |
None. |
|
| ClientId | globally unique identifier |
None. |
|
| AuthorName | string |
None. |
|
| AuthorPictureUrl | string |
None. |
|
| TestimonialTitle | string |
None. |
|
| TestimonialText | string |
None. |
|
| Notes | integer |
None. |
|
| TestimonialSentDate | date |
None. |
|
| IsView | boolean |
None. |
|
| CreatedDate | date |
None. |
|
| ModifiedDate | date |
None. |
|
| DeletedDate | date |
None. |
|
| profile | profile |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Testimonials| Name | Description | Type | Additional information |
|---|---|---|---|
| ProfileId | globally unique identifier |
None. |
|
| ClientId | globally unique identifier |
None. |
|
| TestimonialText | string |
None. |
|
| AuthorName | string |
None. |
|
| AuthorPictureUrl | string |
None. |
|
| TestimonialTitle | string |
None. |
|
| Notes | integer |
None. |
|
| TestimonialSentDate | date |
None. |
|
| IsView | boolean |
None. |
|
| Id | globally unique identifier |
None. |
|
| CreatedDate | date |
None. |
|
| ModifiedDate | date |
None. |
|
| DeletedDate | date |
None. |
Response Formats
application/json, text/json
Sample:
{
"ProfileId": "eb910cd5-f24d-468d-9f56-cc33af6924d5",
"ClientId": "1380fbc6-fbc0-4037-94cb-68852ec0ca0e",
"TestimonialText": "sample string 3",
"AuthorName": "sample string 4",
"AuthorPictureUrl": "sample string 5",
"TestimonialTitle": "sample string 6",
"Notes": 1,
"TestimonialSentDate": "2025-12-05T20:26:02.6836989-08:00",
"IsView": true,
"Id": "815b41ac-810d-4781-9410-d3c35ed0fb55",
"CreatedDate": "2025-12-05T20:26:02.6836989-08:00",
"ModifiedDate": "2025-12-05T20:26:02.6836989-08:00",
"DeletedDate": "2025-12-05T20:26:02.6836989-08:00"
}
application/xml, text/xml
Sample:
<Testimonials xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/QuicDoctor.Data.Data"> <CreatedDate>2025-12-05T20:26:02.6836989-08:00</CreatedDate> <DeletedDate>2025-12-05T20:26:02.6836989-08:00</DeletedDate> <Id>815b41ac-810d-4781-9410-d3c35ed0fb55</Id> <ModifiedDate>2025-12-05T20:26:02.6836989-08:00</ModifiedDate> <AuthorName>sample string 4</AuthorName> <AuthorPictureUrl>sample string 5</AuthorPictureUrl> <ClientId>1380fbc6-fbc0-4037-94cb-68852ec0ca0e</ClientId> <IsView>true</IsView> <Notes>1</Notes> <ProfileId>eb910cd5-f24d-468d-9f56-cc33af6924d5</ProfileId> <TestimonialSentDate>2025-12-05T20:26:02.6836989-08:00</TestimonialSentDate> <TestimonialText>sample string 3</TestimonialText> <TestimonialTitle>sample string 6</TestimonialTitle> </Testimonials>