GET api/GetProjectNumberById/{projectID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| projectID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
PMAProjectNumber| Name | Description | Type | Additional information |
|---|---|---|---|
| ProjectNumber | string |
None. |
|
| ProjectID | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"ProjectNumber": "sample string 1",
"ProjectID": 2
}
application/xml, text/xml
Sample:
<PMAProjectNumber xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Goaa.iPro.Data.Admin.CustomClasses"> <ProjectID>2</ProjectID> <ProjectNumber>sample string 1</ProjectNumber> </PMAProjectNumber>