POST CentroCustoPlano/AdicionarCentroCustoPlanoUnidade

Request Information

URI Parameters

None.

Body Parameters

Collection of CentroCustoPlanoUnidadeModel
NameDescriptionTypeAdditional information
CentroCustoPlanoId

integer

None.

CentroCustoUnidadeId

integer

None.

CentroCustoUnidade

CentroCustoUnidadeModel

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "CentroCustoPlanoId": 1,
    "CentroCustoUnidadeId": 2,
    "CentroCustoUnidade": {
      "Id": 1,
      "Codigo": 2,
      "Nome": "sample string 3",
      "DescricaoEmpresa": "sample string 4",
      "DataCadastro": "2025-12-27T15:31:05.5912077-03:00"
    }
  },
  {
    "CentroCustoPlanoId": 1,
    "CentroCustoUnidadeId": 2,
    "CentroCustoUnidade": {
      "Id": 1,
      "Codigo": 2,
      "Nome": "sample string 3",
      "DescricaoEmpresa": "sample string 4",
      "DataCadastro": "2025-12-27T15:31:05.5912077-03:00"
    }
  }
]

application/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'application/xml'. Exception message: Object graph for type 'lurin.meurhonline.domain.model.CentroCustoPlanoModel' contains cycles and cannot be serialized if reference tracking is disabled.

text/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'text/xml'. Exception message: Object graph for type 'lurin.meurhonline.domain.model.CentroCustoPlanoModel' contains cycles and cannot be serialized if reference tracking is disabled.

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'IEnumerable`1'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.