POST api/Admin/Permission/savepermissionfortechnician

Request Information

URI Parameters

None.

Body Parameters

PermissionTicketCustomerDto
NameDescriptionTypeAdditional information
userId

integer

None.

ticketview

boolean

None.

ticketadd

boolean

None.

ticketedit

boolean

None.

ticketdelete

boolean

None.

customerview

boolean

None.

customeradd

boolean

None.

customeredit

boolean

None.

customerdelete

boolean

None.

assignticket

boolean

None.

changeticketstatus

boolean

None.

technicianview

boolean

None.

technicianadd

boolean

None.

technicianedit

boolean

None.

techniciandelete

boolean

None.

companyview

boolean

None.

companyadd

boolean

None.

companyedit

boolean

None.

companydelete

boolean

None.

subagentview

boolean

None.

subagentadd

boolean

None.

subagentedit

boolean

None.

subagentdelete

boolean

None.

groupview

boolean

None.

groupadd

boolean

None.

groupedit

boolean

None.

groupdelete

boolean

None.

serverview

boolean

None.

serveradd

boolean

None.

serveredit

boolean

None.

serverdelete

boolean

None.

technicianworkonserver

boolean

None.

Name

string

None.

Id

integer

None.

IsDeleted

boolean

None.

IsActive

boolean

None.

CreatedBy

integer

None.

CreatedOn

date

None.

ModifiedBy

integer

None.

ModifiedOn

date

None.

Request Formats

application/json, text/json

Sample:
{
  "userId": 1,
  "ticketview": true,
  "ticketadd": true,
  "ticketedit": true,
  "ticketdelete": true,
  "customerview": true,
  "customeradd": true,
  "customeredit": true,
  "customerdelete": true,
  "assignticket": true,
  "changeticketstatus": true,
  "technicianview": true,
  "technicianadd": true,
  "technicianedit": true,
  "techniciandelete": true,
  "companyview": true,
  "companyadd": true,
  "companyedit": true,
  "companydelete": true,
  "subagentview": true,
  "subagentadd": true,
  "subagentedit": true,
  "subagentdelete": true,
  "groupview": true,
  "groupadd": true,
  "groupedit": true,
  "groupdelete": true,
  "serverview": true,
  "serveradd": true,
  "serveredit": true,
  "serverdelete": true,
  "technicianworkonserver": true,
  "Name": "sample string 33",
  "Id": 34,
  "IsDeleted": true,
  "IsActive": true,
  "CreatedBy": 37,
  "CreatedOn": "2025-12-08T15:39:30.1137487+00:00",
  "ModifiedBy": 1,
  "ModifiedOn": "2025-12-08T15:39:30.1137487+00:00"
}

application/xml, text/xml

Sample:
check

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'PermissionTicketCustomerDto'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.