A finalidade deste método é, possibilitar a consulta dos tipos das marcas do produtos.
GET api/v2/sm_products/type-brand?
Description={Description}&TypeBrand=
{TypeBrand}&_pageNo=
{_pageNo}&_pageSize=
{_pageSize}
Nome (Name) | Descrição (Description) | Tipo (Type) | Informações Adicionais (Adittional Information) |
description | string | Tamanho da string: inclusive between 0 and 200 | |
typeBrand | string | Tamanho da String: inclusive between 0 and 5 | |
_pageNo | integer | Não há. | |
_pageSize | integer | Não há. |
Não há.
Collection of TypeBrandResponseDTO
Nome (Name) | Descrição (Description) | Tipo (Type) | Informações Adicionais (Adittional Information) |
description | string | Tamanho da string: inclusive between 0 and 200 | |
typeBrand | string | Tamanho da string: inclusive between 0 and 5 | |
seqTypeBrand | integer | Não há. |
Exemplo (Sample):
[
{
"description": "sample string 1",
"typeBrand": "sample string 2",
"seqTypeBrand": 3
},
{
"description": "sample string 1",
"typeBrand": "sample string 2",
"seqTypeBrand": 3
}
]
Exemplo (Sample):
<ArrayOfTypeBrandResponseDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://schemas.datacontract.org/2004/07/Consinco.SM.API.Entities.Entities.v2.Brand">
<TypeBrandResponseDTO>
<Description>sample string 1</Description>
<SeqTypeBrand>3</SeqTypeBrand>
<TypeBrand>sample string 2</TypeBrand>
</TypeBrandResponseDTO>
<TypeBrandResponseDTO>
<Description>sample string 1</Description>
<SeqTypeBrand>3</SeqTypeBrand>
<TypeBrand>sample string 2</TypeBrand>
</TypeBrandResponseDTO>
</ArrayOfTypeBrandResponseDTO>