Ordem de Serviço

Criar ordem de serviço

post/ordem-servico

Request body

descricaostring nullable
consideracaoFinalstring nullable
dataIniciostring nullable
dataPrevistastring nullable
dataConclusaostring nullable
valorDescontonumber float nullable
observacaostring nullable
observacaoInternastring nullable
tecnicostring nullable

Example request

{
  "dataInicio": "2024-01-01",
  "dataPrevista": "2024-01-01 00:00:00",
  "dataConclusao": "2024-01-01",
  "pagamento": {
    "parcelas": [
      {
        "data": "2024-01-01"
      }
    ]
  }
}

Response

OK

idinteger
numerointeger

Changes

No recorded changes to this endpoint across all 1 revision of this API.