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": "36a298e2-3776-40a2-9f5b-54631be3472d",
"idCliente": "d43f71b5-4436-4dd8-be42-82fd77906bb0",
"nomCentroCostos": "sample string 3"
},
{
"$ref": "2"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.