POST api/DeleteUrinalysis
Request Information
URI Parameters
None.
Body Parameters
UrinalysisVm| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| pHciTransNo | string |
None. |
|
| fk_Profiles_Id | integer |
None. |
|
| pReferralFacility | string |
None. |
|
| pLabDate | date |
None. |
|
| pLabDateStr | string |
None. |
|
| pGravity | string |
None. |
|
| pAppearance | string |
None. |
|
| pColor | string |
None. |
|
| pGlucose | string |
None. |
|
| pProteins | string |
None. |
|
| pKetones | string |
None. |
|
| pPh | string |
None. |
|
| pRbCells | string |
None. |
|
| pWbCells | string |
None. |
|
| pBacteria | string |
None. |
|
| pCrystals | string |
None. |
|
| pBladderCell | string |
None. |
|
| pSquamousCell | string |
None. |
|
| pTubularCell | string |
None. |
|
| pBroadCasts | string |
None. |
|
| pEpithelialCast | string |
None. |
|
| pGranularCast | string |
None. |
|
| pHyalineCast | string |
None. |
|
| pRbcCast | string |
None. |
|
| pWaxyCast | string |
None. |
|
| pWcCast | string |
None. |
|
| pAlbumin | string |
None. |
|
| pPusCells | string |
None. |
|
| pDateAdded | date |
None. |
|
| pDateAddedStr | string |
None. |
|
| AddedBy | string |
None. |
|
| pStatus | string |
None. |
|
| pDiagnosticLabFee | decimal number |
None. |
|
| UpdatedBy | string |
None. |
|
| DateUpdated | date |
None. |
|
| DateUpdatedStr | string |
None. |
|
| PerformedBy | string |
None. |
|
| DeletedBy | string |
None. |
|
| DateDeleted | date |
None. |
|
| fk_Diagnostic_Id | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"pHciTransNo": "sample string 2",
"fk_Profiles_Id": 1,
"pReferralFacility": "sample string 3",
"pLabDate": "2026-01-28T09:26:19.8912948+08:00",
"pLabDateStr": "sample string 4",
"pGravity": "sample string 5",
"pAppearance": "sample string 6",
"pColor": "sample string 7",
"pGlucose": "sample string 8",
"pProteins": "sample string 9",
"pKetones": "sample string 10",
"pPh": "sample string 11",
"pRbCells": "sample string 12",
"pWbCells": "sample string 13",
"pBacteria": "sample string 14",
"pCrystals": "sample string 15",
"pBladderCell": "sample string 16",
"pSquamousCell": "sample string 17",
"pTubularCell": "sample string 18",
"pBroadCasts": "sample string 19",
"pEpithelialCast": "sample string 20",
"pGranularCast": "sample string 21",
"pHyalineCast": "sample string 22",
"pRbcCast": "sample string 23",
"pWaxyCast": "sample string 24",
"pWcCast": "sample string 25",
"pAlbumin": "sample string 26",
"pPusCells": "sample string 27",
"pDateAdded": "2026-01-28T09:26:19.8912948+08:00",
"pDateAddedStr": "sample string 28",
"AddedBy": "sample string 29",
"pStatus": "sample string 30",
"pDiagnosticLabFee": 1.0,
"UpdatedBy": "sample string 31",
"DateUpdated": "2026-01-28T09:26:19.8912948+08:00",
"DateUpdatedStr": "sample string 32",
"PerformedBy": "sample string 33",
"DeletedBy": "sample string 34",
"DateDeleted": "2026-01-28T09:26:19.8912948+08:00",
"fk_Diagnostic_Id": 35
}
application/xml, text/xml
Sample:
<UrinalysisVm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/konsulta_api.Models"> <AddedBy>sample string 29</AddedBy> <DateDeleted>2026-01-28T09:26:19.8912948+08:00</DateDeleted> <DateUpdated>2026-01-28T09:26:19.8912948+08:00</DateUpdated> <DateUpdatedStr>sample string 32</DateUpdatedStr> <DeletedBy>sample string 34</DeletedBy> <Id>1</Id> <PerformedBy>sample string 33</PerformedBy> <UpdatedBy>sample string 31</UpdatedBy> <fk_Diagnostic_Id>35</fk_Diagnostic_Id> <fk_Profiles_Id>1</fk_Profiles_Id> <pAlbumin>sample string 26</pAlbumin> <pAppearance>sample string 6</pAppearance> <pBacteria>sample string 14</pBacteria> <pBladderCell>sample string 16</pBladderCell> <pBroadCasts>sample string 19</pBroadCasts> <pColor>sample string 7</pColor> <pCrystals>sample string 15</pCrystals> <pDateAdded>2026-01-28T09:26:19.8912948+08:00</pDateAdded> <pDateAddedStr>sample string 28</pDateAddedStr> <pDiagnosticLabFee>1</pDiagnosticLabFee> <pEpithelialCast>sample string 20</pEpithelialCast> <pGlucose>sample string 8</pGlucose> <pGranularCast>sample string 21</pGranularCast> <pGravity>sample string 5</pGravity> <pHciTransNo>sample string 2</pHciTransNo> <pHyalineCast>sample string 22</pHyalineCast> <pKetones>sample string 10</pKetones> <pLabDate>2026-01-28T09:26:19.8912948+08:00</pLabDate> <pLabDateStr>sample string 4</pLabDateStr> <pPh>sample string 11</pPh> <pProteins>sample string 9</pProteins> <pPusCells>sample string 27</pPusCells> <pRbCells>sample string 12</pRbCells> <pRbcCast>sample string 23</pRbcCast> <pReferralFacility>sample string 3</pReferralFacility> <pSquamousCell>sample string 17</pSquamousCell> <pStatus>sample string 30</pStatus> <pTubularCell>sample string 18</pTubularCell> <pWaxyCast>sample string 24</pWaxyCast> <pWbCells>sample string 13</pWbCells> <pWcCast>sample string 25</pWcCast> </UrinalysisVm>
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.