cdle-famli-wage-reports-eapi

(0 reviews)

home

Purpose

The cdle-famli-wage-reports-eapi Experience API provides a MuleSoft-based REST API for submitting employee wages with the CDLE FAMLI program. Wages are submitted by year and quarter. This API allows the caller to report the required wage data for 1-N employers each with 0-X employees.

This is a synchronous API that records the wages provided in the payload to the FAMLI system. The response will detail the success or failure of each employer, employee and wage in the payload.

The payload requires the FAMLI ID or FEIN of each employer in the payload. Employee SSN is required for every employee in the payload.

Background

The FAMLI program requires that all employers with employees in the state of Colorado submit wages quarterly. If wage data is submitted for a quarter already submitted, the new submission will overwrite the previous data. This can be used to correct errors in original submissions.

Headers

This API requires a Client Id and Client Secret to be passed through the Headers of the requests. Client Id and Secret values are obtained through the Access Request process.

client_id: XXXXXX
client_secret: XXXXXX
Content-Type: application/json

Access Requests

To access this API, please send email to cdle_famli_info@state.co.us. Put "API Access Request" in the subject line and include your company name, address, and business case for needing to access this API. CDLE will review the email and grant access credentials if your case is deemed appropriate for using this API.

Example Request

Click on the method to the left to see example payloads and responses

URL

External Dedicated Load Balancer

POST https://api.state.co.us/ext-cdle-famli-wage-report-eapi/api/wageReport

Full HTTPS Request / Code

POST https://api.state.co.us/ext-cdle-famli-wage-report-eapi/api/wageReport
Host: api.state.co.us
client_id: XXXXXX
client_secret: XXXXXX
Content-Type: application/json

Reviews