POST api/ClubManagement/MenuRights

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
Mnu
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "cType": "sample string 1",
  "nUserId": 2,
  "nMenuRightsId": 3,
  "cMenus": "sample string 4",
  "nCreatedBy": 5,
  "dCreatedDate": "2024-12-21T20:41:47.046351+05:30",
  "nModifiedBy": 1,
  "dModifiedDate": "2024-12-21T20:41:47.046351+05:30",
  "nCompanyId": 6
}

application/xml, text/xml

Sample:
<MenuRights xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TabHDManagement.Models">
  <cMenus>sample string 4</cMenus>
  <cType>sample string 1</cType>
  <dCreatedDate>2024-12-21T20:41:47.046351+05:30</dCreatedDate>
  <dModifiedDate>2024-12-21T20:41:47.046351+05:30</dModifiedDate>
  <nCompanyId>6</nCompanyId>
  <nCreatedBy>5</nCreatedBy>
  <nMenuRightsId>3</nMenuRightsId>
  <nModifiedBy>1</nModifiedBy>
  <nUserId>2</nUserId>
</MenuRights>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "Status": "sample string 1",
  "Data": null,
  "Message": "sample string 2"
}

application/xml, text/xml

Sample:
<ResponseData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TabHDManagement.Models">
  <Data i:nil="true" />
  <Message>sample string 2</Message>
  <Status>sample string 1</Status>
</ResponseData>