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
Key | Datatype | Required | Description |
---|---|---|---|
iDox-API-Engine-Key | string |
RESPONSES
status: OK
{"callback":"http://localhost:8080/test","expirationDateTime":"2023-09-04T08:31:00.937266Z","jobId":"64f44444ef7d004b8cc5907a","startDateTime":"2023-09-03T08:31:00.937265Z","status":"Processing","taskCategory":"DOC_TOOL","taskSubcategory":"ASYNC_PDF_HEADER_FOOTER"}