GetAllStateByCountryId


Request Parameters:


This method retrieve all state by countryId


URL: ../Plugins/XcellenceIt.Plugin.Misc.NopRestApi/RemoteService/WebService.svc/GetCountryByStateId


Parameter:

{

"apiSecretKey": "k117x118z122r116t100e100r118j122",

"storeId": "1",

"stateId": "1",

"languageId":"1"

}


Response:

{

   "GetCountryByStateIdResult": {

       "Id": 0,

       "Message": null,

       "CountryId": 1,

       "CountryName": "United States",

       "LimitedToStore": false,

       "NumericIsoCode": 840,

       "TwoLetterIsoCode": "US"

   }

}