POST api/UserManagement/upsertModuleMasterListRelations
Request Information
URI Parameters
None.
Body Parameters
ModuleMasterRelationReportData| Name | Description | Type | Additional information |
|---|---|---|---|
| Module_Code | integer |
None. |
|
| MasterItem_Code | integer |
None. |
|
| AppsGroups_Code | integer |
None. |
|
| Page_Code | Collection of integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Module_Code": 1,
"MasterItem_Code": 2,
"AppsGroups_Code": 1,
"Page_Code": [
1,
2
]
}
application/xml, text/xml
Sample:
<ModuleMasterRelationReportData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ViewModelHRMS">
<AppsGroups_Code>1</AppsGroups_Code>
<MasterItem_Code>2</MasterItem_Code>
<Module_Code>1</Module_Code>
<Page_Code xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:long>1</d2p1:long>
<d2p1:long>2</d2p1:long>
</Page_Code>
</ModuleMasterRelationReportData>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
integerResponse Formats
application/json, text/json
Sample:
1
application/xml, text/xml
Sample:
<long xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</long>