Description
This web method can be is only used to ensure if verify whether the project does existexists.
Request
Parameter | Type | Mandatory/OptionalComments | Maximum character length/limit | Description |
---|---|---|---|---|
projectCode | string | Mandatory | Not Relevant | The code of the project that has to be validated.requires validation |
applicationName | string | MandatoryThird party application identifier, identifying the client consuming the web service – (Length of the applicationName should | Should be less than or equal to 10 )characters | The name of the integration partner |
Request - sample input
Response
Type | Description |
---|---|
Project | Details of the project to be validated |
Note : Please note that all the
NOTE: All fields in the project Project model will not be are not returned as in 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 since it is only used to validate a project. Please refer searchProject if you need more details.
Project details | Address | ProjectCompanies | OwnerCompany |
---|---|---|---|
|
|
|
|
|
|
| |
|
|
| |
| |||
| |||
| |||
|
It is inadvisable to use any other fields sent in the result as they may not contain proper values values.
Exceptions
Error Code | Description |
---|---|
123 | An exception occurred while processing your request |
138 | ApplicationName applicationName length is has exceeded the maximum allowed character limit allowed (10) |
146 | The application name is applicationName is not set |
167 | You are not authorized to use this web method |
254 | Invalid project codeprojectCode |
273 | Project does not exist |
277 | Project Code projectCode cannot be empty |