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

Description

This web method can be used to ensure if the project does exist.

 

Request

ParameterTypeMandatory/OptionalComments
projectCode

string

MandatoryThe code of the project that has to be validated.
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)

 

Response

TypeDescription
ProjectDetails of the project to be validated

 Note : Please note that all the fields in the project model will not be returned as the result. Only following information are retuned

  • Project details - ProjectId, ProjectName, ProjectCode, ProjectType, StartedDate, BoligmappaNumber, IsAdmin.
  • Address - ProjectAddress
  • ProjectCompanies
    • Id
    • CompanyName
    • OrganizationNumber
  • OwnerCompany
    • Id
    • CompanyName
    • OrganizationNumber

Therefore, it is not advisable to use any other fields sent in the result as they may not contain proper values 

Exceptions

Error CodeDescription
123An exception occurred while processing your request

138

ApplicationName length is exceeded maximum allowed character limit (10)

146The application name is not set
254Invalid project code
273Project does not exist
277Project Code cannot be empty
  • No labels