- Developer guide
- New to our DevPortal 🤔
- Authentication
- Webhook
- Overview
- Invoice Webhooks
- Orders Webhooks
- Menu Webhooks
- Loyalty Webhooks
- Customer webhook
- Error webhook
- Orders
- Menu
- Categories
- Products
- MenuGET
- Branches
- Devices
- Order type
- Price Lists
- Payment Methods
- Order Charges
- Taxes
- Customers
Tax list
GET
https://{serviceID}.retm.sa/api/v2/taxes/list
Request
None
Responses
🟢200Tax list
application/json
Body
array of:
uuid
string
optional
name
object
optional
en
string
required
ar
string
required
type
integer
optional
value
string
optional
Example
[
{
"uuid": "01GZERV8JS80XC4FCV0Y90ATJ6",
"name": {
"en": "VAT",
"ar": "ضريبة القيمة المضافة"
},
"type": 2,
"value": "15.000"
}
]
Modified at 2023-12-24 21:03:47