Skip to content

Accept `contract_line` in the create contract schema

Gerard Funosas requested to merge fix/api-create-contract-contract-line into master

OTRS cannot send a single line in the contract_lines list. For this reason, we add another parameter, contract_line, that will come with a single contract line in dict form. Once it arrives, it is treated the same way as the lines in contract_lines.

Edited by Gerard Funosas

Merge request reports