Light Mode
Update Subscription Balance
POST
/apps/balanceLast modified: 2 months ago
This endpoint allows you to update the balance of an Application's subscription.
:::note
The endpoint complies with the Pay As You Go Plan feature on Salla Partners
:::
Request
Body Params application/json
balance
integer
required
App Subscription Balance
Example:
2399
Example
{
"balance": 2399
}
Request samples
Responses
Created(201)
Error Validation(422)
HTTP Code: 201
Content Type : JSONapplication/json
Data Schema
No schema defined
Example
{
"status": 201,
"success": true,
"data": {
"message": "تم تحديث رصيد المتجر بنجاح",
"code": 201
}
}
Last modified: 2 months ago