POST v1/advisors/buyer-feedback-save

Request Information

URI Parameters

None.

Body Parameters

BuyerFeedbackRequestDto
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

BuyerId

globally unique identifier

None.

CustomerId

globally unique identifier

None.

ProductId

integer

None.

DeleteStatus

boolean

None.

CreatedOn

date

None.

StatusId

globally unique identifier

None.

FeedBack

string

None.

UpdatedOn

date

None.

UpdatedBy

globally unique identifier

None.

IsOrganizatinFeedBack

boolean

None.

StatusName

string

None.

CustomerFullName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "id": "3aae38df-3534-4d8d-a608-386fc206d346",
  "buyerId": "dbe6a221-fe87-4882-9c61-32c3cb6ee18a",
  "customerId": "4bc26864-2ff3-4062-8412-435cab6036fd",
  "productId": 1,
  "deleteStatus": true,
  "createdOn": "2024-09-13T10:18:52.1592925Z",
  "statusId": "3978e737-58c9-4954-8db3-314bad7eacb4",
  "feedBack": "sample string 5",
  "updatedOn": "2024-09-13T10:18:52.1592925Z",
  "updatedBy": "54c76e78-5580-40d8-b9b8-142b35911c52",
  "isOrganizatinFeedBack": true,
  "statusName": "sample string 7",
  "customerFullName": "sample string 8"
}

text/html, multipart/form-data

Sample:
{"id":"3aae38df-3534-4d8d-a608-386fc206d346","buyerId":"dbe6a221-fe87-4882-9c61-32c3cb6ee18a","customerId":"4bc26864-2ff3-4062-8412-435cab6036fd","productId":1,"deleteStatus":true,"createdOn":"2024-09-13T10:18:52.1592925Z","statusId":"3978e737-58c9-4954-8db3-314bad7eacb4","feedBack":"sample string 5","updatedOn":"2024-09-13T10:18:52.1592925Z","updatedBy":"54c76e78-5580-40d8-b9b8-142b35911c52","isOrganizatinFeedBack":true,"statusName":"sample string 7","customerFullName":"sample string 8"}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/html, multipart/form-data

Sample:

Sample not available.