Marketplace
Set payment discount for locations
Sets a payment discount for specific locations when they pay through Altegio platform.
Note: This endpoint is intended for marketplace partners only. Requires marketplace partner authorization.
post/marketplace/application/add_discount
Headers
Acceptstring required
Content-Typestring required
Authorizationstring required
Bearer {partner_token}
Request body
Example request
{
"salon_ids": [
123,
456
],
"application_id": 123,
"discount": 15.54
}Response
Discount successfully applied
Example response
{
"success": true
}