POST api/HCPContentsMultiUserGroup
Request Information
URI Parameters
None.
Body Parameters
RequestInfoMultiUserGroupFlat| Name | Description | Type | Additional information |
|---|---|---|---|
| ContentKey | integer |
None. |
|
| type | integer |
None. |
|
| TargetId | integer |
None. |
|
| PlatformId | integer |
None. |
|
| DeviceID | string |
None. |
|
| LastUpdateDate | date |
None. |
|
| SessionId | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"PlatformId": 1,
"DeviceID": "sample string 2",
"LastUpdateDate": "2025-12-28T18:27:36.5224398+01:00",
"SessionId": "sample string 4",
"ContentKey": 1,
"type": 2,
"TargetId": 3
}
application/xml, text/xml
Sample:
<RequestInfoMultiUserGroupFlat xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ServiceCenter.API.DTO.Flat"> <DeviceID>sample string 2</DeviceID> <LastUpdateDate>2025-12-28T18:27:36.5224398+01:00</LastUpdateDate> <PlatformId>1</PlatformId> <SessionId>sample string 4</SessionId> <ContentKey>1</ContentKey> <TargetId>3</TargetId> <type>2</type> </RequestInfoMultiUserGroupFlat>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ResponseInfoFlat| Name | Description | Type | Additional information |
|---|---|---|---|
| ErrorNumber | integer |
None. |
|
| ErrorMessage | string |
None. |
|
| ActionResult | boolean |
None. |
|
| ResultMessage | string |
None. |
|
| Result | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"ErrorNumber": 1,
"ErrorMessage": "sample string 2",
"ActionResult": true,
"ResultMessage": "sample string 4",
"Result": {}
}
application/xml, text/xml
Sample:
<ResponseInfoFlat xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ServiceCenter.API.DTO.Flat"> <ActionResult>true</ActionResult> <ErrorMessage>sample string 2</ErrorMessage> <ErrorNumber>1</ErrorNumber> <Result /> <ResultMessage>sample string 4</ResultMessage> </ResponseInfoFlat>