Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

sample url : /vbs/document/download/48418155

HTTP Method : GET

Expand
titleResponse
Code Block
DownloadDocumentResponseSo {
	Long documentId;
    String documentType;
    String documentNumber;
    LocalDate expiryDate;
    byte[] file;
    String message;
}