POST api/testimonials/UpdateSameImageTM

Request Information

URI Parameters

None.

Body Parameters

utblTestimonial
NameDescriptionTypeAdditional information
TestimonialsID

integer

None.

Name

string

Required

Address

string

Required

ImagePath

string

None.

Remarks

string

Required

SchoolID

integer

Required

ComponentID

integer

Required

SubComponentID

integer

Required

TestimonialDate

date

Required

IsPublished

boolean

None.

PublishedDate

date

None.

TransDate

date

None.

UserID

string

None.

Request Formats

application/json, text/json

Sample:
{
  "TestimonialsID": 1,
  "Name": "sample string 2",
  "Address": "sample string 3",
  "ImagePath": "sample string 4",
  "Remarks": "sample string 5",
  "SchoolID": 6,
  "ComponentID": 7,
  "SubComponentID": 8,
  "TestimonialDate": "2026-04-19T16:20:58.1608999+05:30",
  "IsPublished": true,
  "PublishedDate": "2026-04-19T16:20:58.1608999+05:30",
  "TransDate": "2026-04-19T16:20:58.1608999+05:30",
  "UserID": "sample string 12"
}

application/xml, text/xml

Sample:
<utblTestimonial xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SikkimRepository.Entities.Models">
  <Address>sample string 3</Address>
  <ComponentID>7</ComponentID>
  <ImagePath>sample string 4</ImagePath>
  <IsPublished>true</IsPublished>
  <Name>sample string 2</Name>
  <PublishedDate>2026-04-19T16:20:58.1608999+05:30</PublishedDate>
  <Remarks>sample string 5</Remarks>
  <SchoolID>6</SchoolID>
  <SubComponentID>8</SubComponentID>
  <TestimonialDate>2026-04-19T16:20:58.1608999+05:30</TestimonialDate>
  <TestimonialsID>1</TestimonialsID>
  <TransDate>2026-04-19T16:20:58.1608999+05:30</TransDate>
  <UserID>sample string 12</UserID>
</utblTestimonial>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

string

Response Formats

application/json, text/json

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>