POST api/mCMst/GetBedCategoryMasterLst
Request Information
URI Parameters
None.
Body Parameters
BedCategoryMaster| Name | Description | Type | Additional information |
|---|---|---|---|
| FacilityId | integer |
None. |
|
| BedCategoryId | integer |
None. |
|
| BedCategoryName | string |
None. |
|
| IsICU | integer |
None. |
|
| BedCategoryType | string |
None. |
|
| IsBillingCategory | integer |
None. |
|
| BillCategory | integer |
None. |
|
| MinimumAdvanceAmount | decimal number |
None. |
|
| SurgicalCaseAdvance | decimal number |
None. |
|
| NonSurgicalCaseAdvance | decimal number |
None. |
|
| CashCompanyCreditLimit | decimal number |
None. |
|
| IsChangeBillCategoryAuthReq | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"FacilityId": 1,
"BedCategoryId": 2,
"BedCategoryName": "sample string 3",
"IsICU": 4,
"BedCategoryType": "sample string 5",
"IsBillingCategory": 6,
"BillCategory": 7,
"MinimumAdvanceAmount": 8.0,
"SurgicalCaseAdvance": 9.0,
"NonSurgicalCaseAdvance": 10.0,
"CashCompanyCreditLimit": 11.0,
"IsChangeBillCategoryAuthReq": 12
}
application/xml, text/xml
Sample:
<BedCategoryMaster xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BaseC.Models"> <BedCategoryId>2</BedCategoryId> <BedCategoryName>sample string 3</BedCategoryName> <BedCategoryType>sample string 5</BedCategoryType> <BillCategory>7</BillCategory> <CashCompanyCreditLimit>11</CashCompanyCreditLimit> <FacilityId>1</FacilityId> <IsBillingCategory>6</IsBillingCategory> <IsChangeBillCategoryAuthReq>12</IsChangeBillCategoryAuthReq> <IsICU>4</IsICU> <MinimumAdvanceAmount>8</MinimumAdvanceAmount> <NonSurgicalCaseAdvance>10</NonSurgicalCaseAdvance> <SurgicalCaseAdvance>9</SurgicalCaseAdvance> </BedCategoryMaster>
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.