POST api/ClubManagement/ParameterSetting
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| Parm | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"cType": "sample string 1",
"nParameterId": 2,
"bCardMandatory": true,
"bOTPCheckIn": true,
"nCreatedBy": 5,
"dCreatedDate": "2025-11-01T08:14:04.690066+05:30",
"nModifiedBy": 1,
"dModifiedDate": "2025-11-01T08:14:04.690066+05:30",
"nCompanyId": 6
}
application/xml, text/xml
Sample:
<ParemerSetting xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TabHDManagement.Models"> <bCardMandatory>true</bCardMandatory> <bOTPCheckIn>true</bOTPCheckIn> <cType>sample string 1</cType> <dCreatedDate>2025-11-01T08:14:04.690066+05:30</dCreatedDate> <dModifiedDate>2025-11-01T08:14:04.690066+05:30</dModifiedDate> <nCompanyId>6</nCompanyId> <nCreatedBy>5</nCreatedBy> <nModifiedBy>1</nModifiedBy> <nParameterId>2</nParameterId> </ParemerSetting>
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>