POST api/Testimonials

Request Information

URI Parameters

None.

Body Parameters

TestimonyDto
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

Name

string

None.

Age

integer

None.

City

string

None.

Comment

string

None.

Timestamp

date

None.

Grade

integer

None.

Person

PersonDto

None.

Product

ProductDto

None.

CountryCode

string

None.

Request Formats

application/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'application/json'. Exception message: Self referencing loop detected with type 'paradise.dto.Dto.TextDto'. Path 'product.information[0].labels[0].productLocalShop.texts'.

text/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'text/json'. Exception message: Self referencing loop detected with type 'paradise.dto.Dto.TextDto'. Path 'product.information[0].labels[0].productLocalShop.texts'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.