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": "c7ac9734-483d-4a3d-926e-687474232467",
  "idZona": "34714db6-d181-449b-bc96-923077d15b90",
  "nomPlaza": "sample string 3",
  "nomZona": "sample string 4",
  "num": 5
}