Description
This method is only used to verify whether the project exists.
Request
Parameter | Type | Mandatory/Optional | Maximum character length/limit | Description |
---|---|---|---|---|
projectCode | string | Mandatory | Not Relevant | The 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
Type | Description |
---|---|
Project | Details 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 details | Address | ProjectCompanies | OwnerCompany |
---|---|---|---|
|
|
|
|
|
|
| |
|
|
| |
| |||
| |||
| |||
|
It is inadvisable 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 has exceeded the maximum character limit allowed (10) |
146 | The applicationName is not set |
167 | You are not authorized to use this web method |
254 | Invalid projectCode |
273 | Project does not exist |
277 | projectCode cannot be empty |
Add Comment