POST api/usuario/empresa/estacionamento/salvar
Request Information
URI Parameters
None.
Body Parameters
EstacionamentoVagaName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
IdEmpresa | integer |
None. |
|
Identificacao | string |
None. |
|
DataCadastro | date |
None. |
|
Ativo | boolean |
None. |
|
AndarId | integer |
None. |
|
ListaAndares | Collection of string |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": 1, "IdEmpresa": 2, "Identificacao": "sample string 3", "DataCadastro": "2025-07-17T20:16:54.1756592-03:00", "Ativo": true, "AndarId": 6, "ListaAndares": [ "sample string 1", "sample string 2" ] }
text/html, application/x-www-form-urlencoded, multipart/form-data
Sample:
{"Id":1,"IdEmpresa":2,"Identificacao":"sample string 3","DataCadastro":"2025-07-17T20:16:54.1756592-03:00","Ativo":true,"AndarId":6,"ListaAndares":["sample string 1","sample string 2"]}
Response Information
Resource Description
ResultApiName | Description | Type | Additional information |
---|---|---|---|
sucesso | boolean |
None. |
|
timeout | integer |
None. |
|
error | string |
None. |
|
error_description | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "sucesso": true, "timeout": 100000, "error": "sample string 2", "error_description": "sample string 3" }
text/html, application/x-www-form-urlencoded, multipart/form-data
Sample:
{"sucesso":true,"timeout":100000,"error":"sample string 2","error_description":"sample string 3"}