AlayaCare · Example Payload
Alayacare Services Examples
Home CareCommunity CareHealthcareSchedulingClinicalBillingClient ManagementCare ManagementAged CareWorkforce Management
Alayacare Services Examples is an example object payload from AlayaCare, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
Top-level fields
Single Program Single Payor Service_post_requestMultiple Programs Single Payor Service_post_requestMedicaid Service_post_request
Example Payload
{
"Single Program Single Payor Service_post_request": {
"value": {
"activity_codes": [
{
"id": "1"
}
],
"add_to_associated_employees": true,
"client": {
"id": "1861"
},
"cost_centre_id": null,
"funding_methodology": "single_payor",
"guid_funder_breakdowns": [
{
"contact_id": 3153,
"funder_id": 1,
"is_primary": 1,
"percentage": 100
}
],
"import_id": "",
"instructions": "",
"is_address_overridden": false,
"name": "Single Program Single Payor Service",
"notes": "",
"primary_employee": {
"id": "100"
},
"program_creation_data": {
"billing_cycle": 5,
"is_guarantor_taxable": true,
"office_identification_set_id": null
},
"program_id": null,
"projected_end_date": "2025-04-30",
"reports": [
{
"id": 1,
"is_required": 1
},
{
"id": 2,
"is_required": 0
}
],
"service_accounting": {
"billable_using": null,
"is_taxable": true,
"non_covered_amt": null,
"rating_rule_type": null,
"rating_rules": null
},
"service_code": {
"id": 159
},
"skills": [],
"start_date": "2025-04-01",
"profile": {
"form_context_fields": [
{
"name1": "value 1",
"name2": "value 2",
"name3": "value 3"
}
]
}
}
},
"Multiple Programs Single Payor Service_post_request": {
"value": {
"activity_codes": [],
"add_to_associated_employees": true,
"client": {
"id": "1861"
},
"cost_centre_id": null,
"funding_methodology": "payor_invoicing",
"guid_funder_breakdowns": [
{
"funder_id": 1,
"is_primary": 1,
"percentage": 100
}
],
"import_id": "",
"instructions": "",
"is_address_overridden": false,
"name": "Multiple Programs Single Payor Service",
"notes": "",
"primary_employee": {
"id": "100"
},
"program_creation_data": null,
"program_id": null,
"projected_end_date": "2025-04-30",
"reports": [],
"service_accounting": {
"billable_using": "multiple_programs",
"is_taxable": null,
"non_covered_amt": null,
"rating_rule_type": "time_increment",
"rating_rules": [
{
"bill_code_id": null,
"cost_centre_id": 1,
"funder_id": 1,
"id": 1,
"is_default": true,
"is_taxable": true,
"minutes": 720,
"payor": {
"client_billing_cycle": null,
"cost_centre": {
"label": "1 - cc-1",
"value": 1
},
"cost_centre_id": 1,
"funder_methodology": "co-pay",
"guarantor_billing_contact_id": null,
"guarantor_funder": {
"code": "funder_1",
"frequency": null,
"guid": 50,
"id": 1,
"invoicingModel": "individual_invoices",
"label": "Funder 1",
"name": "CI",
"value": 1
},
"guarantor_funder_id": 1,
"is_guarantor_taxable": true,
"non_covered_amt": null,
"office_identification_set_id": null,
"program_id": 1583
},
"program_id": 1583,
"rank": 1
},
{
"bill_code_id": null,
"cost_centre_id": 2,
"funder_id": 1,
"id": 2,
"is_default": false,
"is_taxable": true,
"minutes": 840,
"payor": {
"client_billing_cycle": 5,
"cost_centre": {
"label": "2 - cost centre -2",
"value": 2
},
"cost_centre_id": 2,
"funder_methodology": "single_payor",
"guarantor_billing_contact_id": 3153,
"guarantor_funder": {
"code": "funder_1",
"frequency": null,
"guid": 50,
"id": 1,
"invoicingModel": "individual_invoices",
"label": "Funder 1",
"name": "CI",
"value": 1
},
"guarantor_funder_id": 1,
"is_guarantor_taxable": true,
"non_covered_amt": null,
"office_identification_set_id": null,
"program_id": 2587
},
"program_id": 2587,
"rank": 2
}
]
},
"service_code": {
"id": 1
},
"skills": [
{
"id": "1"
}
],
"start_date": "2025-04-01"
}
},
"Medicaid Service_post_request": {
"value": {
"activity_codes": [],
"client": {
"id": "1861"
},
"cost_centre_id": null,
"funding_methodology": "medicaid",
"guid_funder_breakdowns": [
{
"contact_id": null,
"funder_id": 24,
"is_primary": 1,
"percentage": 100
}
],
"import_id": "",
"instructions": "",
"is_address_overridden": false,
"name": "Medicaid Service",
"notes": "",
"primary_employee": {},
"program_creation_data": {
"billing_cycle": 1,
"is_guarantor_taxable": false,
"office_identification_set_id": null
},
"program_id": null,
"projected_end_date": "2025-04-30",
"reports": [],
"service_accounting": {
"billable_using": null,
"is_taxable": true,
"non_covered_amt": null,
"rating_rule_type": null,
"rating_rules": null
},
"service_code": {
"id": 34
},
"skills": [],
"start_date": "2025-04-01"
}
}
}