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": "1a4f94aa-16a9-4703-a24a-9944e04161d8",
    "idCliente": "9ebf5086-a970-4355-8008-3ea9f7812133",
    "nomCentroCostos": "sample string 3"
  },
  {
    "$ref": "2"
  }
]

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.