Source: factory.webhook/package.switchx/ObjHookDevelopmentsOld.py
Legacy webhook handler for NDD property data.
Provides a two-phase API: broad search returns
matching developments with fuzzy matching, and
narrow search returns detailed development and bank
...
| Method | Signature | Description |
|---|---|---|
| fuzz_match | fuzz_match(text_a, text_b, score = 80) -> bool |
Check if two strings match using fuzzy ratio. |
| Process | Process(payload = '', webhook_code = '', Param1 = '', Param2 = '', Param3 = '', Param4 = '', Param5 = '', Param6 = '', Param7 = '', Param8 = '') |
Process the NDD developments webhook request. |