POST api/Master/CreateRole

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
role
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",
  "created_at": "2025-12-15T00:36:15.6264266+05:30",
  "created_by": "sample string 3",
  "updated_at": "2025-12-15T00:36:15.6264266+05:30",
  "updated_by": "sample string 4",
  "is_active": true
}

application/xml, text/xml

Sample:
<Role xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ags_ATS_Tidel.Models">
  <RoleCode>sample string 1</RoleCode>
  <RoleDesc>sample string 2</RoleDesc>
  <created_at>2025-12-15T00:36:15.6264266+05:30</created_at>
  <created_by>sample string 3</created_by>
  <is_active>true</is_active>
  <updated_at>2025-12-15T00:36:15.6264266+05:30</updated_at>
  <updated_by>sample string 4</updated_by>
</Role>

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.