Last updated 3 months ago
Fetches a list of countries.
Bearer token for vendor authentication
GET /backend/api/list/country-list HTTP/1.1 Host: 139.59.67.17 Authorization: text Accept: */*
Successfully retrieved the list of countries.
<?xml version="1.0"?> <object> <status>1</status> <message>Successfully got the list of countries</message> </object>
Fetches a list of industries.
GET /backend/api/list/industry HTTP/1.1 Host: 139.59.67.17 Authorization: text Accept: */*
Successfully retrieved the list of industries.
<?xml version="1.0"?> <object> <status>1</status> <message>Successfully got industry list</message> </object>
Fetches a list of zones.
GET /backend/api/list/zone HTTP/1.1 Host: 139.59.67.17 Authorization: text Accept: */*
Successfully retrieved the list of zones.
<?xml version="1.0"?> <object> <status>1</status> <message>Successfully get all zone list</message> </object>