Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Response UpdateCustomFieldResponse inherits from ResponseBase

Name

Type

Description

Available from version

Entities

UpdateCustomFieldDto[]

And array of UpdateCustomFieldDto that was passed to the method. Now containing values for IsError and ErrorMessages depending on if everything worked normally or not.

2.39

Message

string

A response message, "OK" if nothing went wrong and otherwise and error message.

2.3839

IsError

bool

A bool to describe if the entire request failed to perform any actions. If true then nothing was createdupdated, if false then all CustomFields that could be created updated were createdupdated.

2.3839