POST api/ClubManagement/FacilityType
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
Ftype | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "cType": "sample string 1", "nFacilityTypeId": 2, "cFacilityType": "sample string 3", "cShName": "sample string 4", "nFacilityGroupId": 5, "bActive": true, "bCancelled": true, "nCompanyId": 8, "nCreatedBy": 9, "dCreatedDate": "2024-10-09T02:00:48.1240637+05:30", "nModifiedBy": 10, "dModifiedDate": "2024-10-09T02:00:48.1240637+05:30", "cSearch": "sample string 11", "cFacilityTypeIds": "sample string 12" }
application/xml, text/xml
Sample:
<FacilityType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TabHDManagement.Models"> <bActive>true</bActive> <bCancelled>true</bCancelled> <cFacilityType>sample string 3</cFacilityType> <cFacilityTypeIds>sample string 12</cFacilityTypeIds> <cSearch>sample string 11</cSearch> <cShName>sample string 4</cShName> <cType>sample string 1</cType> <dCreatedDate>2024-10-09T02:00:48.1240637+05:30</dCreatedDate> <dModifiedDate>2024-10-09T02:00:48.1240637+05:30</dModifiedDate> <nCompanyId>8</nCompanyId> <nCreatedBy>9</nCreatedBy> <nFacilityGroupId>5</nFacilityGroupId> <nFacilityTypeId>2</nFacilityTypeId> <nModifiedBy>10</nModifiedBy> </FacilityType>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{}
application/xml, text/xml
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />