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/12/24 15:30] – [Read - Retrieve contact information (/read.php)] - Convert example to demo.itflow.org wrongechocontacts [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 33: Line 33:
  
 <code> <code>
-Invoke-RestMethod -Uri "http://demo.itflow.org/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 59: 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 97: 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 = @"