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": "8a55e92e-21b5-49a2-aae5-3ca624bba435",
    "idCliente": "4478e21c-4f4c-47b8-8aec-2f99213497ba",
    "nomCentroCostos": "sample string 3"
  },
  {
    "$ref": "2"
  }
]

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.