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

Description

This method is only used to verify whether the project exists.

 

Request

ParameterTypeMandatory/OptionalMaximum character length/limitDescription
projectCode

string

MandatoryNot RelevantThe code of the project that requires validation
applicationName

string

Mandatory

Should be less than or equal to 10 characters

The name of the integration partner

 

Request - sample input

Response

TypeDescription
ProjectDetails of the project to be validated

 

NOTE: All fields in the Project model are not returned in the result since it is only used to validate a project. Please refer searchProject if you need more details.

Project detailsAddressProjectCompaniesOwnerCompany
  •   ProjectId
  • ProjectAddress
  • Id
  • Id
  •   ProjectName

  • CompanyName
  • CompanyName
  •   ProjectCode

  • OrganizationNumber
  • OrganizationNumber
  •   ProjectType



  •   StartedDate



  •   BoligmappaNumber



  •    IsAdmin




It is inadvisable 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 has exceeded the maximum character limit allowed (10)

146The applicationName is not set
167You are not authorized to use this web method
254Invalid projectCode
273Project does not exist
277projectCode cannot be empty
  • No labels