PUT api/pcc/update
Request Information
URI Parameters
None.
Body Parameters
PCCModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | string |
None. |
|
| ComponentDomain | string |
None. |
|
| ComponentCategory | string |
None. |
|
| ComponentSubCategory | string |
None. |
|
| PCC_ComponentLead | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "sample string 1",
"ComponentDomain": "sample string 2",
"ComponentCategory": "sample string 3",
"ComponentSubCategory": "sample string 4",
"PCC_ComponentLead": "sample string 5"
}
application/xml, text/xml
Sample:
<PCCModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/OEMWebAPI.Models"> <ComponentCategory>sample string 3</ComponentCategory> <ComponentDomain>sample string 2</ComponentDomain> <ComponentSubCategory>sample string 4</ComponentSubCategory> <Id>sample string 1</Id> <PCC_ComponentLead>sample string 5</PCC_ComponentLead> </PCCModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.