GET v1/Agentes/GetAgentes

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of wsListaAgentesResult
NameDescriptionTypeAdditional information
CODIGO

string

None.

NOMBRE

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "CODIGO": "sample string 1",
    "NOMBRE": "sample string 2"
  },
  {
    "CODIGO": "sample string 1",
    "NOMBRE": "sample string 2"
  }
]

application/xml, text/xml

Sample:
<ArrayOfwsListaAgentesResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APIHero7.Data">
  <wsListaAgentesResult>
    <CODIGO>sample string 1</CODIGO>
    <NOMBRE>sample string 2</NOMBRE>
  </wsListaAgentesResult>
  <wsListaAgentesResult>
    <CODIGO>sample string 1</CODIGO>
    <NOMBRE>sample string 2</NOMBRE>
  </wsListaAgentesResult>
</ArrayOfwsListaAgentesResult>