GET api/CaseCartPermissions/CheckPermission?mandatorId={mandatorId}&procedureNumber={procedureNumber}&token={token}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
mandatorId

integer

Required

procedureNumber

integer

Required

token

string

Required

Body Parameters

None.

Response Information

Resource Description

MDLCheckPermission
NameDescriptionTypeAdditional information
ProcedureNumber

integer

None.

Granted

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "ProcedureNumber": 1,
  "Granted": true
}

application/xml, text/xml

Sample:
<MDLCheckPermission xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Asanus.BarCon.Middleware.Shared">
  <Granted>true</Granted>
  <ProcedureNumber>1</ProcedureNumber>
</MDLCheckPermission>