POST /api/location/list
Input Parameters | Required ? | Description |
---|---|---|
userid | Y | CRM Login User's numerical ID value. Not username |
api_key | Y | api_key for the above Userid |
ispid | N | ISP ID |
resellerid | N | Reseller ID |
location_code | N | Location Code. Wildcard search is available. You can use % in search query. |
location | N | Location Name |
curl -X POST $BASE_URL/api/location/list -d userid=5 -d api_key="0f9895fb407c83e5ea128082098b47681aa75d6944576423c4"
POST /api/location/sublocation
Input Parameters | Required ? | Description |
---|---|---|
userid | Y | CRM Login User's numerical ID value. Not username |
api_key | Y | api_key for the above Userid |
ispid | N | ISP ID |
resellerid | N | Reseller ID |
location_code | N | Location Code. Wildcard search is available. You can use % in search query. |
sub_location_code | N | Sub Location Code. Wildcard search is available. You can use % in search query. |
sub_location | N | Sub Location Name |
curl -X POST $BASE_URL/api/location/sublocation -d userid=5 -d api_key="0f9895fb407c83e5ea128082098b47681aa75d6944576423c4" -d location_code="NDL"