GET api/WebApiOdata/GetAllColorsOrcode?providerID={providerID}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
providerID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of ColorcodeViewModelName | Description | Type | Additional information |
---|---|---|---|
ColorCode | string |
None. |
Response Formats
application/json, text/json, text/html
Sample:
[ { "ColorCode": "sample string 1" }, { "ColorCode": "sample string 1" } ]
application/xml, text/xml
Sample:
<ArrayOfColorcodeViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SellersCommerce.ViewModels.Reports"> <ColorcodeViewModel> <ColorCode>sample string 1</ColorCode> </ColorcodeViewModel> <ColorcodeViewModel> <ColorCode>sample string 1</ColorCode> </ColorcodeViewModel> </ArrayOfColorcodeViewModel>