addExtraDoc
Overview
Parameters:
Return:
ExtraDocResponse - success
Exception - failure
To add this extra document, we need:
set your api token.
set your doc token.
set your extra doc.
call the method.
Usage:
Import the relevant components:
import body.doc.ExtraDoc;
import docs.DocRequests;
import response.ExtraDocResponse;
import services.JsonConverter;Set your Api Token:
Set your doc token.
Set your extra doc with class with the class ExtraDoc:
Call the method addExtraDoc and receive the ExtraDocResponse class or an error message as a response:
Example:
Last updated
Was this helpful?