POST api/GetCentroCostos_Pag?idCliente={idCliente}&Ren={Ren}&Pag={Pag}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| idCliente | globally unique identifier |
Required |
|
| Ren | integer |
Required |
|
| Pag | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
TB_CentroCostos_Pag| Name | Description | Type | Additional 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": "7c4e3097-76f2-4495-9f0f-b47e2e281e97",
"idCliente": "c50fe14d-4e2e-4862-877d-7feb5623a401",
"nomCentroCostos": "sample string 3",
"nomCliente": "sample string 4",
"num": 5
}