/
Submit appointment review
Security
BearerPartner
- Mock serverhttps://developer.alteg.io/_mock/en/public/openapi/master_record_review/{record_token}
- Production serverhttps://api.alteg.io/api/v1/master_record_review/{record_token}
curl -i -X POST \
'https://developer.alteg.io/_mock/en/public/openapi/master_record_review/{record_token}' \
-H 'Accept: application/vnd.api.v2+json' \
-H 'Authorization: Bearer <YOUR_Bearer {PartnerToken}_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"rating": 5,
"text": "Excellent service!",
"tips_amount": 22.5,
"redirect_prefix": "https://n1.app.alteg.io"
}'Response
{ "success": true, "data": { "charge": { … } }, "meta": [] }