POST LotacaoPlano/AdicionarLotacaoPlanoUnidade
Request Information
URI Parameters
None.
Body Parameters
Collection of LotacaoPlanoUnidadeModel| Name | Description | Type | Additional information |
|---|---|---|---|
| LotacaoPlanoId | integer |
None. |
|
| LotacaoUnidadeId | integer |
None. |
|
| LotacaoUnidade | LotacaoUnidadeModel |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"LotacaoPlanoId": 1,
"LotacaoUnidadeId": 2,
"LotacaoUnidade": {
"Id": 1,
"Codigo": 2,
"Nome": "sample string 3",
"DescricaoEmpresa": "sample string 4",
"DataCadastro": "2025-12-27T15:33:08.7862037-03:00"
}
},
{
"LotacaoPlanoId": 1,
"LotacaoUnidadeId": 2,
"LotacaoUnidade": {
"Id": 1,
"Codigo": 2,
"Nome": "sample string 3",
"DescricaoEmpresa": "sample string 4",
"DataCadastro": "2025-12-27T15:33:08.7862037-03:00"
}
}
]
application/xml
Sample:
text/xml
Sample:
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.