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": "60d24511-946c-43a6-995b-fbe1501efd3b",
  "idCliente": "89fc08c8-85d4-4aae-b3bc-3478332d60e6",
  "nomCentroCostos": "sample string 3",
  "nomCliente": "sample string 4",
  "num": 5
}