HomeGuidesAPI ReferenceChangelog
Terms of Use
Changelog

3.247.0 release notes

  1. ⚠️ Breaking changes
    1. Changed PATCH /public-api/resources/reimbursement-policies/v1.0/{reimbursementPolicy} so requests that include electricityRateSource are rejected with 409 Conflict when the reimbursement policy uses an integration-supplied rate. Consumers can no longer change that source through the API.
  2. 🔧 Improvements
    1. Expanded the accepted filter.electricityRateSource values on GET /public-api/resources/reimbursement-policies/v1.0 to include integration.
    2. Expanded the electricityRateSource response values to include integration for reimbursement policies and reimbursement records returned by GET /public-api/resources/reimbursement-policies/v1.0, POST /public-api/resources/reimbursement-policies/v1.0, GET /public-api/resources/reimbursement-policies/v1.0/{reimbursementPolicy}, PATCH /public-api/resources/reimbursement-policies/v1.0/{reimbursementPolicy}, GET /public-api/resources/reimbursement-records/v1.0, GET /public-api/resources/reimbursement-records/v1.0/{reimbursementRecord}, and POST /public-api/actions/reimbursement-record/v1.0/{reimbursementRecord}/issue-credit.