Skip to content
English
  • There are no suggestions because the search field is empty.

Common API call examples

ProcFormEdit & ProcFormAdd

When setting a reference‐type field, supply the numeric form number of the target process.

In this example we update a reference‐type field on Process 78, Form 0386. The “Sold Through” field points to another process, so you must supply that process’s numeric form number rather than its UI label (e.g. “AVANT”).

{
"ProcessID": 78,
"Form": {
  "Number": "0386",
  "Fields": [
    {
      "Field": "Sold Through",
      "Value": "0123"
    }
  ]
}
}

 

 

Do Not Sell or Share My Personal Information