POST {language}/permission/check/urlRoute/havePermission

Request Information

URI Parameters

NameDescriptionTypeAdditional information
language

string

Required

Body Parameters

CheckURLRouteHavePermissionRequest
NameDescriptionTypeAdditional information
RouteURL

string

None.

UserName

string

None.

ModeCurrent

string

None.

WhomNow

string

None.

Country

string

None.

CompanyId

globally unique identifier

None.

RequestId

globally unique identifier

None.

Language

string

None.

LanguageLogin

string

None.

AuthToken

string

None.

ClientId

string

None.

PageIndex

integer

None.

PageSize

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "RouteURL": "sample string 1",
  "UserName": "sample string 2",
  "ModeCurrent": "sample string 3",
  "WhomNow": "sample string 4",
  "Country": "sample string 5",
  "CompanyId": "31df6927-191c-4a76-9edc-0e184b07263c",
  "RequestId": "775c47ac-1060-4b9e-9f2c-470083a37926",
  "Language": "sample string 8",
  "LanguageLogin": "sample string 9",
  "AuthToken": "sample string 10",
  "ClientId": "sample string 11",
  "PageIndex": 12,
  "PageSize": 13
}

application/xml, text/xml

Sample:
<CheckURLRouteHavePermissionRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Paytime.Infrastructure.WebApi.Models.Requests">
  <AuthToken xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 10</AuthToken>
  <ClientId xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 11</ClientId>
  <Language xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 8</Language>
  <LanguageLogin xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 9</LanguageLogin>
  <PageIndex xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">12</PageIndex>
  <PageSize xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">13</PageSize>
  <RequestId xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">775c47ac-1060-4b9e-9f2c-470083a37926</RequestId>
  <CompanyId>31df6927-191c-4a76-9edc-0e184b07263c</CompanyId>
  <Country>sample string 5</Country>
  <ModeCurrent>sample string 3</ModeCurrent>
  <RouteURL>sample string 1</RouteURL>
  <UserName>sample string 2</UserName>
  <WhomNow>sample string 4</WhomNow>
</CheckURLRouteHavePermissionRequest>

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.