Submit Recipient Product Feedback
- 1 Minute to read
- DarkLight
Submit Recipient Product Feedback
- 1 Minute to read
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
Purpose: For a recipient to submit product feedback to a supplier.
POST
Query Params | |
---|---|
Key | Value |
vocabularyId | 40a42545-47ef-4815-9a22-d6b32428e760 |
Specify the required values for param vocabularyId.
Headers
Authorization: Specify required Auth Token in the header.
Request
{
"dataOwner": "40a42545-47ef-4815-9a22-d6b32428e760",
"identifierName": "GTIN",
"identifierValue": "00100778084803",
"FeedbackItemsBySourceParty": {
"c8321e8b-685f-4060-9a5e-9192131c1b62": [
{
"feedback": "Test Feedback",
"resolution": "Fix it",
"observedValue": "None1",
"proposedValue": "MAybe 2",
"locale": "en-US",
"entityIdentifier": "60606",
"delete": false,
"scope": 0,
"severity": 0,
"feedbackSent": "2022-06-23T11:51:37.321Z"
}
]
}
}
Response 200 OK
No Response
Was this article helpful?