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": "7948836a-4689-4f27-9049-45b188e40745",
    "idCliente": "6be8ccd7-9915-4876-b9b9-b0b9955b1cb1",
    "nomCentroCostos": "sample string 3"
  },
  {
    "$ref": "2"
  }
]

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.