New Country Name





Label
Code
Code
  • Its unique reference of Country Name.
  • Its a Mandatory input field.
  • Allowed only Alphanumeric.
  • Other special characters are not allow.
  • Copy & paste not allow.
  • Duplicate not allow.
  • Edit Code not allow in future, so do carefully.
Country Name
CountryName
  • The name of a country, which can have cultural and diplomatic significance.
  • Its a Mandatory input field.
  • Allowed Alphabets, space and dot.
  • Other special characters are not allow.
  • Copy & paste not allow.
  • Duplicate not allow.
International Code
InternationalCode
International Code
  • It is used to identify countries and play a crucial role in international communication.
  • Its a Mandatory input field.
  • Allowed Alphabets and space.
  • Other special characters are not allow.
  • Copy & paste not allow.
  • Duplicate not allow.
Telecom Code
TelecomCode
  • A prefix used to dial a phone number in different country.
  • Its a Mandatory input field.
  • Allowed Numbers and + .
  • Other special characters are not allow.
  • Copy & paste not allow.
  • Duplicate not allow.
Remarks
Remarks
  • Non-mandatory inputs.
  • Allowed only alphanumeric.
  • Space and @#%^&*()_-+=:;/?.>,< special characters are allow.
  • Copy & paste not allow.

Edit Country Name



Label
Code
Code
  • Its unique reference of Country Name.
  • Its a view only not editable.
Country Name
CountryName
  • If edit country name here change and update.
  • Its a Mandatory input field.
  • Allowed Alphabets, space and dot.
  • Other special characters are not allow.
  • Copy & paste not allow.
  • Duplicate not allow.
International Code
InternationalCode
  • If edit International code here change and update.
  • Its a Mandatory input field.
  • Allowed Alphabets and space.
  • Other special characters are not allow.
  • Copy & paste not allow.
  • Duplicate not allow.
Telecom Code
TelecomCode
Telecom Code
  • If edit Telecom code here change and update.
  • Its a Mandatory input field.
  • Allowed Numbers and + .
  • Other special characters are not allow.
  • Copy & paste not allow.
  • Duplicate not allow.
Status
Status
  • Status is Particular service or Some thing currentry active or Deactive.
  • Select reqired one.
  • Its a Mandatory input field.
Remarks
Remarks
  • Non-mandatory inputs.
  • Allowed only alphanumeric.
  • Space and @#%^&*()_-+=:;/?.>,< special characters are allow.
  • Copy & paste not allow.

View Country Name



Delete Country Name





Country Names List



Webservice

Get List

url: webservice.php?action=l&method=mccol
{"status":"success",
                            "data":[{"ID":"6512bd43d9caa6e02c990b0a82652dca",
                            "Code":"CN01",
                            "CountryName":"India",
                            "TelecomCode":"+91",
                            "InternationalCode":"IND",
                            "Remarks":"Country Name 1",
                            "Status":1,
                            "CreatedOn":"2024-09-14 15:51:11"},
                            {"ID":"6f4922f45568161a8cdf4ad2299f6d23",
                            "Code":"CN02",
                            "CountryName":"Bahrain",
                            "TelecomCode":"+973",
                            "InternationalCode":"BHR",
                            "Remarks":"Country Name 2",
                            "Status":1,
                            "CreatedOn":"2024-10-07 15:51:16"},
                            {"ID":"1f0e3dad99908345f7439f8ffabdffc4",
                            "Code":"CN03",
                            "CountryName":"Oman",
                            "TelecomCode":"+968",
                            "InternationalCode":"OM",
                            "Remarks":"Country Name 3",
                            "Status":1,
                            "CreatedOn":"2024-10-07 15:52:56"}]}
                            
{"status":"failure","message":"data not found}

Add New

url: webservice.php?action=a&method=mccol
Input
                             Code=1234
                             CountryName=aa
                             InternationalCode=AA
                             TelecomCode=88
                             Remarks=Country
                             
{"status":"success","message":"Successfuly created","div":""}
{"status":"failure","message":"Already Exists","div":"CountryName"}

Get Data

url: webservice.php?action=g&method=mccol&ID=1ff1de774005f8da13f42943881c655f
{"status":"success",
                            "data":[{"ID":"33e75ff09dd601bbe69f351039152189",
                            "CountryName":"aa",
                            "TelecomCode":"88",
                            "InternationalCode":"AA",
                            "Remarks":"Country",
                            "Status":1,
                            "Code":"1234",
                            "CreatedOn":"2024-12-27 11:47:33"}]}
                            

Update

url: webservice.php?action=u&method=mccol
Input
                            ID=33e75ff09dd601bbe69f351039152189
                            CountryName=aab
                            InternationalCode=AAB
                            TelecomCode=88
                            Status=1
                            Remarks=Country
                            
{"status":"success","message":"Updated successfully","div":""}
{"status":"failure","message":"unable to update","div":""}

Delete

url: webservice.php?action=r&method=mccol
Input
delID=33e75ff09dd601bbe69f351039152189
{"status":"success","message":"Deleted sucessfully"}