meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
contacts [2023/10/29 03:00] – Further explaination of how Contacts relates to Clients nicholaschancjcontacts [2023/12/24 15:33] (current) – [Contacts] Technical and billing contact portal permissions wrongecho
Line 12: Line 12:
   * Title   * Title
   * Mark as "important"   * Mark as "important"
-  * Mark as a technical / billing contact+  * Mark as a technical / billing contact - this also allows them to see technical and/or billing info in the client portal
   * 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
  
 <code> <code>
-Invoke-RestMethod -Uri "http://127.0.0.1/itflow/api/v1/contacts/read.php?api_key=XetQjoZiti5Opg7y&contact_id=8" | ConvertTo-Json+Invoke-RestMethod -Uri "https://demo.itflow.org/api/v1/contacts/read.php?api_key=XetQjoZiti5Opg7y&contact_id=8" | ConvertTo-Json
  
 { {
Line 58: Line 59:
  
 <code> <code>
-$uri = "http://127.0.0.1/itflow/api/v1/contacts/create.php"+$uri = "https://demo.itflow.org/api/v1/contacts/create.php"
  
 $body = @" $body = @"
Line 96: Line 97:
 <code> <code>
  
-$uri = "http://127.0.0.1/itflow/api/v1/contacts/update.php"+$uri = "https://demo.itflow.org/api/v1/contacts/update.php"
  
 $body = @" $body = @"