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": "57d6a6d9-4672-48d1-a187-4e3cd5b3aa4b",
  "idZona": "1cab238a-3851-435f-a9ed-e922a924786d",
  "nomPlaza": "sample string 3",
  "nomZona": "sample string 4",
  "num": 5
}