POST api/Testimonial/SaveTestimonial
Request Information
URI Parameters
None.
Body Parameters
TestimonialDto| Name | Description | Type | Additional information |
|---|---|---|---|
| TestimonialId | integer |
None. |
|
| CustomerName | string |
None. |
|
| Description | string |
None. |
|
| Image | string |
None. |
|
| Base64Image | string |
None. |
|
| CustomerDesignation | string |
None. |
|
| CreatedOn | date |
None. |
|
| RecordStatus | byte |
None. |
Request Formats
application/json, text/json
Sample:
{
"testimonialId": 1,
"customerName": "sample string 2",
"description": "sample string 3",
"image": "sample string 4",
"base64Image": "sample string 5",
"customerDesignation": "sample string 6",
"createdOn": "2025-12-17T22:44:45.3489043+05:30",
"recordStatus": 64
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpStatusCodeResult| Name | Description | Type | Additional information |
|---|---|---|---|
| StatusCode | integer |
None. |
|
| StatusDescription | string |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.
