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": "ad2cfaa8-b302-4364-aeed-7b3492c9e2e3",
"idCliente": "3d59719a-f8a1-4882-bc6e-a42ab295b5dd",
"nomCentroCostos": "sample string 3",
"nomCliente": "sample string 4",
"num": 5
}