Store Settings
Bearer token for authentication.
Settings Updated Successfully
Invalid input
Internal Server Error
POST /backend/api/settings HTTP/1.1
Host: 139.59.67.17
Authorization: text
Content-Type: application/x-www-form-urlencoded
Accept: */*
Content-Length: 794
"metaTagTitle='text'&metaTagDescription='text'&metaTagKeywords='text'&businessName='text'&siteUrl='text'&storeOwner='text'&storeAddress1='text'&storeAddress2='text'&storeDescription='text'&storeEmail='text'&storeTelephone='text'&storeCity='text'&storePostalCode='text'&siteCategory='text'&maintenanceMode=1&storeLanguageName='text'&storeSecondaryLanguageName='text'&storeCurrencyId=1&timeZone='text'&twitter='text'&linkedIn='text'&instagram='text'&youtube='text'&facebook='text'&status=1&invoicePrefix='text'&orderStatus=1&categoryProductCount=1&itemsPerPage=1&settingId=1&accessKey='text'&siteName='text'&timeFormat='text'¤cySymbol='text'&defaultCountry=1&zoneId=1&countryId=1&country='text'&defaultWebsite=1"
No content
Limit of records
0
Offset for pagination
0
Search keyword
Flag to get count (0 or 1)
0
Filter by status
1
Bearer token for authentication.
Successfully got all country list
GET /backend/api/country HTTP/1.1
Host: 139.59.67.17
Authorization: text
Accept: */*
Successfully got all country list
<?xml version="1.0"?>
<object>
<status>1</status>
<message>Successfully get all country List</message>
</object>
Bearer token for authentication.
Successfully got all zone list
GET /backend/api/list/zone HTTP/1.1
Host: 139.59.67.17
Authorization: text
Accept: */*
Successfully got all zone list
<?xml version="1.0"?>
<object>
<status>1</status>
<message>Successfully get all zone list</message>
</object>
ID of the setting to fetch
Bearer token for authentication.
Successfully fetched the settings
GET /backend/api/settings/{id} HTTP/1.1
Host: 139.59.67.17
Authorization: text
Accept: */*
Successfully fetched the settings
<?xml version="1.0"?>
<object>
<status>1</status>
<message>Successfully get settings</message>
</object>
Limit the number of results
Offset for pagination
Search keyword to filter the currencies
Count flag (should be 0 or true/false)
Filter currencies by status (1 for active)
Bearer token for authentication.
Successfully retrieved the currency list
GET /backend/api/currency HTTP/1.1
Host: 139.59.67.17
Authorization: text
Accept: */*
Successfully retrieved the currency list
<?xml version="1.0"?>
<object>
<status>1</status>
<message>Successfully got the complete currency list</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>
Limit the number of results
Offset for pagination
Search keyword to filter the categories
Sort order (0 for ascending, 1 for descending)
Filter categories by status (1 for active)
Filter categories by name
Filter categories by industry ID
Bearer token for authentication.
Successfully retrieved the category list
GET /backend/api/category HTTP/1.1
Host: 139.59.67.17
Authorization: text
Accept: */*
Successfully retrieved the category list
<?xml version="1.0"?>
<object>
<status>1</status>
<message>text</message>
</object>
Last updated