async pdf header and footer by doc id

POST {{aig-domain}}/api/v3/document-tool/{{document-id}}/pdf-header-footer/async

Request Body

{"type"=>"add", "fontSize"=>"9", "color"=>"000000", "left"=>"72", "top"=>"36", "right"=>"72", "bottom"=>"36", "shrink"=>false, "fixedPrint"=>false, "underLine"=>false, "embed"=>false, "headerLeft"=>"LHText", "headerCenter"=>"CHText", "headerRight"=>"RHText", "footerLeft"=>"LFText", "footerCenter"=>"CFtext", "footerRight"=>"RFText <<dd/mm/yyyy>> <<Page 1 of n>>", "export"=>"WORD", "callback"=>"{{callback}}"}

HEADERS

KeyDatatypeRequiredDescription
iDox-API-Engine-Keystring

RESPONSES

status: OK

{&quot;callback&quot;:&quot;http://localhost:8080/test&quot;,&quot;expirationDateTime&quot;:&quot;2023-09-04T08:31:00.937266Z&quot;,&quot;jobId&quot;:&quot;64f44444ef7d004b8cc5907a&quot;,&quot;startDateTime&quot;:&quot;2023-09-03T08:31:00.937265Z&quot;,&quot;status&quot;:&quot;Processing&quot;,&quot;taskCategory&quot;:&quot;DOC_TOOL&quot;,&quot;taskSubcategory&quot;:&quot;ASYNC_PDF_HEADER_FOOTER&quot;}