For AI agents: visit https://binti.readme.io/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI.
Prevention Agency Service Rates
| Field | Type | Description |
|---|
agency_service_rate_id 🔑 | INTEGER | Unique identifier for this agency service rate. |
agency_service_id 🔗 | INTEGER | The ID of the parent agency service. |
referring_agency_id 🔗 | INTEGER | The ID of the referring agency. |
provider_agency_id 🔗 | INTEGER | The ID of the provider agency. |
label | STRING | Contract name/label. |
code | STRING | Contract code identifier. |
billing_structure | STRING | Billing structure type. |
amount_cents | INTEGER | Contract amount in cents. |
start_date | DATE | Contract start date. |
end_date | DATE | Contract end date. |
created_at | TIMESTAMP | When this record was created. |
updated_at | TIMESTAMP | When this record was last updated. |
agency_service_rate_id - Unique identifier for this agency service rate.
agency_service_id - The ID of the parent agency service.
referring_agency_id - The ID of the referring agency.
provider_agency_id - The ID of the provider agency.