info@selectline.de | +49 391 5555-080 | SelectLine - suits every company
/ManualStorages/{manualStorageNumber}/Journals
Description

Creates a journal for manual storage

  • The right ‘Anlegen’ is required for the data ‘Journal’.

Request

URI Parameters

manualStorageNumber
string
Required

Body Parameters

Model: DocumentJournalModelCreate
Date
date
Erforderlich
Journal date

ContactKindIdentifier
integer
[CRM_Kontaktarten].Id

ContactKind
string
Länge: einschließlich zwischen 0 und 30
[CRM_Kontaktarten].Kontaktart, wie z.B. Notiz, Vermerk, etc.

StatusId
integer
Erforderlich
[CRM_Status].Id

Cycle
Type of repetition of a journal

CategoryId
integer
[Category].Id

Label
string
Erforderlich
Name

Text
string
Erforderlich
Description

IsPrivateContact
boolean
Indication of whether it is a private contact

ResponsiblePerson
string
Password abbreviation of the person in charge

StatusLabel
string
Länge: einschließlich zwischen 0 und 30
[CRM_Status].Status, wie z.B. aufgenommen, bearbeitet, etc.

CategoryLabel
string
Länge: einschließlich zwischen 0 und 40
[Kategorie].Kategorie

CustomFields
User defined fields
Request Formats
application/json
Example:
    {
  "Date": "2024-12-26T20:44:16.1372374+01:00",
  "ContactKindIdentifier": 2,
  "ContactKind": "sample string 3",
  "StatusId": 4,
  "Cycle": "None",
  "CategoryId": 5,
  "Label": "sample string 6",
  "Text": "sample string 7",
  "IsPrivateContact": true,
  "ResponsiblePerson": "sample string 9",
  "StatusLabel": "sample string 10",
  "CategoryLabel": "sample string 11",
  "CustomFields": {
    "Text1": "sample string 1",
    "Text2": "sample string 2",
    "Number1": 1.1,
    "Number2": 1.1,
    "Number3": 1,
    "Number4": 1,
    "Date1": "2024-12-26T20:44:16.1372374+01:00",
    "Date2": "2024-12-26T20:44:16.1372374+01:00",
    "Flag1": true,
    "Flag2": true,
    "Flag3": true,
    "Flag4": true
  }
}

Response

Resource Description

Model: JournalCreated
JournalIdentifier
globally unique identifier
Alleinstellungsmerkmal

Response Formats
application/json

No example available.