POST api/PostCentroCostos
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": "893c6381-9a3b-48c5-bad2-5aa642783348",
"idCliente": "434b9444-7c2e-439e-a62c-a65aa0ae3855",
"nomCentroCostos": "sample string 3"
},
{
"$ref": "2"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.