Description
This web method can be used to ensure if the project does exist.
Request
Parameter | Type | Mandatory/Optional | Comments |
---|---|---|---|
projectCode | string | Mandatory | The 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
Type | Description |
---|---|
Project | Details 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 Code | Description |
---|---|
123 | An exception occurred while processing your request |
138 | ApplicationName length is exceeded maximum allowed character limit (10) |
146 | The application name is not set |
254 | Invalid project code |
273 | Project does not exist |
277 | Project Code cannot be empty |
Add Comment