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

Description

This method can be used to create ApartmentTags for a given project. And it returns the created ApartmentTags as the output.

Notes: 

  • Multiple ApartmentTags can be added at the same time.
  • Only the  project owner company can add ApartmentTags for that project.

 

Request

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

 

AddApartmentTagsToProjectInput

Parameter
Type
Mandatory/Optional
Comments
ProjectIdlongMandatory/Optional*The Id of the project.
ProjectCodestringMandatory/Optional*Project code of the project E.g. ABC0001-A1 
ApartmentTagList<ApartmentTagstInput>Mandatory

List of ApartmentTags to be added to the given project. ApartmentTag (ApartmentTag Name) is a mandatory field for this method

Note

  • Need to provide at least one of these fields (ProjectId, ProjectCode)
  • ProjectId will be the first preference


Response

Type
Description
AddApartmentTagsToProjectOutputAddApartmentTagsToProjectOutput model

 

AddApartmentTagsToProjectOutput

Parameter
Type
Comments
StatusesList<AddApartmentTagsToProjectStatus>Project ApartmentTag creation statuses list


Exceptions

Error Code
Description
110Input parameters contain null or invalid data
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
223The given project is not owned by the company or does not exist, therefore this action cannot be performed
252No input is provided to project Id or project code. Need atleast one of them 
254 

Invalid project code 

273Project does not exist
299The given project is closed.
322ApartmentTag already exists
323No ApartmentTags are provided
324ApartmentTag name is not provided
325ApartmentTag Name has exceeded maximum length (50)


  • No labels