/
DocuFlow API - Foutmeldingen

DocuFlow API - Foutmeldingen

Bekende foutmeldingen

Na het uitvoeren van een HTTP-verzoek krijg je een response code met het resultaat van het verzoek. Naast de response code krijg je ook een bericht in de body terug met daarin het resultaat van het verzoek of een foutmelding indien er iets fout is gegaan.

Foutmelding

Uitleg

Foutmelding

Uitleg

1
"processName": [         "Process name is verplicht."     ]

In de Request Body (form-data) heb je de ProcessName niet gevuld.

2
"file.Content": [         "Content is verplicht."     ]

In de Request Body (form-data) heb je de File.Content niet gevuld.

3
"shouldBeNotEditableItem": [         "The value '' is invalid."     ]

In de Request Body (form-data) heb je de shouldBeNotEditableItem niet gevuld of is de waarde niet bolean (true/false).

4

 

 

5

 

 

6

 

 

 

Related content

DocuFlow API
More like this
DocuFlow API - Uitvoeren HTTP-verzoek
DocuFlow API - Uitvoeren HTTP-verzoek
More like this
DocuFlow API - Authenticatie
DocuFlow API - Authenticatie
More like this
DocuFlow API - Response codes
DocuFlow API - Response codes
More like this
DocuFlow API - Introductie
DocuFlow API - Introductie
More like this
POST /api/1.0/WorkspaceItems
POST /api/1.0/WorkspaceItems
More like this