POST api/PutCentroCostos
Request Information
URI Parameters
None.
Body Parameters
Collection of CentroCostos| Name | Description | Type | Additional information |
|---|---|---|---|
| idCentroCostos | globally unique identifier |
None. |
|
| idCliente | globally unique identifier |
None. |
|
| nomCentroCostos | string |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"$id": "2",
"idCentroCostos": "717694f2-20bd-46f7-86ba-efa9f07c4a37",
"idCliente": "ff545677-d463-4df8-a766-37cd4e1d9807",
"nomCentroCostos": "sample string 3"
},
{
"$ref": "2"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.