Localization
Adds a new currency to the system.
Bearer token for authentication.
test
sdf
s
null
0
1
Successfully added a new currency
Bad request, invalid input
POST /backend/api/currency HTTP/1.1
Host: 139.59.67.17
Authorization: text
Content-Type: application/x-www-form-urlencoded
Accept: */*
Content-Length: 90
"title='test'&code='sdf'&symbolLeft='s'&symbolRight='null'&value=0&status='1'"
<?xml version="1.0"?>
<object>
<status>1</status>
<message>Successfully added new currency</message>
</object>
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
GET /backend/api/language HTTP/1.1
Host: 139.59.67.17
Authorization: text
Accept: */*
Successfully retrieved the language list
<?xml version="1.0"?>
<object>
<status>1</status>
<message>Successfully got all language List</message>
</object>
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
PUT /backend/api/country/{id} HTTP/1.1
Host: 139.59.67.17
Authorization: text
Content-Type: application/x-www-form-urlencoded
Accept: */*
Content-Length: 107
"name='text'&isoCode2='text'&isoCode3='text'&postcodeRequired=1&status='text'&countryId='text'"
<?xml version="1.0"?>
<object>
<status>1</status>
<message>text</message>
</object>
The ID of the country to delete
Bearer token for authentication.
Successfully deleted the country
Country not found
DELETE /backend/api/country/{id} HTTP/1.1
Host: 139.59.67.17
Authorization: text
Accept: */*
<?xml version="1.0"?>
<object>
<status>1</status>
<message>text</message>
</object>
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
PUT /backend/api/language/{id} HTTP/1.1
Host: 139.59.67.17
Authorization: text
Content-Type: application/x-www-form-urlencoded
Accept: */*
Content-Length: 89
"code='text'&name='text'&image='text'&sortOrder=1&status='text'&languageId=1"
<?xml version="1.0"?>
<object>
<status>1</status>
<message>text</message>
</object>
The ID of the language to be deleted
Bearer token for authentication.
Successfully deleted the language
Invalid ID provided
Language not found
DELETE /backend/api/language/{id} HTTP/1.1
Host: 139.59.67.17
Authorization: text
Accept: */*
<?xml version="1.0"?>
<object>
<status>1</status>
<message>text</message>
</object>
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
POST /backend/api/language/ HTTP/1.1
Host: 139.59.67.17
Authorization: text
Content-Type: application/x-www-form-urlencoded
Accept: */*
Content-Length: 74
"code='text'&name='text'&image='text'&sortOrder=1&status='text'"
<?xml version="1.0"?>
<object>
<status>1</status>
<message>text</message>
</object>
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
GET /backend/api/zone HTTP/1.1
Host: 139.59.67.17
Authorization: text
Accept: */*
<?xml version="1.0"?>
<object>
<status>1</status>
<message>text</message>
</object>
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
POST /backend/api/zone HTTP/1.1
Host: 139.59.67.17
Authorization: text
Content-Type: application/x-www-form-urlencoded
Accept: */*
Content-Length: 54
"countryId=1&code='text'&name='text'&status=1"
<?xml version="1.0"?>
<object>
<status>1</status>
<message>text</message>
</object>
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
Bad request
PUT /backend/api/zone/{zoneId} HTTP/1.1
Host: 139.59.67.17
Authorization: text
Content-Type: application/x-www-form-urlencoded
Accept: */*
Content-Length: 67
"countryId=4&code='df'&name='test'&status='1'&zoneId=110"
<?xml version="1.0"?>
<object>
<status>1</status>
<message>Successfully updated the zone</message>
</object>
Deletes a zone identified by its ID.
ID of the zone to delete
Bearer token for authentication.
Successfully deleted the zone
Bad request
DELETE /backend/api/zone/{zoneId} HTTP/1.1
Host: 139.59.67.17
Authorization: text
Accept: */*
<?xml version="1.0"?>
<object>
<status>1</status>
<message>Successfully deleted the Zone</message>
</object>
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
Bad request, invalid input
Currency not found
PUT /backend/api/currency/{currencyId} HTTP/1.1
Host: 139.59.67.17
Authorization: text
Content-Type: application/x-www-form-urlencoded
Accept: */*
Content-Length: 90
"title='test'&code='sdf'&symbolLeft='s'&symbolRight='null'&value=0&status='1'"
<?xml version="1.0"?>
<object>
<status>1</status>
<message>Successfully updated the currency</message>
</object>
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
DELETE /backend/api/currency/{currencyId} HTTP/1.1
Host: 139.59.67.17
Authorization: text
Accept: */*
<?xml version="1.0"?>
<object>
<status>1</status>
<message>Successfully deleted the currency</message>
</object>
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
Bad request, invalid input
GET /backend/api/tax/tax-list HTTP/1.1
Host: 139.59.67.17
Authorization: text
Accept: */*
<?xml version="1.0"?>
<object>
<status>1</status>
<message>Successfully get all tax list</message>
</object>
Creates a new tax record with the provided details.
Bearer token for authentication.
test
44
1
Successfully created the new tax
Bad request, invalid input
POST /backend/api/tax/add-tax HTTP/1.1
Host: 139.59.67.17
Authorization: text
Content-Type: application/x-www-form-urlencoded
Accept: */*
Content-Length: 55
"taxName='test'&taxPercentage='44'&taxStatus='1'"
<?xml version="1.0"?>
<object>
<status>1</status>
<message>Successfully created new tax</message>
</object>
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
Bad request, invalid input
PUT /backend/api/tax/update-tax/{taxId} HTTP/1.1
Host: 139.59.67.17
Authorization: text
Content-Type: application/x-www-form-urlencoded
Accept: */*
Content-Length: 53
"taxName='test'&taxPercentage=44&taxStatus='1'"
<?xml version="1.0"?>
<object>
<status>1</status>
<message>Successfully updated the tax</message>
</object>
Deletes a tax by ID.
The ID of the tax to delete
Bearer token for authentication.
Successfully deleted the tax
Tax not found
DELETE /backend/api/tax/delete-tax/{taxId} HTTP/1.1
Host: 139.59.67.17
Authorization: text
Accept: */*
<?xml version="1.0"?>
<object>
<status>1</status>
<message>Successfully deleted the tax</message>
</object>
Last updated