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": "fd5f6197-1f59-4cb0-9634-4de1b86efaaf",
"idCliente": "e70c1c2c-6f2f-4678-886e-a6aec853305b",
"nomCentroCostos": "sample string 3"
},
{
"$ref": "2"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.