POST api/GetCentroCostos_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_CentroCostos_Pag
NameDescriptionTypeAdditional information
idCentroCostos

globally unique identifier

None.

idCliente

globally unique identifier

None.

nomCentroCostos

string

None.

nomCliente

string

None.

num

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "idCentroCostos": "f5cf331d-b691-436a-9f83-a50c248b62e3",
  "idCliente": "f8896f7d-ab09-405e-905b-376cd9180828",
  "nomCentroCostos": "sample string 3",
  "nomCliente": "sample string 4",
  "num": 5
}