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": "bb275dd3-02e5-4ced-a6c0-92237a71fc82",
  "idCliente": "a97fcd20-f1a1-4a9e-bfb2-637e3451d0d5",
  "nomZona": "sample string 3",
  "nomCliente": "sample string 4",
  "num": 5
}