mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
update trigger request object
This commit is contained in:
parent
b9e9c9edb5
commit
540cafc62a
1 changed files with 4 additions and 1 deletions
|
|
@ -6,4 +6,7 @@ from pydantic import BaseModel
|
|||
class PashubToAraTriggerRequest(BaseModel):
|
||||
pashub_job_id: str
|
||||
|
||||
sharepoint_url: Optional[str] = None
|
||||
address: Optional[str] = None
|
||||
sharepoint_link: Optional[str] = None
|
||||
uprn: Optional[str] = None
|
||||
landlord_property_id: Optional[str] = None
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue