Is this page helpful?
YesNoLast Updated on : 2022-04-11 02:11:08download
Provide hotel SaaS APIs, including but not limited to account management, project management, space management, and other capabilities, which can be called by developers.
API Name | URL |
---|---|
Delete Room Information | DELETE:/v1.0/osaas/rooms/{room_id} |
Get Room Details | GET:/v1.0/osaas/rooms/{room_id} |
Create Room | POST:/v1.0/osaas/projects/{project_id}/room |
Query Rooms on Pages | GET:/v1.0/osaas/projects/{project_id}/rooms |
Modify Room Information | PUT:/v1.0/osaas/rooms/{room_id} |
API Name | URL |
---|---|
Paging query project information | GET:/v1.0/osaas/projects |
Delete Project | DELETE:/v1.0/osaas/projects/{project_id} |
Modify Project Information | PUT:/v1.0/osaas/projects/{project_id} |
Get Project Details | GET:/v1.0/osaas/projects/{project_id} |
Create Project | POST:/v1.0/osaas/project |
Is this page helpful?
YesNoIs this page helpful?
YesNo