Report To Zucchetti
The ReportToZucchetti API is protected by the OAuth2.0 authentication protocol. For more details about it you can refer to the Authentication Overview section.
Request
The ReportToZucchetti API is exposed at the following endpoint:
In order to build the complete URL you can refer to the following guide: How to build API URL .
As input you need to pass the following information:
Query Parameters
No query parameters are required.
Body
No request body is required (GET request).
Response
A typical valid response looks like this:
{
"status": "200 OK",
}
This means that the report generation ended successfully and the Report.csv file has been created in the configured shared folder.
Errors
In case of technical issues (DB not reachable, mapping errors, filesystem problems), the service can return an error response.
500 – Internal Server Error
{
"status": "KO",
"errorCode": "REPORT_GENERATION_FAILED",
"message": "Error during DB query, mapping, or file creation"
}
503 – Service Unavailable
{
"status": "KO",
"errorCode": "SERVICE_UNAVAILABLE",
"message": "Database or filesystem unavailable"
}
Additional Notes
During execution, the service performs the following high-level steps:
- Reads employee data from DB (EmpJob + PersonalInfo staging tables)
- Transcodes/mappings fields (SuccessFactors → Zucchetti) using the
ReportToZucchettiHandlermapper - Creates the output file in:
/sites/ProjectPayrollItalia-ReportUtentiversoZucchetti/Shared%20Documents/Report Utenti verso Zucchetti
If the access token expires, it won’t be valid anymore and a new access token must be retrieved before calling this endpoint again.
Docs Navigation
- Campari Open API
- Getting Started
- Connection Tester
- Accises
- Automatic GRC
- C4C Confirmation
- Coupa Integration
- Customer Master Data
- Dogana Connector
- EZFocus
- Invoice Verification
- Invoice Management
- InvoicePACloud
- Journal Entries
- Logistics Operators
- Material Master Data
- Material
- Retrieve Access Token
- Create Material
- Retrieve Material by Id
- Retrieve Material Types Information
- Retrieve Specific Material Type
- Retrieve Material Unit of Measures by Id
- Update Material by Id
- Convert Unit of Measure
- Insert New Materials in CTS
- Retrieve Material Details from SAP and Interspec
- Retrieve Material Details from SAP
- Retrieve Product Hierarchy
- Retrieve Material SKU Code
- One Plan
- Payroll
- Picklist
- Plant Utilities
- Purchase Orders
- Product
- Production Order
- Sales Order
- SAP Utils
- SedApta Connector
- SendLinkToSAP
- Shipment
- Transport Management System
- Vendor Purchase Orders
- Vendor
- Payment
- Vulnerability Response
- Warehouse Management
- WBS Automation
0 Comments
Please sign in to post a comment.