POST {language}/permission/checkWhetherPermissionOrNot
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
language | string |
Required |
Body Parameters
CheckWhetherPermissionOrNotRequestName | Description | Type | Additional information |
---|---|---|---|
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. |
|
SiteMapIdList | Collection of globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "SiteMapIdList": [ "37717376-3a47-425f-9cb7-e63487229fd5", "35f7ca27-e9c6-4b94-ad4e-ef607ae4840b" ], "UserName": "sample string 1", "ModeCurrent": "sample string 2", "WhomNow": "sample string 3", "Country": "sample string 4", "CompanyId": "effb61fe-aa48-41e7-9899-5771efeef54b", "RequestId": "db2446fb-aa2d-445b-ad97-cb73c02d5694", "Language": "sample string 7", "LanguageLogin": "sample string 8", "AuthToken": "sample string 9", "ClientId": "sample string 10", "PageIndex": 11, "PageSize": 12 }
application/xml, text/xml
Sample:
<CheckWhetherPermissionOrNotRequest 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 9</AuthToken> <ClientId xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 10</ClientId> <Language xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 7</Language> <LanguageLogin xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 8</LanguageLogin> <PageIndex xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">11</PageIndex> <PageSize xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">12</PageSize> <RequestId xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">db2446fb-aa2d-445b-ad97-cb73c02d5694</RequestId> <CompanyId>effb61fe-aa48-41e7-9899-5771efeef54b</CompanyId> <Country>sample string 4</Country> <ModeCurrent>sample string 2</ModeCurrent> <SiteMapIdList xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>37717376-3a47-425f-9cb7-e63487229fd5</d2p1:guid> <d2p1:guid>35f7ca27-e9c6-4b94-ad4e-ef607ae4840b</d2p1:guid> </SiteMapIdList> <UserName>sample string 1</UserName> <WhomNow>sample string 3</WhomNow> </CheckWhetherPermissionOrNotRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.