Description
This web service returns room details for the given project.
Request
Parameter | Type | Mandatory/Optional | Comments |
---|---|---|---|
projectId | Mandatory/Optional* | The project Id of the project | |
projectCode | string | Optional/Mandatory* | Project code of the project E.g. ABC0001-A1 |
applicationName | String | Mandatory | Third party application identifier, identifying the client consuming the web service. (Length of the ApplicationName should be less than or equal to 10) |
Note: * Need to provide at least one of these fields (project Id, project code)
Response
Type | Description |
---|---|
List of rooms in given project |
Exceptions
Error Code | Description |
---|---|
123 | An exception occured while processing your request |
138 | ApplicationName length is exceeded maximum allowed character limit (10) |
146 | The application name is not set |
227 | The project does not exist or the company is not connected to the given project |
252 | No input is provided to project Id or project code. Need atleast one of them |
253 | Ambiguous inputs. Make sure projet code and project id referred to the same project |
254 | Invalid project code |
0 Comments