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": "9a526712-72ee-48db-9067-97e2da634247",
  "idZona": "f56ab54d-f157-44e4-b8cb-e5e9b66cb63f",
  "nomPlaza": "sample string 3",
  "nomZona": "sample string 4",
  "num": 5
}