POST api/SaveRbs
Request Information
URI Parameters
None.
Body Parameters
RbsVm| 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. |
|
| pDateAdded | date |
None. |
|
| pDateAddedStr | string |
None. |
|
| pStatus | string |
None. |
|
| pDiagnosticLabFee | decimal number |
None. |
|
| pGlucoseMg | string |
None. |
|
| pGlucoseMmol | string |
None. |
|
| PerformedBy | string |
None. |
|
| AddedBy | string |
None. |
|
| DateAdded | date |
None. |
|
| DateAddedStr | string |
None. |
|
| DeletedBy | string |
None. |
|
| DateDeleted | date |
None. |
|
| DateDeletedStr | string |
None. |
|
| UpdatedBy | string |
None. |
|
| DateUpdated | date |
None. |
|
| DateUpdatedStr | string |
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:23:08.9418467+08:00",
"pLabDateStr": "sample string 4",
"pDateAdded": "2026-01-28T09:23:08.9418467+08:00",
"pDateAddedStr": "sample string 5",
"pStatus": "sample string 6",
"pDiagnosticLabFee": 1.0,
"pGlucoseMg": "sample string 7",
"pGlucoseMmol": "sample string 8",
"PerformedBy": "sample string 9",
"AddedBy": "sample string 10",
"DateAdded": "2026-01-28T09:23:08.9418467+08:00",
"DateAddedStr": "sample string 11",
"DeletedBy": "sample string 12",
"DateDeleted": "2026-01-28T09:23:08.9418467+08:00",
"DateDeletedStr": "sample string 13",
"UpdatedBy": "sample string 14",
"DateUpdated": "2026-01-28T09:23:08.9418467+08:00",
"DateUpdatedStr": "sample string 15",
"fk_Diagnostic_Id": 16
}
application/xml, text/xml
Sample:
<RbsVm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/konsulta_api.Models"> <AddedBy>sample string 10</AddedBy> <DateAdded>2026-01-28T09:23:08.9418467+08:00</DateAdded> <DateAddedStr>sample string 11</DateAddedStr> <DateDeleted>2026-01-28T09:23:08.9418467+08:00</DateDeleted> <DateDeletedStr>sample string 13</DateDeletedStr> <DateUpdated>2026-01-28T09:23:08.9418467+08:00</DateUpdated> <DateUpdatedStr>sample string 15</DateUpdatedStr> <DeletedBy>sample string 12</DeletedBy> <Id>1</Id> <PerformedBy>sample string 9</PerformedBy> <UpdatedBy>sample string 14</UpdatedBy> <fk_Diagnostic_Id>16</fk_Diagnostic_Id> <fk_Profiles_Id>1</fk_Profiles_Id> <pDateAdded>2026-01-28T09:23:08.9418467+08:00</pDateAdded> <pDateAddedStr>sample string 5</pDateAddedStr> <pDiagnosticLabFee>1</pDiagnosticLabFee> <pGlucoseMg>sample string 7</pGlucoseMg> <pGlucoseMmol>sample string 8</pGlucoseMmol> <pHciTransNo>sample string 2</pHciTransNo> <pLabDate>2026-01-28T09:23:08.9418467+08:00</pLabDate> <pLabDateStr>sample string 4</pLabDateStr> <pReferralFacility>sample string 3</pReferralFacility> <pStatus>sample string 6</pStatus> </RbsVm>
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.