POST
api/v1/InsertPlatformGroup
Request Information
Body Parameters
PlatformGroupModelName | Description | Type | Additional information |
---|---|---|---|
PlatformGroupId | integer |
None. |
|
GroupName | string |
None. |
|
CreatedOn | date |
None. |
|
ModifiedOn | date |
None. |
|
Createdby | integer |
None. |
|
Modifiedby | integer |
None. |
|
IsActive | boolean |
None. |
|
IslogicallyDeleted | boolean |
None. |
|
TotalRecords | integer |
None. |
|
TotalPages | integer |
None. |
Request Formats
application/json, text/json
{ "PlatformGroupId": 1, "GroupName": "sample string 2", "CreatedOn": "2025-06-18T11:20:28.0064424+00:00", "ModifiedOn": "2025-06-18T11:20:28.0064424+00:00", "Createdby": 5, "Modifiedby": 6, "IsActive": true, "IslogicallyDeleted": true, "TotalRecords": 9, "TotalPages": 10 }
text/html
{"PlatformGroupId":1,"GroupName":"sample string 2","CreatedOn":"2025-06-18T11:20:28.0064424+00:00","ModifiedOn":"2025-06-18T11:20:28.0064424+00:00","Createdby":5,"Modifiedby":6,"IsActive":true,"IslogicallyDeleted":true,"TotalRecords":9,"TotalPages":10}
application/xml, text/xml
<PlatformGroupModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDCMSAdminAPI.Models.Platform"> <CreatedOn>2025-06-18T11:20:28.0064424+00:00</CreatedOn> <Createdby>5</Createdby> <GroupName>sample string 2</GroupName> <IsActive>true</IsActive> <IslogicallyDeleted>true</IslogicallyDeleted> <ModifiedOn>2025-06-18T11:20:28.0064424+00:00</ModifiedOn> <Modifiedby>6</Modifiedby> <PlatformGroupId>1</PlatformGroupId> <TotalPages>10</TotalPages> <TotalRecords>9</TotalRecords> </PlatformGroupModel>
application/x-www-form-urlencoded
Sample not available.
Response Information
Description:
Return type: integer
Response Formats
application/json, text/json, text/html
1
application/xml, text/xml
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>