Process IMSS

Trigger fetching of work history for curp. It will save WorkHistory entity in db when received and also it will notify webhook
specified in Organization.organizationWorkHistoryApiUrl by calling POST request with WorkHistory data.

WorkHistory request data:

  • requestId: String. clientRequestId
  • errorMessage: String. error message, if exists workHistory is empty
  • workHistory: List
  • curp: String CURP associated with interview
  • laborHistoryList: List of labor history records
    • companyName: String
    • state: String
    • startingDate: String
    • endingDate: String
    • baseSalary: String
    • companyIMSSId: String
Language
Authorization
Click Try It! to start a request and see the response here!