GET api/Provider/GetAllDevProviders

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of ProviderLiveViewModel
NameDescriptionTypeAdditional information
ProviderID

integer

None.

StoreURL

string

None.

StoreSSLURL

string

None.

AdminURL

string

None.

Response Formats

application/json, text/json, text/html

Sample:
[
  {
    "ProviderID": 1,
    "StoreURL": "sample string 2",
    "StoreSSLURL": "sample string 3",
    "AdminURL": "sample string 4"
  },
  {
    "ProviderID": 1,
    "StoreURL": "sample string 2",
    "StoreSSLURL": "sample string 3",
    "AdminURL": "sample string 4"
  }
]

application/xml, text/xml

Sample:
<ArrayOfProviderLiveViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SellersCommerce.ViewModels.Settings">
  <ProviderLiveViewModel>
    <_x003C_AdminURL_x003E_k__BackingField>sample string 4</_x003C_AdminURL_x003E_k__BackingField>
    <_x003C_ProviderID_x003E_k__BackingField>1</_x003C_ProviderID_x003E_k__BackingField>
    <_x003C_StoreSSLURL_x003E_k__BackingField>sample string 3</_x003C_StoreSSLURL_x003E_k__BackingField>
    <_x003C_StoreURL_x003E_k__BackingField>sample string 2</_x003C_StoreURL_x003E_k__BackingField>
  </ProviderLiveViewModel>
  <ProviderLiveViewModel>
    <_x003C_AdminURL_x003E_k__BackingField>sample string 4</_x003C_AdminURL_x003E_k__BackingField>
    <_x003C_ProviderID_x003E_k__BackingField>1</_x003C_ProviderID_x003E_k__BackingField>
    <_x003C_StoreSSLURL_x003E_k__BackingField>sample string 3</_x003C_StoreSSLURL_x003E_k__BackingField>
    <_x003C_StoreURL_x003E_k__BackingField>sample string 2</_x003C_StoreURL_x003E_k__BackingField>
  </ProviderLiveViewModel>
</ArrayOfProviderLiveViewModel>