POST api/sellerProductsFeedback/SellerProductsFeedback_Upsert

Request Information

URI Parameters

None.

Body Parameters

SellerProductsFeedback
NameDescriptionTypeAdditional information
Id

integer

None.

FeedbackByUserId

integer

None.

SellerProducts

string

None.

Rating

decimal number

None.

Review

string

None.

LookUpStatusId

integer

None.

LookUpStatusChangedDate

date

None.

LookUpStatusChangedBy

integer

None.

UserName

string

None.

CreatedDate

date

None.

CreatedBy

integer

None.

UpdateDate

date

None.

UpdatedBy

integer

None.

CreatedDateStr

string

None.

UpdateDateStr

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "FeedbackByUserId": 2,
  "SellerProducts": "sample string 3",
  "Rating": 4.1,
  "Review": "sample string 5",
  "LookUpStatusId": 6,
  "LookUpStatusChangedDate": "2025-07-08T21:28:33.5264757+03:00",
  "LookUpStatusChangedBy": 8,
  "UserName": "sample string 9",
  "CreatedDate": "2025-07-08T21:28:33.5264757+03:00",
  "CreatedBy": 11,
  "UpdateDate": "2025-07-08T21:28:33.5264757+03:00",
  "UpdatedBy": 13,
  "CreatedDateStr": "08-Jul-2025 09:28 PM",
  "UpdateDateStr": "08-Jul-2025 09:28 PM"
}

text/xml

Sample:
<SellerProductsFeedback xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BeautyBook.Entities.V1">
  <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/BeautyBook.Entities.Contract">11</CreatedBy>
  <CreatedDate xmlns="http://schemas.datacontract.org/2004/07/BeautyBook.Entities.Contract">2025-07-08T21:28:33.5264757+03:00</CreatedDate>
  <FeedbackByUserId xmlns="http://schemas.datacontract.org/2004/07/BeautyBook.Entities.Contract">2</FeedbackByUserId>
  <Id xmlns="http://schemas.datacontract.org/2004/07/BeautyBook.Entities.Contract">1</Id>
  <LookUpStatusChangedBy xmlns="http://schemas.datacontract.org/2004/07/BeautyBook.Entities.Contract">8</LookUpStatusChangedBy>
  <LookUpStatusChangedDate xmlns="http://schemas.datacontract.org/2004/07/BeautyBook.Entities.Contract">2025-07-08T21:28:33.5264757+03:00</LookUpStatusChangedDate>
  <LookUpStatusId xmlns="http://schemas.datacontract.org/2004/07/BeautyBook.Entities.Contract">6</LookUpStatusId>
  <Rating xmlns="http://schemas.datacontract.org/2004/07/BeautyBook.Entities.Contract">4.1</Rating>
  <Review xmlns="http://schemas.datacontract.org/2004/07/BeautyBook.Entities.Contract">sample string 5</Review>
  <SellerProducts xmlns="http://schemas.datacontract.org/2004/07/BeautyBook.Entities.Contract">sample string 3</SellerProducts>
  <UpdateDate xmlns="http://schemas.datacontract.org/2004/07/BeautyBook.Entities.Contract">2025-07-08T21:28:33.5264757+03:00</UpdateDate>
  <UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/BeautyBook.Entities.Contract">13</UpdatedBy>
  <UserName xmlns="http://schemas.datacontract.org/2004/07/BeautyBook.Entities.Contract">sample string 9</UserName>
</SellerProductsFeedback>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'SellerProductsFeedback'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/xml

Sample:

Sample not available.