GET api/Testimonials/GetTestimonialByTestimonialId?TestimonialId={TestimonialId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
TestimonialId

integer

Required

Body Parameters

None.

Response Information

Resource Description

utblTestimonial
NameDescriptionTypeAdditional information
TestimonialId

integer

None.

TestimonialName

string

None.

Address

string

None.

ImagePath

string

None.

Remarks

string

None.

TransDate

date

None.

UserId

string

None.

Response Formats

application/json, text/json

Sample:
{
  "TestimonialId": 1,
  "TestimonialName": "sample string 2",
  "Address": "sample string 3",
  "ImagePath": "sample string 4",
  "Remarks": "sample string 5",
  "TransDate": "2025-10-28T01:09:32.5681796+05:30",
  "UserId": "sample string 7"
}

application/xml, text/xml

Sample:
<utblTestimonial xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/General.Operation.Models">
  <Address>sample string 3</Address>
  <ImagePath>sample string 4</ImagePath>
  <Remarks>sample string 5</Remarks>
  <TestimonialId>1</TestimonialId>
  <TestimonialName>sample string 2</TestimonialName>
  <TransDate>2025-10-28T01:09:32.5681796+05:30</TransDate>
  <UserId>sample string 7</UserId>
</utblTestimonial>