SuperOffice

Links

    SuperOffice API

    Getting access, Developing, Testing

    Back to SuperOffice

    Create a new TaskListItem list item

    Calls the Appointment agent service SaveTaskListItem.

    Input

    type: object properties: parameters: type: object properties: newEntity: description: "Carrier object for TaskListItem.\r\nServices for the TaskListItem Carrier is available from the <see cref=\"T:SuperOffice.CRM.Services.IAppointmentAgent\">Appointment Agent</see>." type: object properties: TaskListItemId: format: int32 description: Primary key type: integer Value: description: The list item type: string Direction: description: 1 = incoming, 2 = outgoing, see EAppntDirection enum: - Unknown - Incoming - Outgoing - SaintAll type: string Type: description: >- 1 = app, 2 = doc, 3 = email, 4 = fax, 5 = phone, 6 = todo - see EAppntRecordTypes enum: - Unknown - Appointment - Document - Email - Fax - Phone - ToDo - MailMergeDraft - MailMergeFinal - Report - SaintAll type: string Tooltip: description: Tooltip or other description type: string Deleted: description: If true, the Task list item is deleted type: boolean IntentId: format: int32 description: Link to the intention of this kind of task (used by SAINT) type: integer Rank: format: int32 description: Rank order type: integer IsDefaultAlldayEvent: description: True if all day event type: boolean IsDefaultFree: description: True if free, false if busy type: boolean IsDefaultPublished: description: Published to external persons type: boolean ColorIndex: description: JAP enum: - LightBlue - DarkBlue - LightGray - DarkGray - LightGreen - DarkGreen - LightYellow - DarkYellow - LightRed - DarkRed - BlueAlt1 - BlueAlt2 - BlueAlt3 - GrayAlt1 - GrayAlt2 - GrayAlt3 - GreenAlt1 - GreenAlt2 - GreenAlt3 - YellowAlt1 - YellowAlt2 - YellowAlt3 - RedAlt1 - RedAlt2 - RedAlt3 type: string DefaultVideomeetingStatus: description: >- Default video-meeting status for meetings created in SuperOffice CRM. enum: - NoChange - VideoMeetingOn - VideoMeetingOff type: string TableRight: type: object properties: Mask: enum: - None - Select - Update - Insert - Delete - Filtering - RestrictedUpdate - Unused1 - Uninitialized - FULL - WRITE - URU - UDR - UR - URI - R - RI - RF - F - FI type: string Reason: type: string FieldProperties: type: object additionalProperties: type: object properties: FieldRight: type: object properties: Mask: enum: - None - Read - Write - Update - Unused1 - Unused2 - Unused3 - Unused4 - Nullable - UIHintMandatory - UIHintReadOnly - FULL - UIHints type: string Reason: type: string FieldType: type: string FieldLength: format: int32 type: integer Accept-Language: type: string description: >- Convert string references and multi-language values into a specified language (iso2) code. SO-Language: type: string description: >- Convert string references and multi-language values into a specified language (iso2) code. Overrides Accept-Language value. SO-Culture: type: string description: >- Number, date formatting in a specified culture (iso2 language) code. Partially overrides SO-Language/Accept-Language value. Ignored if no Language set. SO-TimeZone: type: string description: >- Specify the timezone code that you would like date/time responses converted to. SO-AppToken: type: string description: >- The application token that identifies the partner app. Used when calling Online WebAPI from a server. required: - newEntity title: Parameters