POST api/v1/InsertPlatformGroup

Request Information

Body Parameters

PlatformGroupModel
NameDescriptionTypeAdditional 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
{
  "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
}
{"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}
<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>

Sample not available.

Response Information

Description:

Return type: integer

Response Formats
1
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>