PUT apioauth/matrixv2/groups/{groupId}/pois/{poiId}
Add a poi to a group
Request Information
URI Parameters
| Name | Description | Type | Additional information | 
|---|---|---|---|
| groupId | unsigned integer | 
                                 Required  | 
                |
| poiId | unsigned integer | 
                                 Required  | 
                
Body Parameters
None.
Response Information
Resource Description
AssignResponse| Name | Description | Type | Additional information | 
|---|---|---|---|
| Status | boolean | 
                             None.  | 
                
Response Formats
application/json, text/json
            Sample:
        
{
  "Status": true
}
        application/xml, text/xml
            Sample:
<AssignResponse xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Status>true</Status> </AssignResponse>