POST api/Profile/InsertProfileGroupDetails
Request Information
URI Parameters
None.
Body Parameters
ProfileGroupDetails| Name | Description | Type | Additional information |
|---|---|---|---|
| ProfileID | integer |
None. |
|
| NewProfileID | integer |
None. |
|
| Description | string |
None. |
|
| RPCID | integer |
None. |
|
| InstanceId | integer |
None. |
|
| DefaultProfileGroup | integer |
None. |
|
| PageID | integer |
None. |
|
| Add | boolean |
None. |
|
| Edit | boolean |
None. |
|
| Delete | boolean |
None. |
|
| View | boolean |
None. |
|
| Export | boolean |
None. |
|
| DepartmentID | integer |
None. |
|
| NewActive | integer |
None. |
|
| CustomField1 | string |
None. |
|
| CustomField2 | string |
None. |
|
| CustomField3 | string |
None. |
|
| PagePermissions | string |
None. |
|
| SBULink | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ProfileID": 1,
"NewProfileID": 2,
"Description": "sample string 3",
"RPCID": 4,
"InstanceId": 5,
"DefaultProfileGroup": 6,
"PageID": 7,
"Add": true,
"Edit": true,
"Delete": true,
"View": true,
"Export": true,
"DepartmentID": 13,
"NewActive": 14,
"CustomField1": "sample string 15",
"CustomField2": "sample string 16",
"CustomField3": "sample string 17",
"PagePermissions": "sample string 18",
"SBULink": "sample string 19"
}
application/xml, text/xml
Sample:
<ProfileGroupDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApplication1.Model"> <Add>true</Add> <CustomField1>sample string 15</CustomField1> <CustomField2>sample string 16</CustomField2> <CustomField3>sample string 17</CustomField3> <DefaultProfileGroup>6</DefaultProfileGroup> <Delete>true</Delete> <DepartmentID>13</DepartmentID> <Description>sample string 3</Description> <Edit>true</Edit> <Export>true</Export> <InstanceId>5</InstanceId> <NewActive>14</NewActive> <NewProfileID>2</NewProfileID> <PageID>7</PageID> <PagePermissions>sample string 18</PagePermissions> <ProfileID>1</ProfileID> <RPCID>4</RPCID> <SBULink>sample string 19</SBULink> <View>true</View> </ProfileGroupDetails>
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. |