GET api/CaseSys/Firm_Project/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Firm_ProjectName | Description | Type | Additional information |
---|---|---|---|
ProjectID | integer |
None. |
|
CategoryID | integer |
None. |
|
ProjectName | string |
None. |
|
Del | boolean |
None. |
|
SortIndex | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "ProjectID": 1, "CategoryID": 2, "ProjectName": "sample string 3", "Del": true, "SortIndex": 1 }
application/xml, text/xml
Sample:
<Firm_Project xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SunOAWebAPI.Areas.CaseSys.Data"> <CategoryID>2</CategoryID> <Del>true</Del> <ProjectID>1</ProjectID> <ProjectName>sample string 3</ProjectName> <SortIndex>1</SortIndex> </Firm_Project>