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