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

Description

This method is used to remove one or more apartment tags from the project. this method can only be used by project owners. 

 

Request

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

 

DeleteApartmentTagsInput


Parameter
Type
Mandatory/Optional
Comments
ApartmentTagsToBeDeletedList<ApartmentTagsToDelete>Mandatorylist of apartment tags to be deleted

 

Response

Type
Description
DeleteApartmentTagsOutputDeleteApartmentTagsOutput model

 

SendDocumentsToPlantOutput


Parameter
Type
Comments
StatusesList<DeleteApartmentTagStatus>Delete Apartment tag response status

Exceptions

Error Code
Description
110Input 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
273Project does not exist
316You cannot do this operation for a closed project
326You cannot do this operation since Documents are associated with this ApartmentTag
327Company is not authorized to delete this ApartmentTag
328ApartmentTag Id does not exist
  • No labels