/api/v1/feedback
POST
https://api-test.spotgo.eu/api/v1/feedback
Feedback
We recommend implementing this for the TMS, ERP providers who have more clients to manage errors.
After we receive feedback, we process it and plan the improvements.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api-test.spotgo.eu/api/v1/feedback' \
--header 'Content-Type: application/json; x-api-version=1.0' \
--data-raw '{
"transactionId": "string",
"transactionType": "Order",
"feedback": [
{
"sequenceId": 0,
"feedbackType": "Positive",
"comment": "string"
}
]
}'
Request
Body Params application/json; x-api-version=1.0
Responses
Modified at 2025-05-06 05:05:43