Create template header
Developing
POST
/template/header
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/template/header' \
--header 'Content-Type: application/json' \
--data-raw '{
"headerText": "Monthly Report Header",
"companyName": "Acme Corporation",
"companyTagline": "Delivering Excellence Since 1990",
"headerStyle": "width: 120px; margin-left: 20px;",
"file": "logo.png", // Primary logo file (to be uploaded)
"additionalFile": "alt_logo.png" // Optional secondary logo (to be uploaded)
}'
Response Response Example
{}
Request
Body Params application/json
Responses
Modified at 2025-06-05 15:45:34