POST api/genProfile/Getall

Request Information

URI Parameters

None.

Body Parameters

genProfile
NameDescriptionTypeAdditional information
ActionTypeId

integer

None.

IsActive

boolean

None.

ProfileTypeId

integer

None.

EntryDate

date

None.

ModifyDate

date

None.

CompanyId

integer

None.

ProfileId

integer

None.

ProfileSeqNo

integer

None.

EntryUser

integer

None.

ModifyUser

integer

None.

OrganizationId

integer

None.

UserLogId

integer

None.

ProfileCode

string

None.

ProfileName

string

None.

ProfilePrefix

string

None.

ProfileUrduName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ActionTypeId": 1,
  "IsActive": true,
  "ProfileTypeId": 3,
  "EntryDate": "2025-10-29T13:10:55.7082862+05:00",
  "ModifyDate": "2025-10-29T13:10:55.7082862+05:00",
  "CompanyId": 6,
  "ProfileId": 7,
  "ProfileSeqNo": 8,
  "EntryUser": 9,
  "ModifyUser": 10,
  "OrganizationId": 11,
  "UserLogId": 12,
  "ProfileCode": "sample string 13",
  "ProfileName": "sample string 14",
  "ProfilePrefix": "sample string 15",
  "ProfileUrduName": "sample string 16"
}

application/xml, text/xml

Sample:
<genProfile xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Architecture.Model.HRM.PolicyManagment">
  <ActionTypeId>1</ActionTypeId>
  <CompanyId>6</CompanyId>
  <EntryDate>2025-10-29T13:10:55.7082862+05:00</EntryDate>
  <EntryUser>9</EntryUser>
  <IsActive>true</IsActive>
  <ModifyDate>2025-10-29T13:10:55.7082862+05:00</ModifyDate>
  <ModifyUser>10</ModifyUser>
  <OrganizationId>11</OrganizationId>
  <ProfileCode>sample string 13</ProfileCode>
  <ProfileId>7</ProfileId>
  <ProfileName>sample string 14</ProfileName>
  <ProfilePrefix>sample string 15</ProfilePrefix>
  <ProfileSeqNo>8</ProfileSeqNo>
  <ProfileTypeId>3</ProfileTypeId>
  <ProfileUrduName>sample string 16</ProfileUrduName>
  <UserLogId>12</UserLogId>
</genProfile>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'genProfile'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.