...
If the company provided have a company id of 0, a new company will be created and a new company id will be provided.
Input
customer | customer | The company/customer to create/update |
...
procedures | collection[ procedure ] | The procedures |
AddFileToCustomer
Add a file to a company/customer.
Input
customerid | number | The ID of the customer to add the file to. |
filename | string | The name of the file, eg. “MyDocument.PDF” |
filedata | binary | A binary stream. |
title | string | A file title (not a file name) |
folder | string | The path of the folder, eg. "FilesFromAPI/Diagrams" |
Output
None | - | - |