POST api/ModulePages/Save

Request Information

URI Parameters

None.

Body Parameters

ModulePagesDTO
NameDescriptionTypeAdditional information
ModuleID

integer

None.

GroupID

integer

None.

GroupNameEnglish

string

None.

GroupNameArabic

string

None.

ModulePageID

integer

None.

Order

integer

None.

ModulePageName

string

None.

Url

string

None.

View

boolean

None.

Insert

boolean

None.

Update

boolean

None.

Delete

boolean

None.

CreationDate

date

None.

Type

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ModuleID": 1,
  "GroupID": 2,
  "GroupNameEnglish": "sample string 3",
  "GroupNameArabic": "sample string 4",
  "ModulePageID": 5,
  "Order": 6,
  "ModulePageName": "sample string 7",
  "Url": "sample string 8",
  "View": true,
  "Insert": true,
  "Update": true,
  "Delete": true,
  "CreationDate": "2025-10-27T18:10:01.4362803-04:00",
  "Type": 14
}

application/xml, text/xml

Sample:
<ModulePagesDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HR.Objects.DTOs">
  <CreationDate>2025-10-27T18:10:01.4362803-04:00</CreationDate>
  <Delete>true</Delete>
  <GroupID>2</GroupID>
  <GroupNameArabic>sample string 4</GroupNameArabic>
  <GroupNameEnglish>sample string 3</GroupNameEnglish>
  <Insert>true</Insert>
  <ModuleID>1</ModuleID>
  <ModulePageID>5</ModulePageID>
  <ModulePageName>sample string 7</ModulePageName>
  <Order>6</Order>
  <Type>14</Type>
  <Update>true</Update>
  <Url>sample string 8</Url>
  <View>true</View>
</ModulePagesDTO>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

integer

Response Formats

application/json, text/json

Sample:
1

application/xml, text/xml

Sample:
<long xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</long>