POST api/GetZonas_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_Zonas_Pag
NameDescriptionTypeAdditional information
idZona

globally unique identifier

None.

idCliente

globally unique identifier

None.

nomZona

string

None.

nomCliente

string

None.

num

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "idZona": "8f4cd542-1953-46ae-a862-2b56d8421468",
  "idCliente": "18ef7b6e-1310-4976-b123-aa00113bbd28",
  "nomZona": "sample string 3",
  "nomCliente": "sample string 4",
  "num": 5
}