PUT api/CompanyGroups/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
CompanyGroupsName | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
|
inspectorId | string |
String length: inclusive between 0 and 100 |
|
devSn | string |
String length: inclusive between 0 and 50 |
|
level | byte |
None. |
|
enable | byte |
None. |
Request Formats
application/json, text/json
Sample:
{ "id": 1, "inspectorId": "sample string 2", "devSn": "sample string 3", "level": 64, "enable": 64 }
application/xml, text/xml
Sample:
<CompanyGroups xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RMnS_Pro_API.Models"> <devSn>sample string 3</devSn> <enable>64</enable> <id>1</id> <inspectorId>sample string 2</inspectorId> <level>64</level> </CompanyGroups>
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.