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": "bc47f235-d7aa-42ef-b62c-38038219b5d1",
  "idZona": "806e8355-d19d-4a2e-9521-8c38279f3622",
  "nomPlaza": "sample string 3",
  "nomZona": "sample string 4",
  "num": 5
}