POST api/SaveOtherImmunization
Request Information
URI Parameters
None.
Body Parameters
OtherImmunizationVm| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| pHciTransNo | string |
None. |
|
| fk_Profiles_Id | integer |
None. |
|
| pOtherImm | string |
None. |
|
| AddedBy | string |
None. |
|
| DateAdded | date |
None. |
|
| DateAddedStr | string |
None. |
|
| UpdatedBy | string |
None. |
|
| DateUpdated | date |
None. |
|
| DateUpdatedStr | string |
None. |
|
| DeletedBy | string |
None. |
|
| DateDeleted | date |
None. |
|
| DateDeletedStr | string |
None. |
|
| Deleted | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"pHciTransNo": "sample string 2",
"fk_Profiles_Id": 1,
"pOtherImm": "sample string 3",
"AddedBy": "sample string 4",
"DateAdded": "2026-01-28T09:23:37.172149+08:00",
"DateAddedStr": "sample string 5",
"UpdatedBy": "sample string 6",
"DateUpdated": "2026-01-28T09:23:37.172149+08:00",
"DateUpdatedStr": "sample string 7",
"DeletedBy": "sample string 8",
"DateDeleted": "2026-01-28T09:23:37.172149+08:00",
"DateDeletedStr": "sample string 9",
"Deleted": true
}
application/xml, text/xml
Sample:
<OtherImmunizationVm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/konsulta_api.Models"> <AddedBy>sample string 4</AddedBy> <DateAdded>2026-01-28T09:23:37.172149+08:00</DateAdded> <DateAddedStr>sample string 5</DateAddedStr> <DateDeleted>2026-01-28T09:23:37.172149+08:00</DateDeleted> <DateDeletedStr>sample string 9</DateDeletedStr> <DateUpdated>2026-01-28T09:23:37.172149+08:00</DateUpdated> <DateUpdatedStr>sample string 7</DateUpdatedStr> <Deleted>true</Deleted> <DeletedBy>sample string 8</DeletedBy> <Id>1</Id> <UpdatedBy>sample string 6</UpdatedBy> <fk_Profiles_Id>1</fk_Profiles_Id> <pHciTransNo>sample string 2</pHciTransNo> <pOtherImm>sample string 3</pOtherImm> </OtherImmunizationVm>
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.