Add order review record
Add order review record
Authorizations:Token
Request Body Schema:
VendorRating object that needs to be added id | integerReview Unique ID |
rating | stringRating |
type | stringRating type |
additionDate | integerAddition date (UNIX timestamp) |
order | object (Relation to a product entity)Relation to a product entity |
xcPendingExport | booleanFlag to exporting entities |
Responses
200Success
Response schema:
Success id | integerReview Unique ID |
rating | stringRating |
type | stringRating type |
additionDate | integerAddition date (UNIX timestamp) |
order | object (Relation to a product entity)Relation to a product entity |
xcPendingExport | booleanFlag to exporting entities |