# Business Case Status Changed Event Endpoint: POST Business Case Status Changed Event Version: 1.1 Security: X-API-Key ## Request fields (*/*): - `id` (integer, required) Event ID Example: 12345 - `externalId` (string, required) External ID Example: "EVID82A65938766547EBBBA39BA6F7B07F24" - `timestamp` (string, required) timestamp of the event Example: "2015-01-01T10:00Z" - `businessCaseExternalId` (string) Business Case ID Example: "BCID0FB909852BBC4D06AD8336AAE87D7FC9" - `businessCaseId` (integer) Business case ID Example: 12345 - `newStatus` (string) the new status of the business case Enum: "OPEN", "APPROVED", "REJECTED", "COMPLETED", "CHARGEBACK_INITIATED" - `approvedAmount` (object) Amount provided by status changed events if the new status is APPROVED. The value is always greater than zero. - `approvedAmount.value` (number, required) The amount value. Take care when using JavaScript libraries to parse this value - it should be treated as a financial amount and therefore not as a floating point number but rather using a precise decimal representation (like BigDecimal in Java). : : Example: 99.99 - `approvedAmount.currencyCode` (string, required) The amount currency code according to ISO-4217. Example: "CHF" - `externalDonationPurposeId` (string) optional field only to be used for donation inquiries to represent a potential selection of a donation purpose by the bill recipient, note the connection to the field externalDonationPurposeId from eBill business case specification