Photos¶
flowtask.components.NetworkNinja.models.photos
¶
Document
¶
Bases: AbstractPayload
Document Model.
Represents a document in the system.
Example
{ "document_id": 1, "document_name": "Test Document", "document_path": "https://www.example.com/test.pdf", "description": "Test Document Description", "created_on": "2025-02-01T00:00:00-06:00", "store_number": "12345", "account_id": 1, "account_name": "Test Account", "question_name": "Test Question", "url_parts": "https://www.example.com/test.pdf" }
PhotoCategory
¶
Bases: AbstractPayload
Photo Category Model.
Represents a photo category in the system.
Example
{ "category_id": 53, "name": "TEST Category", "client_id": 61, "enabled": false, "orgid": 71, "client_name": "TRO Walmart Assembly" }