Localization
Adds a new currency to the system.
Bearer token for authentication.
testsdfsnull01Successfully added a new currency
Bad request, invalid input
Limit the number of results
Offset for pagination
Count flag (should be 0 or true/false)
Search keyword to filter the languages
Filter languages by status (1 for active)
Filter by default language
Bearer token for authentication.
Successfully retrieved the language list
Successfully retrieved the language list
The ID of the country to update
Bearer token for authentication.
The name of the country
The 2-letter ISO code for the country
The 3-letter ISO code for the country
Indicates whether a postcode is required (1 for true, 0 for false)
The status of the country (e.g., 0 for inactive, 1 for active)
The country ID being updated
Successfully updated the country
Invalid input
Country not found
The ID of the language to update
Bearer token for authentication.
The language code
The language name
The image associated with the language
The sort order of the language
The status of the language
The unique ID of the language to update
Successfully updated the language
Invalid language ID or data
Language not found
Bearer token for authentication.
The language code
The language name
The image associated with the language (optional)
The sort order of the language
The status of the language
Successfully added a new language
Invalid input data
Not Found
The number of zones to retrieve. Defaults to 10.
The offset for pagination. Defaults to 0.
A keyword to search zones.
If true, will return a count of zones instead of the zone list.
The status of the zones (1 for active, 0 for inactive).
Bearer token for authentication.
Successfully retrieved all zone list
Invalid query parameters
Bearer token for authentication.
The country ID to which the zone belongs.
The unique code for the zone.
The name of the zone.
The status of the zone (1 for active, 0 for inactive).
Successfully created a new zone
Invalid input data
Updates a zone with the provided details.
ID of the zone to update
Bearer token for authentication.
4dftest1110Successfully updated the zone
Bad request
Updates an existing currency with the provided details.
ID of the currency to update
Bearer token for authentication.
testsdfsnull01Successfully updated the currency
Bad request, invalid input
Currency not found
Deletes an existing currency by ID.
ID of the currency to delete
Bearer token for authentication.
Successfully deleted the currency
Bad request, invalid input
Currency not found
Retrieves a list of taxes based on the given filters.
The maximum number of items to return
10The offset for pagination
0Search keyword for filtering tax list
If true, returns only the count of taxes, not the actual list
falseFilter by status (e.g., active/inactive)
Bearer token for authentication.
Successfully retrieved the list of taxes
Bad request, invalid input
Creates a new tax record with the provided details.
Bearer token for authentication.
test441Successfully created the new tax
Bad request, invalid input
Updates the tax with the provided ID and new details.
The ID of the tax to update
Bearer token for authentication.
test441Successfully updated the tax
Bad request, invalid input
Last updated