POST api/AuthorizedMenu/GetAuthorizedMenuAll

Request Information

URI Parameters

None.

Body Parameters

CustomAuthorizedMenu
NameDescriptionTypeAdditional information
AuMenuID

integer

None.

Process

string

None.

GroupMenu

string

None.

SubMenu

string

None.

ItemMenu

string

None.

OrderGroup

integer

None.

OrderSub

integer

None.

OrderItem

integer

None.

InternalUrl

integer

None.

Url

string

None.

RolesID

string

None.

IsActive

boolean

None.

CreatedBy

string

None.

ModifiedBy

string

None.

userPrincipalName

string

None.

connectionString

string

None.

SecretId

string

None.

Request Formats

application/json, text/json

Sample:
{
  "AuMenuID": 1,
  "Process": "sample string 2",
  "GroupMenu": "sample string 3",
  "SubMenu": "sample string 4",
  "ItemMenu": "sample string 5",
  "OrderGroup": 1,
  "OrderSub": 1,
  "OrderItem": 1,
  "InternalUrl": 1,
  "Url": "sample string 6",
  "RolesID": "sample string 7",
  "IsActive": true,
  "CreatedBy": "sample string 8",
  "ModifiedBy": "sample string 9",
  "userPrincipalName": "sample string 10",
  "connectionString": "sample string 11",
  "SecretId": null
}

application/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'application/xml'. Exception message: Type 'System.Security.Cryptography.CryptoStream' cannot be serialized. Consider marking it with the DataContractAttribute attribute, and marking all of its members you want serialized with the DataMemberAttribute attribute. If the type is a collection, consider marking it with the CollectionDataContractAttribute. See the Microsoft .NET Framework documentation for other supported types.

text/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'text/xml'. Exception message: Type 'System.Security.Cryptography.CryptoStream' cannot be serialized. Consider marking it with the DataContractAttribute attribute, and marking all of its members you want serialized with the DataMemberAttribute attribute. If the type is a collection, consider marking it with the CollectionDataContractAttribute. See the Microsoft .NET Framework documentation for other supported types.

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 'CustomAuthorizedMenu'.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.