Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 410 Bytes

File metadata and controls

15 lines (13 loc) · 410 Bytes

Document generator api

Using this application, you can generate PDF documents, based on the electronic signature and the data that we transfer to it

Request to generate document /api/v1/documents/generate POST

1). First param | DocumentDTO

class DocumentDTO {
    String fullName;
    String date;
    int number;
    String documentText;
}

2). Second param | Signature (MultipartFile)