POST api/TestimonialsAPI/NewAddTestimonials
Request Information
URI Parameters
None.
Body Parameters
TestimonialsDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| TextEn | string |
None. |
|
| TextAr | string |
None. |
|
| DescEn | string |
None. |
|
| DescAr | string |
None. |
|
| Value | string |
None. |
|
| IconClass | string |
None. |
|
| ImagePath | string |
None. |
|
| divImagePath | string |
None. |
|
| SortIndex | integer |
None. |
|
| IsActive | boolean |
None. |
|
| IsDeleted | boolean |
None. |
|
| Message | string |
None. |
|
| Status | boolean |
None. |
|
| StatusCode | integer |
None. |
|
| Result | string |
None. |
|
| CreatedBy | integer |
None. |
|
| ModifiedBy | integer |
None. |
|
| DeletedBy | integer |
None. |
|
| FlagId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"TextEn": "sample string 2",
"TextAr": "sample string 3",
"DescEn": "sample string 4",
"DescAr": "sample string 5",
"Value": "sample string 6",
"IconClass": "sample string 7",
"ImagePath": "sample string 8",
"divImagePath": "sample string 9",
"SortIndex": 10,
"IsActive": true,
"IsDeleted": true,
"Message": "sample string 13",
"Status": true,
"StatusCode": 15,
"Result": "sample string 16",
"CreatedBy": 17,
"ModifiedBy": 18,
"DeletedBy": 19,
"FlagId": 20
}
application/xml, text/xml
Sample:
<TestimonialsDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BNC.POS.API.DTO_s"> <CreatedBy>17</CreatedBy> <DeletedBy>19</DeletedBy> <DescAr>sample string 5</DescAr> <DescEn>sample string 4</DescEn> <FlagId>20</FlagId> <IconClass>sample string 7</IconClass> <Id>1</Id> <ImagePath>sample string 8</ImagePath> <IsActive>true</IsActive> <IsDeleted>true</IsDeleted> <Message>sample string 13</Message> <ModifiedBy>18</ModifiedBy> <Result>sample string 16</Result> <SortIndex>10</SortIndex> <Status>true</Status> <StatusCode>15</StatusCode> <TextAr>sample string 3</TextAr> <TextEn>sample string 2</TextEn> <Value>sample string 6</Value> <divImagePath>sample string 9</divImagePath> </TestimonialsDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.