Feedback
Feedback endpoints allow the Export user to send feedback to the productowner on missing item, item improvements or missing documentation on existing items.
There are three endpoints that can be used:
1. POST/api/v1/feedback/ItemImprovements
Should have the follwing parameters:
NOBB Number - required
Supplier participant number - optional
If missing: defaults to Supplier registered as Main supplier.
User information (sender): Required
E-mail adress
First name
Last name
Feedback (text)
POST/api/v1/feedback/missingItem
Should have the following parameters
Supplier Participant number - optional
Supplier name (text) - optional
User information (sender): Required
E-mail adress
First name
Last name
Feedback (text)
POS/api/v1/feedback/missingDocumentation
Should have the follwing paramters
NobbNumber - required
Supplier Participant number - optional
User information (sender): Required
E-mail adress
First name
Last name
Missing Documents (text)