Customer
Invalidate cache for a contract or customer
POST /customer/invalidateCache
POST /customer/invalidateCache
This endpoint invalidates the cache for a given contract or customer by their IDs.
Responses
200 — Cache invalidated successfully.
Response Example
{
"contractCacheInvalidated": true,
"customerCacheInvalidated": true
}403 — Unauthorized
404 — Customer not found
500 — Internal error