GET api/ProdutoMarcasB?search={search}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| search | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of Plusnet.WebStore.BO.ProdutoMarca| Name | Description | Type | Additional information |
|---|---|---|---|
| ProdutoMarcaID | integer |
None. |
|
| Nome | string |
Required String length: inclusive between 0 and 64 (Nome) |
|
| NomeAmigavel | string |
Required String length: inclusive between 0 and 96 (Nome Amigável) |
Response Formats
application/json, text/json
Sample:
[
{
"ProdutoMarcaID": 1,
"Nome": "sample string 2",
"NomeAmigavel": "sample string 3"
},
{
"ProdutoMarcaID": 1,
"Nome": "sample string 2",
"NomeAmigavel": "sample string 3"
}
]