Medipim API V3

Developer documentation

GET /v3/corrections/create

Request

Method

POST

URL

https://api.medipim.be/v3/corrections/create

Body

  • data:
    • cnk: CNK code of the product
    • locale: Locale language of the correction. This field is optional, the default value is nl
    • type: The full list of suggestions IDs that can be assigned.
    • text: Feedback text

Response

Body

  • correction:
    • id, cnk, ...: feedback information (same format as described here)

Examples