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": "66bc3817-edd6-43c2-a946-8fa762db72d8",
"idCliente": "77d9dd8f-b7c2-4a78-a714-3fbd88760e24",
"nomCentroCostos": "sample string 3",
"nomCliente": "sample string 4"
}