GET api/conector/getmakes?identifier={identifier}&transactionId={transactionId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| identifier | string |
None. |
|
| transactionId | string |
None. |
Body Parameters
None.
Response Information
Resource Description
GetMarcasResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| CodRetorno | integer |
None. |
|
| Mensaje | string |
None. |
|
| Marcas | Collection of MarcaDTO |
None. |
Response Formats
application/json, text/json
Sample:
{
"Marcas": null,
"CodRetorno": 1,
"Mensaje": "sample string 2"
}
application/xml, text/xml
Sample:
<GetMarcasResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/vivo_aps.Models"> <CodRetorno>1</CodRetorno> <Marcas i:nil="true" /> <Mensaje>sample string 2</Mensaje> </GetMarcasResponse>