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 7 Current »

Description

This web method returns a list of Apartment Tags added to a project. Any of the users belonging to a company which is associated with the project can access all the Apartment Tags.

Request

Parameter
Type
Mandatory/Optional
Comments
inputGetApartmentTagsForProjectInputMandatoryGetApartmentTagsForProject input model
applicationNamestringMandatoryThird party application identifier, identifying the client consuming the web service – (Length of the ApplicationName should be less than or equal to 10)


GetApartmentTagsForProjectInput

Parameter
Type
Mandatory/Optional
Comments
ProjectIdlongMandatory/OptionalThe project Id of the project
ProjectCodestringOptional/MandatoryProject code of the project E.g. ABC0001-A1 

Note :

Should provide at least one of these fields (project Id, project code)

ProjectId will be the first preference

 

Response

Type
Description
GetApartmentTagsForProjectOutputGetApartmentTagsForProject Output Model

 

GetApartmentTagsForProjectOutput

Parameter
Type
Comments
ApartmentTagsList<ApartmentTagsOutput>Apartment Tags response model list

 

Exceptions

Error Code
Description

110

Input parameters contain null or invalid data

123An exception occurred while processing your request
138 ApplicationName length is exceeded maximum allowed character limit (10)
146The application name is not set
167You are not authorized to use this web method
227The 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 

254 

Invalid project code 

273 Project does not exist
  • No labels