Localization
Last updated
Last updated
The ID of the language to be deleted
Bearer token for authentication.
Successfully deleted the language
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
Deletes a zone identified by its ID.
ID of the zone to delete
Bearer token for authentication.
Successfully deleted the zone
Deletes an existing currency by ID.
ID of the currency to delete
Bearer token for authentication.
Successfully deleted the currency
Retrieves a list of taxes based on the given filters.
The maximum number of items to return
10
The offset for pagination
0
Search keyword for filtering tax list
If true, returns only the count of taxes, not the actual list
false
Filter by status (e.g., active/inactive)
Bearer token for authentication.
Successfully retrieved the list of taxes
Deletes a tax by ID.
The ID of the tax to delete
Bearer token for authentication.
Successfully deleted the tax
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
Adds a new currency to the system.
Bearer token for authentication.
test
sdf
s
null
0
1
Successfully added a new currency
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
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
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
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
Updates a zone with the provided details.
ID of the zone to update
Bearer token for authentication.
4
df
test
1
110
Successfully updated the zone
Updates an existing currency with the provided details.
ID of the currency to update
Bearer token for authentication.
test
sdf
s
null
0
1
Successfully updated the currency
Creates a new tax record with the provided details.
Bearer token for authentication.
test
44
1
Successfully created the new tax
Updates the tax with the provided ID and new details.
The ID of the tax to update
Bearer token for authentication.
test
44
1
Successfully updated the tax