POST api/PostCentroCostos

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": "1df00421-49ff-4b17-80c3-a10a05b442ec",
    "idCliente": "487638d4-3758-42c0-9f52-f886414c26e1",
    "nomCentroCostos": "sample string 3"
  },
  {
    "$ref": "2"
  }
]

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.