GET api/WebApiOdata/GetAllRetailers?providerId={providerId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
providerId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of ManageRetailersViewModelName | Description | Type | Additional information |
---|---|---|---|
ProviderID | integer |
None. |
|
Name | string |
None. |
|
Code | string |
None. |
|
StoreURL | string |
None. |
|
CreatedDate | date |
None. |
|
Status | boolean |
None. |
|
ProviderTypeID | byte |
None. |
|
StorePhysicalName | string |
None. |
|
Deleted | boolean |
None. |
|
ModifiedDate | date |
None. |
Response Formats
application/json, text/json, text/html
Sample:
[ { "ProviderID": 1, "Name": "sample string 2", "Code": "sample string 3", "StoreURL": "sample string 4", "CreatedDate": "1/22/2025", "Status": true, "ProviderTypeID": 64, "StorePhysicalName": "sample string 7", "Deleted": true, "ModifiedDate": "1/22/2025" }, { "ProviderID": 1, "Name": "sample string 2", "Code": "sample string 3", "StoreURL": "sample string 4", "CreatedDate": "1/22/2025", "Status": true, "ProviderTypeID": 64, "StorePhysicalName": "sample string 7", "Deleted": true, "ModifiedDate": "1/22/2025" } ]
application/xml, text/xml
Sample:
<ArrayOfManageRetailersViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SellersCommerce.ViewModels.ManageRetailers"> <ManageRetailersViewModel> <Code>sample string 3</Code> <CreatedDate>2025-01-22T13:53:05.613997+00:00</CreatedDate> <Deleted>true</Deleted> <ModifiedDate>2025-01-22T13:53:05.6189958+00:00</ModifiedDate> <Name>sample string 2</Name> <ProviderID>1</ProviderID> <ProviderTypeID>64</ProviderTypeID> <Status>true</Status> <StorePhysicalName>sample string 7</StorePhysicalName> <StoreURL>sample string 4</StoreURL> </ManageRetailersViewModel> <ManageRetailersViewModel> <Code>sample string 3</Code> <CreatedDate>2025-01-22T13:53:05.613997+00:00</CreatedDate> <Deleted>true</Deleted> <ModifiedDate>2025-01-22T13:53:05.6189958+00:00</ModifiedDate> <Name>sample string 2</Name> <ProviderID>1</ProviderID> <ProviderTypeID>64</ProviderTypeID> <Status>true</Status> <StorePhysicalName>sample string 7</StorePhysicalName> <StoreURL>sample string 4</StoreURL> </ManageRetailersViewModel> </ArrayOfManageRetailersViewModel>