Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Description

This web service returns room details for the given project.

Request

ParameterTypeMandatory/OptionalComments

projectId

long

Mandatory/Empty*The project Id of the project
projectCodestringOptional/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). Always project ID will be given first priority and considered as the only input whenever provided.

Response

TypeDescription

List<GetRoomsForProjectDetails>

List of rooms in given project

Exceptions

Error CodeDescription

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

167You are not authorized to use this web method

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 at least one of them

254Invalid project code
273Project does not exist

 

 

 

  • No labels