1. DoUpload
POST
{{DigiOfficeApiGatewayURL}}/api/documentuploads?format=json
Door middel van de DoUpload is het mogelijk om een bestand te uploaden. Als resultaat wordt het DocumentuploadID
teruggegeven, welke bij het registreren van het document meegegeven dient te worden.
Body
PARAM
Key |
Datatype |
Required |
Description |
format
|
string |
|
|
HEADERS
Key |
Datatype |
Required |
Description |
RESPONSES
status
curl -X POST 'undefined/api/documentuploads?format=json?format=json' -F '{"name"=>"Description", "value"=>"Dit wordt de omschrijving van de upload", "datatype"=>"string"}=' -F '{"name"=>"DocumentInfo", "value"=>"<?xml version=\"1.0\"?>\n\n<DocumentInfo xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" Action=\"Register\" Mode=\"New\" Version=\"1.0\" SilentMode=\"Off\">\n\n<MetaDataFields>\n\n<MetaDataField>\n\n<RegistrationValue><![CDATA[Dit onderwerp is gepost via postman]]></RegistrationValue>\n\n<Name>Onderwerp</Name>\n\n\n<Entity>Document</Entity>\n\n</MetaDataField>\n\n</MetaDataFields>\n\n</DocumentInfo>\n", "datatype"=>"string"}='