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": "3015eed7-f6da-4345-92d7-5f439a5bf94a",
"idCliente": "847c78f6-77c1-4182-98d1-5c69dd0022e9",
"nomCentroCostos": "sample string 3"
},
{
"$ref": "2"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.