POST api/Testimonials
Request Information
URI Parameters
None.
Body Parameters
TestimonyDto| Name | Description | Type | Additional 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:
text/json
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.