meta data for this page
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| contacts [2023/10/29 07:00] – Further explaination of how Contacts relates to Clients nicholaschancj | contacts [2024/08/29 20:13] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 12: | Line 12: | ||
| * Title | * Title | ||
| * Mark as " | * Mark as " | ||
| - | * Mark as a technical / billing contact | + | * Mark as a technical / billing contact |
| * Department | * Department | ||
| * Phone / Extension / Mobile | * Phone / Extension / Mobile | ||
| Line 30: | Line 30: | ||
| * contact_id - Specific contact ID from the ITFlow database | * contact_id - Specific contact ID from the ITFlow database | ||
| * contact_email - Specific contact via e-mail | * contact_email - Specific contact via e-mail | ||
| + | * contact_phone_or_mobile - Specific contact via their mobile or office phone | ||
| < | < | ||
| - | Invoke-RestMethod -Uri "http://127.0.0.1/itflow/ | + | Invoke-RestMethod -Uri "https://demo.itflow.org/ |
| { | { | ||
| Line 58: | Line 59: | ||
| < | < | ||
| - | $uri = "http://127.0.0.1/itflow/ | + | $uri = "https://demo.itflow.org/ |
| $body = @" | $body = @" | ||
| Line 96: | Line 97: | ||
| < | < | ||
| - | $uri = "http://127.0.0.1/itflow/ | + | $uri = "https://demo.itflow.org/ |
| $body = @" | $body = @" | ||