meta data for this page
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
clients [2023/04/29 06:38] – created wrongecho | clients [2024/08/29 20:13] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Clients ====== | ====== Clients ====== | ||
+ | |||
+ | Each customer that you provide IT services for is considered to be a client within ITFlow. This is the first order of business in creating and populating your clients into your ITFlow installation. | ||
+ | |||
+ | **Instructions in creating your first client record** | ||
+ | - From the sidebar, select " | ||
+ | - In the " | ||
+ | - A pop up window will appear with 5 tabs. Do fill the fields up accordingly. | ||
+ | - Do note that the " | ||
+ | |||
+ | {{:: | ||
+ | |||
+ | The following information can be recorded for each client: | ||
+ | * Name | ||
+ | * Type/ | ||
+ | * Referral | ||
+ | * Website | ||
+ | * Currency | ||
+ | * Location Information | ||
+ | * Primary contact information | ||
+ | * Currency & Invoice info | ||
+ | * Tax ID Number | ||
+ | * Notes | ||
+ | * Tags | ||
+ | |||
+ | Clients are where the magic happens. As you'd expect, it's where you store/ | ||
+ | |||
+ | **Client Portal** | ||
+ | |||
+ | The client portal is located at /portal and allows clients to open and track tickets. Authentication to the client portal is performed using the contact' | ||
+ | |||
+ | For more details on client portal authentication, | ||
+ | |||
+ | |||
+ | ---- | ||
+ | |||
+ | |||
+ | ===== API ===== | ||
+ | ''/ | ||
+ | |||
+ | ==== Read ==== | ||
+ | Retrieve client information - ''/ | ||
+ | |||
+ | * Default / No params - Returns all clients | ||
+ | * client_id - Specific client ID from the ITFlow database | ||
+ | * client_name - Lookup by client name | ||
+ | |||
+ | Invoke-RestMethod -Uri " | ||
+ | | ||
+ | { | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | { | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | [...] |