POST Edit_Role

Request Information

URI Parameters

None.

Body Parameters

Customrole
NameDescriptionTypeAdditional information
id

globally unique identifier

None.

name

string

None.

createdon

date

None.

isactive

boolean

None.

createdby

globally unique identifier

None.

isdelete

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "id": "7a51ab28-9418-45a3-8566-1e59caaf66e7",
  "name": "sample string 2",
  "createdon": "2025-12-11T02:35:29.518336+00:00",
  "isactive": true,
  "createdby": "bbe5bed2-e468-4d38-a0bd-66b8edc43c39",
  "isdelete": true
}

application/xml, text/xml

Sample:
<Customrole xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/COMIC.Controllers">
  <createdby>bbe5bed2-e468-4d38-a0bd-66b8edc43c39</createdby>
  <createdon xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
    <d2p1:DateTime>2025-12-11T02:35:29.518336Z</d2p1:DateTime>
    <d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
  </createdon>
  <id>7a51ab28-9418-45a3-8566-1e59caaf66e7</id>
  <isactive>true</isactive>
  <isdelete>true</isdelete>
  <name>sample string 2</name>
</Customrole>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.