POST api/MaterialsManagement/ModifyProductGroupEnabled
Request Information
URI Parameters
None.
Body Parameters
MaterialsManagementProductGroupEnabledDBModel| Name | Description | Type | Additional information |
|---|---|---|---|
| pgID | integer |
None. |
|
| pgEnabled | boolean |
None. |
Request Formats
application/json, text/json, text/html
Sample:
{
"pgID": 1,
"pgEnabled": true
}
application/xml, text/xml
Sample:
<MaterialsManagementProductGroupEnabledDBModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/iLevel.Vitruvius.VitruviusPubLib.BindingModels.MaterialsManagement"> <pgEnabled>true</pgEnabled> <pgID>1</pgID> </MaterialsManagementProductGroupEnabledDBModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |