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": "02acdab6-1fe3-4eb3-a00d-e1ae54dc3d3a",
"idCliente": "403e8a97-23a9-4402-b037-90591a104eb3",
"nomCentroCostos": "sample string 3",
"nomCliente": "sample string 4"
}