Benefit Bill Periods REST Endpoints
Benefit Bill Calendars/Benefit Bill Periods
The benefitBillPeriods resource provides details of bill periods within the bill calendars.
- Create multiple bill period records
- Method: postPath:
/hcmRestApi/resources/11.13.18.05/benefitBillCalendars/{BillCycleId}/child/benefitBillPeriods - Delete a bill period record
- Method: deletePath:
/hcmRestApi/resources/11.13.18.05/benefitBillCalendars/{BillCycleId}/child/benefitBillPeriods/{BillCalendarId} - Get details of a bill period record
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/benefitBillCalendars/{BillCycleId}/child/benefitBillPeriods/{BillCalendarId} - Get details of multiple bill period records
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/benefitBillCalendars/{BillCycleId}/child/benefitBillPeriods - Update a bill period record
- Method: patchPath:
/hcmRestApi/resources/11.13.18.05/benefitBillCalendars/{BillCycleId}/child/benefitBillPeriods/{BillCalendarId}