Skip to content

Commit

Permalink
add description for antragsdocument: fileName and fileContent explain…
Browse files Browse the repository at this point in the history
…ed (#1)

* add description for antragsdocument: fileName and fileContent explained

* Update README.md

Co-authored-by: Lars P <[email protected]>

* linting

---------

Co-authored-by: Lars P <[email protected]>
  • Loading branch information
NilsDammenhayn and larsp79 authored Mar 7, 2024
1 parent 0a4833d commit 9225c0d
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,14 @@ https://www.europace2.de/kreditsmart/kex/antraege/dokumente

The following properties are available for the request body:

Request parameter | Description | Comment
------------------------------|----------------------------------------------------------------------------------------|----------------------------------------------------------------
antragsnummer | Identifier of the application on the Europace2 platform | Mandatory if no **produktanbieterantragsnummer** is submitted.
produktanbieterantragsnummer | Identifier of the application to the relevant Produktanbieter | Mandatory if no **antragsnummer** is submitted.
kommentar | Comment, that can be displayed in the GUI | Optional
antragsdokument | The document to be uploaded containing a filename and the file content as a byte array | Mandatory
Request parameter | Description | Comment
------------------------------|---------------------------------------------------------------|----------------------------------------------------------------
antragsnummer | Identifier of the application on the Europace2 platform | Mandatory if no **produktanbieterantragsnummer** is submitted.
produktanbieterantragsnummer | Identifier of the application to the relevant Produktanbieter | Mandatory if no **antragsnummer** is submitted.
kommentar | Comment, that can be displayed in the GUI | Optional
antragsdokument | The document to be uploaded | Mandatory
antragsdokument.fileName | The document's file name | Mandatory
antragsdokument.fileContent | The document's content as a base64 encoded string | Mandatory

The following HTTP headers will be expected:

Expand Down

0 comments on commit 9225c0d

Please sign in to comment.