PUT v1/advisors/buyer-feedback-flowup-update/{statusId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
statusId | globally unique identifier |
Required |
Body Parameters
BuyerFeedbackRequestDtoName | Description | Type | Additional 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": "1e0635c4-860a-4f1f-91f6-1cf0be96f321", "buyerId": "6b088d91-c946-435d-a72d-41d01e2c0a9c", "customerId": "ce8f22ff-20a5-4251-ac6a-6e33a4dca9f5", "productId": 1, "deleteStatus": true, "createdOn": "2024-09-13T05:08:51.8648045Z", "statusId": "b443362d-e284-4094-877e-23511ab2be20", "feedBack": "sample string 5", "updatedOn": "2024-09-13T05:08:51.8648045Z", "updatedBy": "58d25b8e-a13c-4f34-bbab-75593e5be8fd", "isOrganizatinFeedBack": true, "statusName": "sample string 7", "customerFullName": "sample string 8" }
text/html, multipart/form-data
Sample:
{"id":"1e0635c4-860a-4f1f-91f6-1cf0be96f321","buyerId":"6b088d91-c946-435d-a72d-41d01e2c0a9c","customerId":"ce8f22ff-20a5-4251-ac6a-6e33a4dca9f5","productId":1,"deleteStatus":true,"createdOn":"2024-09-13T05:08:51.8648045Z","statusId":"b443362d-e284-4094-877e-23511ab2be20","feedBack":"sample string 5","updatedOn":"2024-09-13T05:08:51.8648045Z","updatedBy":"58d25b8e-a13c-4f34-bbab-75593e5be8fd","isOrganizatinFeedBack":true,"statusName":"sample string 7","customerFullName":"sample string 8"}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, multipart/form-data
Sample:
Sample not available.