API - Journal - Create

 To create a journal entry, see example below.


Request:

POST /api6/journals/?apiKey=XXXXXX 

All the below parameters are optional unless in bold. (either a lead or customer is required)

Parameters

  • desc: <-- Journal entry
  • lead: <-- Lead ID linked to journal
  • cust: <-- Contact ID linked to journal
  • crmstatus:  <-- Options: “awaiting”, “closed”, “open”
  • assignedtoid:  <-- Worker username that journal is assigned to
  • read:  <-- Mark journal as read
    - Options 0, 1
  • org:  <-- Organization ID linked to journal
  • thisLeadOnly:  <-- Link journal to only the specified lead ID

Response:

201 (Created), recordid containing new ID.

Is this article helpful?
0 0 0