Working on all the routes, methods, and models.
This commit is contained in:
@@ -37,6 +37,8 @@ def create_address_obj(address_obj_new:Address_Base):
|
||||
def load_address_obj(
|
||||
address_id:int|str,
|
||||
limit: int = 1000, # Probably not needed for the address
|
||||
by_alias: bool = True,
|
||||
exclude_unset: bool = True,
|
||||
model_as_dict: bool = False,
|
||||
enabled: str = 'enabled', # enabled, disabled, all # Probably not needed for the address
|
||||
) -> Address_Base|bool:
|
||||
|
||||
Reference in New Issue
Block a user