POST api/PutCentroCostos

Request Information

URI Parameters

None.

Body Parameters

Collection of CentroCostos
NameDescriptionTypeAdditional information
idCentroCostos

globally unique identifier

None.

idCliente

globally unique identifier

None.

nomCentroCostos

string

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "$id": "2",
    "idCentroCostos": "4b51b738-3bb9-4e81-ada0-6ddf2139c3a1",
    "idCliente": "e0e3fe6f-4bda-49c6-ac2c-a143eac02d3a",
    "nomCentroCostos": "sample string 3"
  },
  {
    "$ref": "2"
  }
]

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.