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": "b4007624-85c5-4965-8143-ffefcac81321",
  "idCliente": "68217688-73d0-4f64-aa84-45c924cd16fa",
  "nomCentroCostos": "sample string 3",
  "nomCliente": "sample string 4",
  "num": 5
}