Source: factory.service/package.salesapp/ObjServiceJaNee.py
JaNee integration service.
DEMO ONLY:
This implementation exists for demonstration/prototyping.
It is not production-ready and should not be used as a final
...
| Method | Signature | Description |
|---|---|---|
| traderreq_get | traderreq_get(id_number: str, force_refresh: bool = False, ttl_seconds: int = 300) -> dict[str, Any] |
|
| janee_application_post | janee_application_post(client_guid: str = '', id_number: str = '', cellphone: str = '', ttl_seconds: int = 300) -> dict[str, Any] |
|
| janee_application_status | janee_application_status(client_guid: str = '', id_number: str = '', cellphone: str = '', application_guid: str = '', force_refresh: bool = False, ttl_seconds: int = 55) -> dict[str, Any] |
|
| getpromo | getpromo(product_code: str = '', store_code: str = '', force_refresh: bool = False, ttl_seconds: int = 300) -> dict[str, Any] |
|
| fullhouse_product_api | fullhouse_product_api(product_code: str = '', force_refresh: bool = False, ttl_seconds: int = 300) -> dict[str, Any] |
|
| get_product_recommendation | get_product_recommendation(id_number: str = '', account_code: str = '', client_guid: str = '', cellphone: str = '', force_refresh: bool = False, ttl_seconds: int = 300) -> dict[str, Any] |
|
| run_workflow_direct | run_workflow_direct(guid: str, current_result: str = '') -> dict[str, Any] |