...
Parameter | Description | Required? | Data Type (max length) | Example |
---|---|---|---|---|
kfsProjectCodekfsProjCode | KFS Project Number | Yes | String(10) | '1234567890' |
...
Result Schema: A list of following elements (ProjectValidation.java)
DB Parameter | Description | Data Type | Example |
---|---|---|---|
PROJECT_CDkfsProjCode | KFS Project Code | String (10) | '1234567890' |
isValid | Is the KFS Project Code valid? | boolean | true |
...