POST - https://subscribercrmapi.acamh.org/api/employmentdetails

Updates existing Employment Details.

{
"Id": 1234,
"ContactId": 5678,
"EmployerContactId": 123,
"WorkplaceContactId": 456,
"Position": "Manager",
"Department": "Sales",
"Workplace": "Head Office",
"EmployeeNumber": "DEF456",
"HoursPerWeek": 50.0,
"ContractTypeId": 1,
"EmploymentStartDate": "2024-09-20T00:00:00+00:00",
"EmploymentEndDate": null,
"Notes": "",
"ShiftPatternId": 1
}