v1

latestOpenAPI 3.0.22026-07-17373198641.7 KB
document
v1

Check formula for EXISTING Document Field Expects request data arguments:

  • formula: str OR
  • convert_decimals_to_floats_in_formula_args: bool
  • hide_until_python: str
  • field_type: str
  • document_type: str - document type uid
  • depends_on_fields: List[str] - list of field uids Either "request.data.formula" or "request.data.hide_until_python" should be filled.
post/api/v1/document/document-fields/{uid}/check_formula/

Path parameters

uidstring required

A UUID string identifying this document field.

Request body

formulastring
hide_until_pythonstring

Example request

{
  "formula": "formula",
  "hide_until_python": "hide_until_python"
}

Response

object required