GET api/v2/Brands?token={token}&brandname={brandname}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| token | string |
Required |
|
| brandname | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Brands| Name | Description | Type | Additional information |
|---|---|---|---|
| USCATVLS_1 | string |
None. |
|
| Orden | byte |
None. |
|
| Leyenda | string |
None. |
|
| Ruta_Logo_MXSLS | string |
None. |
|
| Ruta_Logo_Lista | string |
None. |
|
| Enable | boolean |
None. |
|
| Sequence_id | integer |
None. |
|
| Ruta_Logo_Rectangular | string |
None. |
|
| Stock_Disponible | boolean |
None. |
|
| Orden_MaxSales | byte |
None. |
Response Formats
application/json, text/json
Sample:
{
"USCATVLS_1": "sample string 1",
"Orden": 64,
"Leyenda": "sample string 2",
"Ruta_Logo_MXSLS": "sample string 3",
"Ruta_Logo_Lista": "sample string 4",
"Enable": true,
"Sequence_id": 1,
"Ruta_Logo_Rectangular": "sample string 5",
"Stock_Disponible": true,
"Orden_MaxSales": 64
}
application/xml, text/xml
Sample:
<Brands xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MaxSalesApi.Models"> <Enable>true</Enable> <Leyenda>sample string 2</Leyenda> <Orden>64</Orden> <Orden_MaxSales>64</Orden_MaxSales> <Ruta_Logo_Lista>sample string 4</Ruta_Logo_Lista> <Ruta_Logo_MXSLS>sample string 3</Ruta_Logo_MXSLS> <Ruta_Logo_Rectangular>sample string 5</Ruta_Logo_Rectangular> <Sequence_id>1</Sequence_id> <Stock_Disponible>true</Stock_Disponible> <USCATVLS_1>sample string 1</USCATVLS_1> </Brands>