BPJS Membership

These endpoints let you manage BPJS memberships for employees in the system. It allows you to retrieve, create, update, and delete BPJS membership records.

Get BPJS Healthcare Membership

get

Return the BPJS healthcare memberships.

Authorizations
AuthorizationstringRequired

Bearer authentication header of the form Bearer <token>.

Path parameters
employeeIdstringRequiredExample: 0ab1c2d3-e4f5-6789-0123-456789abcdef
Responses
chevron-right
200

OK

application/json
idstringOptional

ID of the BPJS Healthcare Membership

employeeIdstringOptional
membershipNumberstringOptional
startDatestringOptional
endDatestringOptional
effectiveDatestringOptional
firstLevelHealthcareFacilitystringOptional
dentalHealthcareFacilitystringOptional
get
/core/v1/employees/{employeeId}/bpjs-healthcare-memberships

Update BPJS Healthcare Membership

put

Update the BPJS healthcare membership.

Authorizations
AuthorizationstringRequired

Bearer authentication header of the form Bearer <token>.

Path parameters
employeeIdstringRequiredExample: 0ab1c2d3-e4f5-6789-0123-456789abcdef
Body
bpjsHealthcareProviderIdstringRequired
bpjsHealthcareTemplateIdstringRequired
bpjsHealthcareTreatmentClassIdstringOptional
dentalHealthcareFacilitystringOptional
firstLevelHealthcareFacilitystringOptional
membershipNumberstringRequired
startDatestringRequired
effectiveDatestringOptional

Effective Date of the BPJS Healthcare Membership default to start date

Responses
chevron-right
200

OK

application/json
idstringOptional

ID of the BPJS Healthcare Membership

employeeIdstringOptional
membershipNumberstringOptional
startDatestringOptional
endDatestringOptional
effectiveDatestringOptional
firstLevelHealthcareFacilitystringOptional
dentalHealthcareFacilitystringOptional
put
/core/v1/employees/{employeeId}/bpjs-healthcare-memberships

Get BPJS Manpower Membership

get

Return the BPJS manpower memberships.

Authorizations
AuthorizationstringRequired

Bearer authentication header of the form Bearer <token>.

Path parameters
employeeIdstringRequiredExample: 0ab1c2d3-e4f5-6789-0123-456789abcdef
Responses
chevron-right
200

OK

application/json
idstringOptional

ID of the BPJS Manpower Membership

membershipNumberstringOptional
startDatestringOptional
endDatestringOptional
effectiveDatestringOptional
pensionEndstringOptional
get
/core/v1/employees/{employeeId}/bpjs-manpower-memberships

Update BPJS Manpower Membership

put

Update the BPJS manpower membership.

Authorizations
AuthorizationstringRequired

Bearer authentication header of the form Bearer <token>.

Path parameters
employeeIdstringRequiredExample: 0ab1c2d3-e4f5-6789-0123-456789abcdef
Body
bpjsManpowerProviderIdstringRequired
bpjsManpowerTemplateIdstringRequired
membershipNumberstringOptional
startDatestringRequired
effectiveDatestringOptional

Effective Date of the BPJS Manpower Membership default value is start date

Responses
chevron-right
200

OK

application/json
idstringOptional

ID of the BPJS Manpower Membership

membershipNumberstringOptional
startDatestringOptional
endDatestringOptional
effectiveDatestringOptional
pensionEndstringOptional
put
/core/v1/employees/{employeeId}/bpjs-manpower-memberships

Last updated