##### Example Request
```json
{
"action": "PARKING_TRANSACTION_FINISHED",
"ops_transaction_id": "1862845a-5e06-48a6-8843-f56b9c7e7201",
"provider": {
"ops_partner_id": "swu",
"identifier_type": "LICENSE_PLATE",
"identifier_code": "ABCD1234",
"identifier_region": "AB", // optional
"identifier_country": "DE" //optional
},
"operator": {
"ops_partner_id": "pbgulm",
"partner_poi_id": "partnerPoiId",
"poi_country_code": "DE"
},
"creation_timestamp": "2024-01-01T12:06:04.357Z",
"start_time": "2024-01-01T12:06:04.357981593Z",
"end_time": "2024-01-02T12:06:04.357981593Z",
"total_amount": 10,
"currency": "EUR", // optional
"vat_percentage": 19.00 // optional
}
```