Countries API
Get Countries
GET /api/v1/manager-core/countries
Get enabled countries.
Edit Country
PUT /api/v1/manager-core/countries/{id}
Parameters:
id(path) - Country ID
Get All Countries
GET /api/v1/manager-core/countries/all
Get all countries regardless of status.
Get Countries in CRM
GET /api/v1/manager-core/countries/crm
Get countries that are in CRM.
Get Countries with Details
GET /api/v1/manager-core/countries/details
Get countries with full details.
Enable Country
POST /api/v1/manager-core/countries/enable
Request Body:
| Parameter | Type | Required | Validation |
|---|---|---|---|
| id | integer | Yes | Country ID |
Disable Country
POST /api/v1/manager-core/countries/disable
Request Body:
| Parameter | Type | Required | Validation |
|---|---|---|---|
| id | integer | Yes | Country ID |