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": "6e4a6bb3-9172-4a4c-811c-482d12642617",
  "idCliente": "88b81f08-a0dd-406e-b05c-7558fe10eb1b",
  "nomCentroCostos": "sample string 3",
  "nomCliente": "sample string 4",
  "num": 5
}