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": [ "be274ebc-09eb-4131-aed2-86cf7688383b", "26a4f136-e49c-4f90-92fd-e00e57bcb569" ], "UserName": "sample string 1", "ModeCurrent": "sample string 2", "WhomNow": "sample string 3", "Country": "sample string 4", "CompanyId": "73b90ca1-219e-41e4-bfe1-7ebe804b0407", "RequestId": "26f935f4-c6ae-437f-b65d-2be91781c851", "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">26f935f4-c6ae-437f-b65d-2be91781c851</RequestId> <CompanyId>73b90ca1-219e-41e4-bfe1-7ebe804b0407</CompanyId> <Country>sample string 4</Country> <ModeCurrent>sample string 2</ModeCurrent> <SiteMapIdList xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>be274ebc-09eb-4131-aed2-86cf7688383b</d2p1:guid> <d2p1:guid>26a4f136-e49c-4f90-92fd-e00e57bcb569</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.