POST api/GetCentroCostos?idCliente={idCliente}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| idCliente | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
TB_CentroCostos| Name | Description | Type | Additional information |
|---|---|---|---|
| idCentroCostos | globally unique identifier |
None. |
|
| idCliente | globally unique identifier |
None. |
|
| nomCentroCostos | string |
None. |
|
| nomCliente | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"idCentroCostos": "eb02dab2-bafa-45ce-a4a6-71b1d3af6b55",
"idCliente": "e3069e73-c63b-46c8-a397-b65fc4a974f0",
"nomCentroCostos": "sample string 3",
"nomCliente": "sample string 4"
}