GET api/coordinadores/get

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of CoordinadoresDTO
NameDescriptionTypeAdditional information
CoordinadorId

string

None.

NombreCoordinador

string

None.

CodgCoordinador

string

None.

TelefonoCoordinador

string

None.

Estado

string

None.

CodgDeprtmnt

string

None.

Porcentaje

integer

None.

gedeprtmnt

DepartamentoDTO

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "CoordinadorId": "sample string 1",
    "NombreCoordinador": "sample string 2",
    "CodgCoordinador": "sample string 3",
    "TelefonoCoordinador": "sample string 4",
    "Estado": "sample string 5",
    "CodgDeprtmnt": "sample string 6",
    "Porcentaje": 1,
    "gedeprtmnt": {
      "$id": "2",
      "decod": "sample string 1",
      "denombre": "sample string 2"
    }
  },
  {
    "$ref": "1"
  }
]