Billing Booth One icon

Billing Booth One

Interact with Billing Booth One API

Actions476

Overview

This node interacts with the Billing Booth One API to create a note associated with a customer. It is useful for adding textual notes or comments to a customer's record within the Billing Booth One system. For example, a user can create a note to document customer interactions, special instructions, or any relevant information that needs to be stored alongside the customer data.

Use Case Examples

  1. Create a note for a customer with a specific customer ID and content describing the interaction.
  2. Add additional metadata to the note such as creation date, author, or last updated information.

Properties

Name Meaning
Customer Id The unique identifier of the customer to whom the note will be attached.
Content The textual content of the note to be created.
Additional Body Fields Optional additional fields to include in the note creation request, such as note ID, creation date, author, last updated date, and last updated author.

Output

JSON

  • id - Unique identifier of the created note.
  • content - Content of the created note.
  • created_at - Timestamp when the note was created.
  • created_by - Author who created the note.
  • last_updated_at - Timestamp of the last update to the note.
  • last_updated_by - Author of the last update to the note.

Dependencies

  • Billing Booth One API

Troubleshooting

  • Ensure the API credentials are correctly configured and have the necessary permissions to create notes.
  • Verify that the Customer Id provided exists in the system; otherwise, the API may return an error.
  • Check that the content field is not empty as it is required for creating a note.
  • If additional body fields are provided, ensure they are in the correct format (e.g., date/time strings) to avoid API validation errors.

Links

Discussion