Skip to content

Commit

Permalink
added language consitency: English only
Browse files Browse the repository at this point in the history
  • Loading branch information
JJFlorian committed Mar 22, 2024
1 parent 716db01 commit 4a8f240
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions upload_examples.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"Inleiding\n",
"Documentation on the upload task endpoint\n",
"---------\n",
"Om data aan te leveren wordt het uploadtask endpoint gebruikt. Met behulp van een POST request kan een type levering worden geselecteerd, en de data daarvoor aangeleverd worden. Deze data dient in json formaat aangeleverd te worden. De API zet de data om in een XML formaat en levert de data aan. De status van dit proces kan bijgehouden worden in de upload task instance die wordt aangemaakt na een POST request.\n",
"To deliver data, the upload task endpoint is used. By making a POST request, a delivery type can be selected, and the data for it can be provided. This data must be provided in JSON format. The API converts the data into XML format and delivers the data. The status of this process can be tracked in the upload task instance created after a POST request.\n",
"\n",
"Hieronver een voorbeeld van hoe vanuit een script een POST request kan gemaakt worden voor een GMN StartRegistration:\n"
"Below is an example of how a POST request can be made from a script for a GMN StartRegistration:"
]
},
{
Expand Down

0 comments on commit 4a8f240

Please sign in to comment.