PUT Api/PROJECT/Put?id={id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
PROJECT| Name | Description | Type | Additional information |
|---|---|---|---|
| PROJECT_ID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"PROJECT_ID": 1
}
text/xml
Sample:
<PROJECT xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/njdotEF"> <PROJECT_ID>1</PROJECT_ID> </PROJECT>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.