POST api/admin/ext_profile_group/update
Request Information
URI Parameters
None.
Body Parameters
admin_ext_pg_details_with_sub_profile_input| Name | Description | Type | Additional information |
|---|---|---|---|
| basic | admin_ext_profile_group_details |
None. |
|
| profiles | Collection of admin_ext_sub_profile_input |
None. |
Request Formats
application/json, text/json
Sample:
{
"basic": {
"Password": "sample string 1",
"ExtProfileGroupId": 2,
"ProfileGroupName": "sample string 3",
"Username": "sample string 4",
"IsActive": true,
"CreatedDateTime": "2026-02-04T12:50:48.2009742+00:00",
"LastUpdatedDateTime": "2026-02-04T12:50:48.2009742+00:00",
"IsDeleted": true,
"EventIds": "sample string 6"
},
"profiles": [
{
"Deleted": 1,
"ExtSubProfileId": 1,
"ExtProfileGroupId": 2,
"SubProfileName": "sample string 3",
"AccreditationCode": "sample string 4",
"IsActive": true,
"CreatedDateTime": "2026-02-04T12:50:48.2009742+00:00",
"IsDeleted": true,
"SortOrder": 6,
"EventIds": "sample string 7"
},
{
"Deleted": 1,
"ExtSubProfileId": 1,
"ExtProfileGroupId": 2,
"SubProfileName": "sample string 3",
"AccreditationCode": "sample string 4",
"IsActive": true,
"CreatedDateTime": "2026-02-04T12:50:48.2009742+00:00",
"IsDeleted": true,
"SortOrder": 6,
"EventIds": "sample string 7"
}
]
}
application/xml, text/xml
Sample:
<admin_ext_pg_details_with_sub_profile_input xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApplicationITTF1.Controllers">
<basic>
<CreatedDateTime>2026-02-04T12:50:48.2009742+00:00</CreatedDateTime>
<EventIds>sample string 6</EventIds>
<ExtProfileGroupId>2</ExtProfileGroupId>
<IsActive>true</IsActive>
<IsDeleted>true</IsDeleted>
<LastUpdatedDateTime>2026-02-04T12:50:48.2009742+00:00</LastUpdatedDateTime>
<ProfileGroupName>sample string 3</ProfileGroupName>
<Username>sample string 4</Username>
<Password>sample string 1</Password>
</basic>
<profiles>
<admin_ext_sub_profile_input>
<AccreditationCode>sample string 4</AccreditationCode>
<CreatedDateTime>2026-02-04T12:50:48.2009742+00:00</CreatedDateTime>
<EventIds>sample string 7</EventIds>
<ExtProfileGroupId>2</ExtProfileGroupId>
<ExtSubProfileId>1</ExtSubProfileId>
<IsActive>true</IsActive>
<IsDeleted>true</IsDeleted>
<SortOrder>6</SortOrder>
<SubProfileName>sample string 3</SubProfileName>
<Deleted>1</Deleted>
</admin_ext_sub_profile_input>
<admin_ext_sub_profile_input>
<AccreditationCode>sample string 4</AccreditationCode>
<CreatedDateTime>2026-02-04T12:50:48.2009742+00:00</CreatedDateTime>
<EventIds>sample string 7</EventIds>
<ExtProfileGroupId>2</ExtProfileGroupId>
<ExtSubProfileId>1</ExtSubProfileId>
<IsActive>true</IsActive>
<IsDeleted>true</IsDeleted>
<SortOrder>6</SortOrder>
<SubProfileName>sample string 3</SubProfileName>
<Deleted>1</Deleted>
</admin_ext_sub_profile_input>
</profiles>
</admin_ext_pg_details_with_sub_profile_input>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
basic_res_dc| Name | Description | Type | Additional information |
|---|---|---|---|
| response_code | integer |
None. |
|
| err_msg | string |
None. |
|
| id | integer |
None. |
|
| sub_id | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"response_code": 1,
"err_msg": "sample string 2",
"id": 1,
"sub_id": 1
}
application/xml, text/xml
Sample:
<basic_res_dc xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApplicationITTF1.Controllers"> <err_msg>sample string 2</err_msg> <id>1</id> <response_code>1</response_code> <sub_id>1</sub_id> </basic_res_dc>