POST api/GetPlazas_Pag?idCliente={idCliente}&Ren={Ren}&Pag={Pag}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
idCliente

globally unique identifier

Required

Ren

integer

Required

Pag

integer

Required

Body Parameters

None.

Response Information

Resource Description

TB_Plazas_Pag
NameDescriptionTypeAdditional information
idPlaza

globally unique identifier

None.

idZona

globally unique identifier

None.

nomPlaza

string

None.

nomZona

string

None.

num

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "idPlaza": "9ea70c57-cbb4-43df-8e52-3e3f986cd6fd",
  "idZona": "cee737cb-7a25-40b0-92c8-101fead40c59",
  "nomPlaza": "sample string 3",
  "nomZona": "sample string 4",
  "num": 5
}