For AI agents: visit https://binti.readme.io/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI.
| Field | Type | Description |
|---|
service_record_id 🔑 | INTEGER | Unique identifier for this service record. |
service_contract_id 🔗 | INTEGER | The ID of the service contract this service record belongs to. |
service_referral_id 🔗 | INTEGER | The ID of the service referral this service record belongs to. |
provider_agency_id 🔗 | INTEGER | The ID of the provider agency that provided the service. |
referring_agency_id 🔗 | INTEGER | The ID of the referring agency that referred the service. |
service_date | DATE | The date of the service. |
method_of_engagement | STRING | The method of engagement for the service. |
method_of_engagement_other | STRING | The other method of engagement for the service. |
start_time | TIMESTAMP | The start time of the service. |
end_time | TIMESTAMP | The end time of the service. |
notes | STRING | The notes for the service. |
created_at | TIMESTAMP | The date and time the service record was created. |
updated_at | TIMESTAMP | The date and time the service record was last updated. |
locked_at | TIMESTAMP | The date and time the service record was locked. |
locked_by_id 🔗 | INTEGER | The ID of the user who locked the service record. |
service_record_id - Unique identifier for this service record.
service_contract_id - The ID of the service contract this service record belongs to.
service_referral_id - The ID of the service referral this service record belongs to.
provider_agency_id - The ID of the provider agency that provided the service.
referring_agency_id - The ID of the referring agency that referred the service.
locked_by_id - The ID of the user who locked the service record.