Skip to main content
Version: 2025.003.000 (beta)

Documents

List of available Use Cases

Document insertion with minimal data

Complex document insertion with the following data

  • Line item of type article, with article code and quantity (price retrieved from the BO price list);
  • Expense line item;
  • Manual article line and descriptive line;
  • Delivery date in the header;
  • Agents in the header;
  • Manual line commissions;
  • Manual footer commissions;
  • Project code and reference node in the header;
  • Project code and reference node in the body;
  • Start and end date of competence in the header;
  • Start and end date of competence in the line;
  • Custom header extension data;
  • Standard header extension data;
  • Custom line extension data;
  • Standard line extension data;
  • Destination account fields and analytical accounting destination VDS;
  • Line with batch details;
  • Package management on article line;
  • Transport entrusted to third parties (carrier/s);
  • Nature of the transported object;
  • Appearance of the goods;
  • Quantity of goods;
  • Accompanying data fields;
  • Special management:
    • Force the value = 0 of the stamp duty expenses flag;
    • Force the value = 0 of the collection expenses flag;
    • Exclude loading of multiple agents in the header;
    • Force the VAT code of the document header;
    • Block the insertion of an already existing document;
    • Deactivate letters of intent;
    • Exclude customer/supplier header expenses;

CompanyDocumentMasterDataMG Service

A new service that returns the list of active entities derived from the Document Wizard for the correct management of Document WebApi. Go to APIreference and the release version.


Usage Examples

Price

go to examples

Documents

  • Generating and downloading the print of a document as per the module present on TSE in pdf format, go to the APIreference and the release version

go to examples

  • Generation and download of a document printout in PDF format, with the ability to specify the report name to be used , go to the APIreference and the release version

go to examples

Retrieve Report List by Document

Introduced a new endpoint that allows retrieving the list of reports associated with a single document by providing the numreg as input,go to the APIreference and the release version

go to examples

Interrogation Service CompanyDocumentMasterDataMG

Example usage to extract the list of active entities from all active modules associated with a document, based on its configuration through the Document Wizard. go to examples