...
The company id in the input customer object will be ignored.
Input
customer | customer | The company/customer to create/update |
...
Output
customers | collection[ customer ] | A collection either empty if no customer was found, or with exactly one element being the customer. |
...
Output
customers | collection[ customer ] | A collection either empty if no customer was found, or with exactly one element being the customer. |
...
Output
customers | collection[ customer ] | A collection of the relevant customers, or an empty collection if no customers was found. |
resumekey | string | Sometimes the entire result cannot be returned because it's to large. In that case a resumekey is returned along with the results. Execute the command again with this resumekey to get the remaining results. |
qfoncheckout | number | The ID of a question form to fill in when checking out from a customer. |
...
changedate | date | Return all depot order lines changed on or after the provided date. |
changetime | time | If this is provided only return depot order lines changed after the provided date and time. |
resumekey | string | If a partial result is returned, provide the resumekey received along with the partial result, to get the rest of the entries. |
Output
lines | collection [ depotorderline ] | The depot orderlines |
GetDocumentsByCustomerID
...
Output
documents | collection [ document ] | The documents present on the customer |
folders | collection [ folder ] | The folders present on the customer |
...
None | - | - |
Output
types | collection[ customertype ] | A collection of all customer types in the Microbizz system. |
...
Output
procedures | collection[ procedure ] | The procedures |
AddFileToCustomer
...