POST
api/v1/ManageSellerTestimonial
Request Information
Body Parameters
SellerTestimonialRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Action | string |
None. |
|
| SellerTestimonialID | integer |
None. |
|
| ClientID | integer |
None. |
|
| Name | string |
None. |
|
| CompanyName | string |
None. |
|
| SortOrder | integer |
None. |
|
| Description | string |
None. |
|
| Designation | string |
None. |
|
| CreatedBy | integer |
None. |
Request Formats
application/json, text/json
{
"Action": "sample string 1",
"SellerTestimonialID": 1,
"ClientID": 2,
"Name": "sample string 3",
"CompanyName": "sample string 4",
"SortOrder": 1,
"Description": "sample string 5",
"Designation": "sample string 6",
"CreatedBy": 1
}
text/html
{"Action":"sample string 1","SellerTestimonialID":1,"ClientID":2,"Name":"sample string 3","CompanyName":"sample string 4","SortOrder":1,"Description":"sample string 5","Designation":"sample string 6","CreatedBy":1}
application/xml, text/xml
<SellerTestimonialRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDCMSAdminAPI.Models.Seller"> <Action>sample string 1</Action> <ClientID>2</ClientID> <CompanyName>sample string 4</CompanyName> <CreatedBy>1</CreatedBy> <Description>sample string 5</Description> <Designation>sample string 6</Designation> <Name>sample string 3</Name> <SellerTestimonialID>1</SellerTestimonialID> <SortOrder>1</SortOrder> </SellerTestimonialRequest>
application/x-www-form-urlencoded
Sample not available.
Response Information
Description:
Return type: boolean
Response Formats
application/json, text/json, text/html
true
application/xml, text/xml
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>
