...
contractid | number | The ID of the salescontract to add the file to. |
filename | string | The name of the file, eg. “MyDocument.PDF” |
filedata | binary | A binary stream. base64_encode(Required) |
title | string | A file title (not a file name) |
folder | string | The path of the folder, eg. "FilesFromAPI/Diagrams" |
Output
GetProductUseStatusHistoryByLastChange
Create a line for a quotation, or update an existing line.
changedate | date | Return all productusestatushistories's changed on or after the provided date. |
changetime | time | If this is provided only return productusestatushistories's 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
state_history | array | The array of the product use's state history. |
GetProductUseStatusHistoryByTodoID
Create a line for a quotation, or update an existing line.
Input
Output
state_history | array | The array of the product uses state histories. |
GetProductUseStatusHistoryByProductUse
Create a line for a quotation, or update an existing line.
Input
Output
state_history | array | The array of the product use's state history. |