Skip to main content

AutoSheetProcessingSettingModifiableFields

Auto Sheet Processing (ASP) Settings Group modifiable fields.

These are the fields that can be modified or given as input when creating or modifying an Auto Sheet Processing settings group.

categoryinteger

The category of the Auto Sheet Processing (ASP) settings group.

  • 1 - a User Set
  • 2 - a Workflow set
  • 3 - a notification set
  • 4 - global settings

The category 4 (global) settings are pre-made and cannot be created with the POST method. And once set, the category cannot be changed.

Possible values: [1, 2, 3, 4]

Example: 1
pnamestring

The name of the Auto Sheet Processing settings group.

Example: Contractor Settings
member_settingsobject

These are the actual settings of the Settings Group.

Keys are various settings names that pertain to the category type; the keys present depend on the category type.

AutoSheetProcessingSettingModifiableFields
{
"category": 1,
"pname": "Contractor Settings",
"member_settings": {}
}