POST api/Master/CreateScreenMapping?rolecode={rolecode}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| rolecode | No documentation available. |
Define this parameter in the request URI. |
| scrm | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
[
{
"rolecode": "sample string 1",
"roledesc": "sample string 2",
"screenid": "sample string 3",
"created_at": "2025-12-15T00:34:52.665838+05:30",
"created_by": "sample string 4",
"updated_at": "2025-12-15T00:34:52.665838+05:30",
"updated_by": "sample string 5",
"is_active": true
},
{
"rolecode": "sample string 1",
"roledesc": "sample string 2",
"screenid": "sample string 3",
"created_at": "2025-12-15T00:34:52.665838+05:30",
"created_by": "sample string 4",
"updated_at": "2025-12-15T00:34:52.665838+05:30",
"updated_by": "sample string 5",
"is_active": true
},
{
"rolecode": "sample string 1",
"roledesc": "sample string 2",
"screenid": "sample string 3",
"created_at": "2025-12-15T00:34:52.665838+05:30",
"created_by": "sample string 4",
"updated_at": "2025-12-15T00:34:52.665838+05:30",
"updated_by": "sample string 5",
"is_active": true
}
]
application/xml, text/xml
Sample:
<ArrayOfScreenRoleMap xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ags_ATS_Tidel.Models">
<ScreenRoleMap>
<created_at>2025-12-15T00:34:52.665838+05:30</created_at>
<created_by>sample string 4</created_by>
<is_active>true</is_active>
<rolecode>sample string 1</rolecode>
<roledesc>sample string 2</roledesc>
<screenid>sample string 3</screenid>
<updated_at>2025-12-15T00:34:52.665838+05:30</updated_at>
<updated_by>sample string 5</updated_by>
</ScreenRoleMap>
<ScreenRoleMap>
<created_at>2025-12-15T00:34:52.665838+05:30</created_at>
<created_by>sample string 4</created_by>
<is_active>true</is_active>
<rolecode>sample string 1</rolecode>
<roledesc>sample string 2</roledesc>
<screenid>sample string 3</screenid>
<updated_at>2025-12-15T00:34:52.665838+05:30</updated_at>
<updated_by>sample string 5</updated_by>
</ScreenRoleMap>
<ScreenRoleMap>
<created_at>2025-12-15T00:34:52.665838+05:30</created_at>
<created_by>sample string 4</created_by>
<is_active>true</is_active>
<rolecode>sample string 1</rolecode>
<roledesc>sample string 2</roledesc>
<screenid>sample string 3</screenid>
<updated_at>2025-12-15T00:34:52.665838+05:30</updated_at>
<updated_by>sample string 5</updated_by>
</ScreenRoleMap>
</ArrayOfScreenRoleMap>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.